T - public class ComparableEntityPath<T extends java.lang.Comparable> extends ComparablePath<T> implements EntityPath<T>
ComparableEntityPath extends the ComparablePath class to implement the EntityPath interfacehashCode, mixin| Modifier | Constructor and Description |
|---|---|
protected |
ComparableEntityPath(java.lang.Class<? extends T> type,
Path<?> parent,
java.lang.String property) |
protected |
ComparableEntityPath(java.lang.Class<? extends T> type,
PathMetadata metadata) |
protected |
ComparableEntityPath(java.lang.Class<? extends T> type,
java.lang.String var) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.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, 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, nullifasc, desccount, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotatedElement, getMetadata, getRootaccept, getTypeprotected ComparableEntityPath(java.lang.Class<? extends T> type, Path<?> parent, java.lang.String property)
protected ComparableEntityPath(java.lang.Class<? extends T> type, PathMetadata metadata)
protected ComparableEntityPath(java.lang.Class<? extends T> type, java.lang.String var)
public java.lang.Object getMetadata(Path<?> property)
EntityPathgetMetadata in interface EntityPath<T extends java.lang.Comparable>property - property pathCopyright © 2007–2021 Querydsl. All rights reserved.