程序包的使用
org.hibernate.loader.plan.exec.process.spi
-
使用org.hibernate.loader.plan.exec.process.spi的程序包 程序包 说明 org.hibernate.loader.plan.exec.internal Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.org.hibernate.loader.plan.exec.process.internal org.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. -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.loader.plan.exec.process.spi中的类 类 说明 CollectionReferenceInitializer EntityReferenceInitializer ReaderCollector Used as a callback mechanism while building the SQL statement to collect the needed ResultSet initializers.ResultSetProcessor Contract for processing JDBC ResultSets. -
org.hibernate.loader.plan.exec.process.internal使用的org.hibernate.loader.plan.exec.process.spi中的类 类 说明 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.ReturnReader Handles reading a single root Return objectRowReader ScrollableResultSetProcessor Contract for processing JDBC ResultSets a single logical row at a time. -
org.hibernate.loader.plan.exec.process.spi使用的org.hibernate.loader.plan.exec.process.spi中的类 类 说明 CollectionReferenceInitializer EntityReferenceInitializer ResultSetProcessingContext ResultSetProcessingContext.EntityReferenceProcessingState Holds all pieces of information known about an entity reference in relation to each row as we process the result set.ReturnReader Handles reading a single root Return objectRowReader ScrollableResultSetProcessor Contract for processing JDBC ResultSets a single logical row at a time. -
org.hibernate.loader.plan.exec.spi使用的org.hibernate.loader.plan.exec.process.spi中的类 类 说明 ResultSetProcessor Contract for processing JDBC ResultSets.