Uses of Interface
com.blazebit.persistence.view.SubGraph
Packages that use SubGraph
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of SubGraph in com.blazebit.persistence.view
Classes in com.blazebit.persistence.view that implement SubGraphModifier and TypeClassDescriptionfinal classEntityViewSetting<T,Q extends FullQueryBuilder<T, Q>> A EntityViewSetting is a set of filters and sorters that can be applied to aCriteriaBuilder.Methods in com.blazebit.persistence.view that return SubGraphModifier and TypeMethodDescription<X> SubGraph<X>EntityViewSetting.fetch(MethodPluralAttribute<T, ?, X> attribute) <X> SubGraph<X>EntityViewSetting.fetch(MethodSingularAttribute<T, X> attribute) <X> SubGraph<X><X> SubGraph<X>SubGraph.fetch(MethodPluralAttribute<T, ?, X> attribute) Adds a fetch for the given attribute and returns theSubGraphfor it.<X> SubGraph<X>SubGraph.fetch(MethodSingularAttribute<T, X> attribute) Adds a fetch for the given attribute and returns theSubGraphfor it.<X> SubGraph<X>Adds a fetch for the given path and returns theSubGraphfor it.