Uses of Interface
org.springframework.data.projection.EntityProjectionIntrospector.ProjectionPredicate
-
Uses of EntityProjectionIntrospector.ProjectionPredicate in org.springframework.data.projection
Modifier 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 type
is participating in the type hierarchy.Modifier and TypeMethodDescriptionEntityProjectionIntrospector.ProjectionPredicate.and
(EntityProjectionIntrospector.ProjectionPredicate other) Return a composed predicate that represents a short-circuiting logical AND of this predicate and another.static EntityProjectionIntrospector
EntityProjectionIntrospector.create
(ProjectionFactory projectionFactory, EntityProjectionIntrospector.ProjectionPredicate projectionPredicate, MappingContext<?, ?> mappingContext) Create a newEntityProjectionIntrospector
givenProjectionFactory
,EntityProjectionIntrospector.ProjectionPredicate
andMappingContext
.