Package com.querydsl.core.types.dsl
Class EntityPathBase<T>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.BeanPath<T>
com.querydsl.core.types.dsl.EntityPathBase<T>
- Type Parameters:
T- entity type
- All Implemented Interfaces:
EntityPath<T>,Expression<T>,Path<T>,Serializable
- Direct Known Subclasses:
PathBuilder
EntityPathBase provides a base class for EntityPath implementations- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsConstructorDescriptionEntityPathBase(Class<? extends T> type, PathMetadata metadata) EntityPathBase(Class<? extends T> type, PathMetadata metadata, @Nullable PathInits inits) EntityPathBase(Class<? extends T> type, String variable) -
Method Summary
Modifier and TypeMethodDescriptiongetMetadata(Path<?> property) Returns additional metadata for the given property path or null if none is availableMethods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAnyMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Constructor Details
-
EntityPathBase
-
EntityPathBase
-
EntityPathBase
public EntityPathBase(Class<? extends T> type, PathMetadata metadata, @Nullable @Nullable PathInits inits)
-
-
Method Details
-
getMetadata
Description copied from interface:EntityPathReturns additional metadata for the given property path or null if none is available- Specified by:
getMetadatain interfaceEntityPath<T>- Parameters:
property- property path- Returns:
- metadata for property or null
-