Uses of Package
org.hibernate.loader.plan.exec.process.spi
-
Packages that use org.hibernate.loader.plan.exec.process.spi Package Description org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.plan
API to apply entity-graphsorg.hibernate.loader.plan.exec.process.spi org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor. -
Classes in org.hibernate.loader.plan.exec.process.spi used by org.hibernate.loader.entity.plan Class Description ResultSetProcessorResolver -
Classes in org.hibernate.loader.plan.exec.process.spi used by org.hibernate.loader.plan.exec.process.spi Class Description CollectionReferenceInitializer EntityReferenceInitializer ReaderCollector Used as a callback mechanism while building the SQL statement to collect the needed ResultSet initializers.ResultSetProcessingContext ResultSetProcessingContext.EntityReferenceProcessingState Holds all pieces of information known about an entity reference in relation to each row as we process the result set.ResultSetProcessor Contract for processing JDBC ResultSets.ResultSetProcessorResolver ReturnReader Handles reading a single root Return objectRowReader ScrollableResultSetProcessor Contract for processing JDBC ResultSets a single logical row at a time. -
Classes in org.hibernate.loader.plan.exec.process.spi used by org.hibernate.loader.plan.exec.spi Class Description ResultSetProcessor Contract for processing JDBC ResultSets.