Uses of Class
org.hibernate.sql.results.graph.entity.AbstractEntityInitializer.State
-
Packages that use AbstractEntityInitializer.State Package Description org.hibernate.sql.results.graph.entity -
-
Uses of AbstractEntityInitializer.State in org.hibernate.sql.results.graph.entity
Fields in org.hibernate.sql.results.graph.entity declared as AbstractEntityInitializer.State Modifier and Type Field Description protected AbstractEntityInitializer.State
AbstractEntityInitializer. state
Methods in org.hibernate.sql.results.graph.entity that return AbstractEntityInitializer.State Modifier and Type Method Description static AbstractEntityInitializer.State
AbstractEntityInitializer.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractEntityInitializer.State[]
AbstractEntityInitializer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-