Uses of Interface
org.springframework.data.projection.EntityProjectionIntrospector.ProjectionPredicate
Packages that use EntityProjectionIntrospector.ProjectionPredicate
-
Uses of EntityProjectionIntrospector.ProjectionPredicate in org.springframework.data.projection
Methods in org.springframework.data.projection that return EntityProjectionIntrospector.ProjectionPredicateModifier and TypeMethodDescriptionEntityProjectionIntrospector.ProjectionPredicate.and(EntityProjectionIntrospector.ProjectionPredicate other) Return a composed predicate that represents a short-circuiting logical AND of this predicate and another.EntityProjectionIntrospector.ProjectionPredicate.negate()Return a predicate that represents the logical negation of this predicate.EntityProjectionIntrospector.ProjectionPredicate.typeHierarchy()Return a predicate that considers whether thetarget typeis participating in the type hierarchy.Methods in org.springframework.data.projection with parameters of type EntityProjectionIntrospector.ProjectionPredicateModifier and TypeMethodDescriptionEntityProjectionIntrospector.ProjectionPredicate.and(EntityProjectionIntrospector.ProjectionPredicate other) Return a composed predicate that represents a short-circuiting logical AND of this predicate and another.static EntityProjectionIntrospectorEntityProjectionIntrospector.create(ProjectionFactory projectionFactory, EntityProjectionIntrospector.ProjectionPredicate projectionPredicate, MappingContext<?, ?> mappingContext) Create a newEntityProjectionIntrospectorgivenProjectionFactory,EntityProjectionIntrospector.ProjectionPredicateandMappingContext.