Class AbstractCriteriaNode<T>
java.lang.Object
software.xdev.spring.data.eclipse.store.repository.query.criteria.AbstractCriteriaNode<T>
- Type Parameters:
T- entity-type to apply the criteria to.
- All Implemented Interfaces:
Criteria<T>
- Direct Known Subclasses:
CriteriaAndNode,CriteriaOrNode,CriteriaSingleNode
Criteria to apply to an entity and check if the criteria is fulfilled or not.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(ReflectedField<T, ?> field) containing(String containedString, boolean doIgnoreCase) exists(boolean value) in(org.springframework.data.util.Streamable<?> values) nin(org.springframework.data.util.Streamable<?> values) notContaining(String containedString, boolean doIgnoreCase) orOperator(AbstractCriteriaNode<T> criteria)
-
Constructor Details
-
AbstractCriteriaNode
-
-
Method Details
-
and
-
orOperator
-
is
-
ne
-
lt
-
lte
-
gt
-
gte
-
between
-
in
-
nin
-
exists
-
like
-
startWith
-
endWith
-
containing
-
notLike
-
notContaining
-