Uses of Class
org.hibernate.loader.plan.spi.LoadPlan.Disposition
-
Packages that use LoadPlan.Disposition Package Description org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of LoadPlan.Disposition in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return LoadPlan.Disposition Modifier and Type Method Description LoadPlan.Disposition
LoadPlan. getDisposition()
What is the disposition of this LoadPlan, in terms of its returns.static LoadPlan.Disposition
LoadPlan.Disposition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoadPlan.Disposition[]
LoadPlan.Disposition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-