Package com.querydsl.core.types.dsl
Class ComparableEntityPath<T extends Comparable>
java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
com.querydsl.core.types.dsl.SimpleExpression<T>
com.querydsl.core.types.dsl.ComparableExpressionBase<T>
com.querydsl.core.types.dsl.ComparableExpression<T>
com.querydsl.core.types.dsl.ComparablePath<T>
com.querydsl.core.types.dsl.ComparableEntityPath<T>
- Type Parameters:
T-
- All Implemented Interfaces:
EntityPath<T>,Expression<T>,Path<T>,Serializable
public class ComparableEntityPath<T extends Comparable>
extends ComparablePath<T>
implements EntityPath<T>
ComparableEntityPath extends the ComparablePath class to implement the EntityPath interface- Author:
- tiwe
- See Also:
-
Field Summary
Fields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedComparableEntityPath(Class<? extends T> type, Path<?> parent, String property) protectedComparableEntityPath(Class<? extends T> type, PathMetadata metadata) protectedComparableEntityPath(Class<? extends T> type, String var) -
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.ComparablePath
accept, getAnnotatedElement, getMetadata, getRootMethods inherited from class com.querydsl.core.types.dsl.ComparableExpression
as, as, between, between, coalesce, coalesce, coalesce, coalesce, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, max, min, notBetween, notBetween, nullif, nullifMethods inherited from class com.querydsl.core.types.dsl.ComparableExpressionBase
asc, descMethods inherited from class com.querydsl.core.types.dsl.SimpleExpression
count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, 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
-
ComparableEntityPath
-
ComparableEntityPath
-
ComparableEntityPath
-
-
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 extends Comparable>- Parameters:
property- property path- Returns:
- metadata for property or null
-