public class DefaultQueryDslTarget<T> extends Object implements QueryDslTarget<T>
DataTarget using a QueryDSL EntityPathcom.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>| Constructor and Description |
|---|
DefaultQueryDslTarget(com.querydsl.core.types.EntityPath<T> entityPath)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.querydsl.core.types.EntityPath<T> |
getEntityPath()
Get the EntityPath to be used as query target
|
String |
getName() |
Class<? extends T> |
getType() |
void |
validate() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataPath, ofnamed, of, property, property, property, property, property, property, propertyfullName, fullName, isRootPath, relativeName, relativeName, streampublic DefaultQueryDslTarget(com.querydsl.core.types.EntityPath<T> entityPath)
entityPath - EntityPathpublic Class<? extends T> getType()
getType in interface com.holonplatform.core.TypedExpression<T>public com.querydsl.core.types.EntityPath<T> getEntityPath()
QueryDslTargetgetEntityPath in interface QueryDslTarget<T>public void validate()
throws com.holonplatform.core.Expression.InvalidExpressionException
validate in interface com.holonplatform.core.Expressioncom.holonplatform.core.Expression.InvalidExpressionExceptionCopyright © 2019 The Holon Platform. All rights reserved.