Class Restrictions.PropertyStartingWith
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartsWith
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyStartingWith
- All Implemented Interfaces:
 Restrictions.PropertyRestriction<String>
- Enclosing class:
 - Restrictions
 
Starts with criterion.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.Expression<String> expression, List<jakarta.persistence.criteria.ParameterExpression<String>> parameters) getName()int 
- 
Constructor Details
- 
PropertyStartingWith
public PropertyStartingWith() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceRestrictions.PropertyRestriction<String>- Overrides:
 getNamein classRestrictions.PropertyStartsWith
 - 
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<String> expression, List<jakarta.persistence.criteria.ParameterExpression<String>> parameters) - Specified by:
 findin interfaceRestrictions.PropertyRestriction<T>
 
 -