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 Fetch<?,?>>
FExpressions.fetch(From<?, T> from, JoinType joinType, Function<Expressions.Fetcher<T>, F> function) Create afetch joinconsideringJoinTypeusing the given fetcher function allowing to express fetches using property references.