T
- public class ComparableEntityPath<T extends Comparable> extends ComparablePath<T> implements EntityPath<T>
ComparableEntityPath
extends the ComparablePath
class to implement the EntityPath interfacehashCode, mixin
Modifier | Constructor and Description |
---|---|
protected |
ComparableEntityPath(Class<? extends T> type,
Path<?> parent,
String property) |
protected |
ComparableEntityPath(Class<? extends T> type,
PathMetadata metadata) |
protected |
ComparableEntityPath(Class<? extends T> type,
String var) |
Modifier and Type | Method and Description |
---|---|
Object |
getMetadata(Path<?> property)
Returns additional metadata for the given property path or null if none is available
|
accept, getAnnotatedElement, getMetadata, getRoot
as, as, between, between, goe, goe, goeAll, goeAll, goeAny, goeAny, gt, gt, gtAll, gtAll, gtAny, gtAny, loe, loe, loeAll, loeAll, loeAny, loeAny, lt, lt, ltAll, ltAll, ltAny, ltAny, notBetween, notBetween
asc, coalesce, coalesce, desc
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, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotatedElement, getMetadata, getRoot
accept, getType
protected ComparableEntityPath(Class<? extends T> type, Path<?> parent, String property)
protected ComparableEntityPath(Class<? extends T> type, PathMetadata metadata)
public Object getMetadata(Path<?> property)
EntityPath
getMetadata
in interface EntityPath<T extends Comparable>
property
- property pathCopyright © 2007–2016 Querydsl. All rights reserved.