Uses of Class
org.hibernate.loader.ast.spi.CascadingFetchProfile
-
Packages that use CascadingFetchProfile Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.loader.ast.spi -
-
Uses of CascadingFetchProfile in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CascadingFetchProfile Modifier and Type Method Description CascadingFetchProfile
LoadQueryInfluencers. 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 CascadingFetchProfile Modifier and Type Method Description <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 CascadingFetchProfile Modifier and Type Method Description static CascadingFetchProfile
CascadingFetchProfile. fromLegacyName(String legacyName)
static CascadingFetchProfile
CascadingFetchProfile. valueOf(String name)
Returns the enum constant of this type with the specified name.static CascadingFetchProfile[]
CascadingFetchProfile. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-