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 CascadingFetchProfileLoadQueryInfluencers. 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> TLoadQueryInfluencers. fromInternalFetchProfile(CascadingFetchProfile profile, Supplier<T> supplier)voidLoadQueryInfluencers. 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 CascadingFetchProfileCascadingFetchProfile. fromLegacyName(String legacyName)static CascadingFetchProfileCascadingFetchProfile. 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.
-