Class Restrictions.PropertyIds<T>
java.lang.Object
io.micronaut.data.processor.visitors.finders.Restrictions.PropertyIds<T>
- Type Parameters:
 T- The property type
- All Implemented Interfaces:
 Restrictions.Restriction<T>
- Enclosing class:
 - Restrictions
 
public static class Restrictions.PropertyIds<T>
extends Object
implements Restrictions.Restriction<T>
Ids restriction.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.Predicatefind(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.ParameterExpression<T>[] parameters) getName()int 
- 
Constructor Details
- 
PropertyIds
public PropertyIds() 
 - 
 - 
Method Details
- 
getName
- Specified by:
 getNamein interfaceRestrictions.Restriction<T>
 - 
getRequiredParameters
public int getRequiredParameters()- Specified by:
 getRequiredParametersin interfaceRestrictions.Restriction<T>
 - 
find
public jakarta.persistence.criteria.Predicate find(PersistentEntityRoot<?> entityRoot, PersistentEntityCriteriaBuilder cb, jakarta.persistence.criteria.ParameterExpression<T>[] parameters) - Specified by:
 findin interfaceRestrictions.Restriction<T>
 
 -