Class Restrictions.PropertyArrayContains<T>
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyArrayContains<T>
- Type Parameters:
 T- The property type
- All Implemented Interfaces:
 Restrictions.PropertyRestriction<T>
- Direct Known Subclasses:
 Restrictions.PropertyCollectionContains
- Enclosing class:
 - Restrictions
 
Array contains restriction.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<T> expression, List<jakarta.persistence.criteria.ParameterExpression<T>> parameters) getName()int 
- 
Constructor Details
- 
PropertyArrayContains
public PropertyArrayContains() 
 - 
 - 
Method Details
- 
getName
 - 
getRequiredParameters
public int getRequiredParameters()- Specified by:
 getRequiredParametersin interfaceRestrictions.PropertyRestriction<T>
 - 
find
public jakarta.persistence.criteria.Predicate find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<T> expression, List<jakarta.persistence.criteria.ParameterExpression<T>> parameters) - Specified by:
 findin interfaceRestrictions.PropertyRestriction<T>
 
 -