public class CriterionFilterOperation extends Object implements FilterOperation<org.hibernate.criterion.Criterion>
| Constructor and Description |
|---|
CriterionFilterOperation() |
| Modifier and Type | Method and Description |
|---|---|
static org.hibernate.criterion.Criterion |
andWithNull(org.hibernate.criterion.Criterion lhs,
org.hibernate.criterion.Criterion rhs) |
org.hibernate.criterion.Criterion |
apply(Predicate predicate) |
org.hibernate.criterion.Criterion |
applyAll(Set<Predicate> predicates) |
public org.hibernate.criterion.Criterion apply(Predicate predicate)
apply in interface FilterOperation<org.hibernate.criterion.Criterion>public org.hibernate.criterion.Criterion applyAll(Set<Predicate> predicates)
applyAll in interface FilterOperation<org.hibernate.criterion.Criterion>public static org.hibernate.criterion.Criterion andWithNull(org.hibernate.criterion.Criterion lhs,
org.hibernate.criterion.Criterion rhs)
Copyright © 2015–2016. All rights reserved.