Uses of Class
org.hibernate.sql.results.graph.Initializer.State
-
Packages that use Initializer.State Package Description org.hibernate.sql.results.graph Defines domain result graphs. -
-
Uses of Initializer.State in org.hibernate.sql.results.graph
Fields in org.hibernate.sql.results.graph declared as Initializer.State Modifier and Type Field Description protected Initializer.StateInitializerData. stateMethods in org.hibernate.sql.results.graph that return Initializer.State Modifier and Type Method Description Initializer.StateInitializerData. getState()static Initializer.StateInitializer.State. valueOf(String name)Returns the enum constant of this type with the specified name.static Initializer.State[]Initializer.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.sql.results.graph with parameters of type Initializer.State Modifier and Type Method Description voidInitializerData. setState(Initializer.State state)
-