Uses of Class
org.hibernate.loader.ast.spi.CascadingFetchProfile
-
Packages that use CascadingFetchProfile Package Description org.hibernate.engine.spi 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()
Methods 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)
-
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.
-