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, getPropertyPath
accept, getAlias, getExpressions, getJavaType, getOperator, isNegated, not
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isBoolean, isNumeric
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
public 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