T
- The property type@Internal public final class PersistentPropertyInPredicate<T> extends AbstractPersistentPropertyPredicate<T>
persistentPropertyPath
Constructor and Description |
---|
PersistentPropertyInPredicate(PersistentPropertyPath<T> persistentPropertyPath,
java.util.Collection<?> values) |
Modifier and Type | Method and Description |
---|---|
void |
accept(PredicateVisitor predicateVisitor) |
java.util.Collection<?> |
getValues() |
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 PersistentPropertyInPredicate(PersistentPropertyPath<T> persistentPropertyPath, java.util.Collection<?> values)
public void accept(PredicateVisitor predicateVisitor)
public java.util.Collection<?> getValues()
public java.lang.String toString()
toString
in class java.lang.Object