Uses of Interface
org.springframework.data.jpa.criteria.Expressions.Fetcher
Packages that use Expressions.Fetcher
-
Uses of Expressions.Fetcher in org.springframework.data.jpa.criteria
Method parameters in org.springframework.data.jpa.criteria with type arguments of type Expressions.FetcherModifier and TypeMethodDescriptionstatic <T, F extends jakarta.persistence.criteria.Fetch<?,?>>
FExpressions.fetch(jakarta.persistence.criteria.From<?, T> from, jakarta.persistence.criteria.JoinType joinType, Function<Expressions.Fetcher<T>, F> function) Create afetch joinconsideringJoinTypeusing the given fetcher function allowing to express fetches using property references.