T - public class ComparableEntityPath<T extends Comparable> extends ComparablePath<T> implements EntityPath<T>
hashCode, mixin| Constructor and Description |
|---|
ComparableEntityPath(Class<? extends T> type,
Path<?> parent,
String property) |
ComparableEntityPath(Class<? extends T> type,
PathMetadata<?> metadata) |
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, goeAny, gt, gt, gtAll, gtAny, loe, loe, loeAll, loeAny, lt, lt, ltAll, ltAny, notBetween, notBetweenasc, castToNum, coalesce, coalesce, desc, stringValuecount, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotatedElement, getMetadata, getRootaccept, getTypepublic ComparableEntityPath(Class<? extends T> type, Path<?> parent, String property)
public ComparableEntityPath(Class<? extends T> type, PathMetadata<?> metadata)
public Object getMetadata(Path<?> property)
EntityPathgetMetadata in interface EntityPath<T extends Comparable>Copyright © 2007–2015 Querydsl. All rights reserved.