Uses of Class
org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
-
Packages that use AbstractBatchEntitySelectFetchInitializer Package Description org.hibernate.sql.results.graph.entity.internal -
-
Uses of AbstractBatchEntitySelectFetchInitializer in org.hibernate.sql.results.graph.entity.internal
Subclasses of AbstractBatchEntitySelectFetchInitializer in org.hibernate.sql.results.graph.entity.internal Modifier and Type Class Description classBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassBatchInitializeEntitySelectFetchInitializerLoads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type AbstractBatchEntitySelectFetchInitializer Constructor Description AbstractBatchEntitySelectFetchInitializerData(AbstractBatchEntitySelectFetchInitializer<?> initializer, RowProcessingState rowProcessingState)
-