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