Uses of Interface
org.hibernate.sql.results.graph.InitializerProducer
-
Packages that use InitializerProducer Package Description org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.sql.results.graph Defines domain result graphs. -
-
Uses of InitializerProducer in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement InitializerProducer Modifier and Type Class Description classEntityResultImpl -
Uses of InitializerProducer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type InitializerProducer Modifier and Type Method Description <P extends FetchParent>
Initializer<?>AssemblerCreationState. resolveInitializer(P resultGraphNode, InitializerParent<?> parent, InitializerProducer<P> producer)
-