T - The property type@Internal public final class PersistentPropertyBetweenPredicate<T> extends AbstractPersistentPropertyPredicate<T>
persistentPropertyPath| Constructor and Description |
|---|
PersistentPropertyBetweenPredicate(PersistentPropertyPath<T> persistentPropertyPath,
java.lang.Object from,
java.lang.Object to) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PredicateVisitor predicateVisitor) |
java.lang.Object |
getFrom() |
java.lang.Object |
getTo() |
java.lang.String |
toString() |
getProperty, getPropertyPathaccept, getAlias, getExpressions, getJavaType, getOperator, isNegated, notclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBoolean, isNumericas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectionpublic PersistentPropertyBetweenPredicate(PersistentPropertyPath<T> persistentPropertyPath, java.lang.Object from, java.lang.Object to)
public java.lang.Object getFrom()
public java.lang.Object getTo()
public void accept(PredicateVisitor predicateVisitor)
public java.lang.String toString()
toString in class java.lang.Object