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