Uses of Interface
org.springframework.data.jpa.criteria.Expressions.Joiner
Packages that use Expressions.Joiner
-
Uses of Expressions.Joiner in org.springframework.data.jpa.criteria
Method parameters in org.springframework.data.jpa.criteria with type arguments of type Expressions.JoinerModifier and TypeMethodDescriptionstatic <T, J extends jakarta.persistence.criteria.Join<?,?>>
JExpressions.join(jakarta.persistence.criteria.From<?, T> from, jakarta.persistence.criteria.JoinType joinType, Function<Expressions.Joiner<T>, J> function) Create aJoinconsideringJoinTypeusing the given joiner function allowing to express joins using property references.