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, getRootas, 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, notBetweenasc, coalesce, coalesce, desccount, 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, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotatedElement, getMetadata, getRootaccept, getTypeprotected ComparableEntityPath(Class<? extends T> type, Path<?> parent, String property)
protected ComparableEntityPath(Class<? extends T> type, PathMetadata metadata)
public Object getMetadata(Path<?> property)
EntityPathgetMetadata in interface EntityPath<T extends Comparable>property - property pathCopyright © 2007–2016 Querydsl. All rights reserved.