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>>com.holonplatform.core.Path.FinalPath.FinalPathBuilder<T>| Modifier and Type | Method and Description |
|---|---|
default Optional<String> |
getDataPath() |
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, property, property, property, property, property, propertyfullName, fullName, getName, isRootPath, relativeName, relativeName, streamcom.querydsl.core.types.EntityPath<T> getEntityPath()
default Optional<String> getDataPath()
getDataPath in interface com.holonplatform.core.DataMappablestatic <T> QueryDslTarget<T> of(com.querydsl.core.types.EntityPath<T> entityPath)
entityPath.T - Entity path typeentityPath - Target EntityPathCopyright © 2019 The Holon Platform. All rights reserved.