T - Entity path typepublic interface QueryDslTarget<T>
extends com.holonplatform.core.datastore.DataTarget<T>
DataTarget using QueryDSL EntityPath to identify target data structure.com.holonplatform.core.datastore.DataTarget.DataTargetResolver<T extends com.holonplatform.core.datastore.DataTarget>, com.holonplatform.core.datastore.DataTarget.DataTargetSupport<C extends com.holonplatform.core.datastore.DataTarget.DataTargetSupport<C>>| Modifier and Type | Method and Description |
|---|---|
com.querydsl.core.types.EntityPath<T> |
getEntityPath()
Get the EntityPath to be used as query target
|
static <T> QueryDslTarget<T> |
of(com.querydsl.core.types.EntityPath<T> entityPath)
Create a QueryDslTarget using given
entityPath. |
named, of, property, propertycom.querydsl.core.types.EntityPath<T> getEntityPath()
static <T> QueryDslTarget<T> of(com.querydsl.core.types.EntityPath<T> entityPath)
entityPath.T - Entity path typeentityPath - Target EntityPathCopyright © 2017 The Holon Platform. All rights reserved.