Uses of Enum Class
org.hibernate.loader.ast.spi.CascadingFetchProfile
Packages that use CascadingFetchProfile
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of CascadingFetchProfile in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CascadingFetchProfileModifier and TypeMethodDescriptionLoadQueryInfluencers.getEnabledCascadingFetchProfile()
Fetch-profile to apply, if one, when building the result-graph for cascade fetching - for example, the result-graph used when handling a merge to immediately load additional based on CascadeType.MERGEMethods in org.hibernate.engine.spi with parameters of type CascadingFetchProfileModifier and TypeMethodDescription<T> T
LoadQueryInfluencers.fromInternalFetchProfile
(CascadingFetchProfile profile, Supplier<T> supplier) void
LoadQueryInfluencers.setEnabledCascadingFetchProfile
(CascadingFetchProfile enabledCascadingFetchProfile) Set the effective cascading fetch-profile -
Uses of CascadingFetchProfile in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return CascadingFetchProfileModifier and TypeMethodDescriptionstatic CascadingFetchProfile
Returns the enum constant of this class with the specified name.static CascadingFetchProfile[]
CascadingFetchProfile.values()
Returns an array containing the constants of this enum class, in the order they are declared.