程序包的使用
org.hibernate.loader.plan.exec.internal
-
使用org.hibernate.loader.plan.exec.internal的程序包 程序包 说明 org.hibernate.loader.collection.plan org.hibernate.loader.entity.plan 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.collection.plan使用的org.hibernate.loader.plan.exec.internal中的类 类 说明 AbstractLoadPlanBasedLoader A superclass for loader implementations based on using LoadPlans. -
org.hibernate.loader.entity.plan使用的org.hibernate.loader.plan.exec.internal中的类 类 说明 AbstractLoadPlanBasedLoader A superclass for loader implementations based on using LoadPlans.EntityLoadQueryDetails Handles interpreting a LoadPlan (for loading of an entity) by: generating the SQL query to perform creating the readers needed to read the results from the SQL's ResultSet -
org.hibernate.loader.plan.exec.internal使用的org.hibernate.loader.plan.exec.internal中的类 类 说明 AbstractCollectionLoadQueryDetails Handles interpreting a LoadPlan (for loading of a collection) by: generating the SQL query to perform creating the readers needed to read the results from the SQL's ResultSetAbstractLoadPlanBasedLoader.SqlStatementWrapper AbstractLoadQueryDetails AliasResolutionContextImpl Provides aliases that are used by load queries and ResultSet processors.BatchingLoadQueryDetailsFactory A factory class for creating aLoadQueryDetailsobject.EntityLoadQueryDetails Handles interpreting a LoadPlan (for loading of an entity) by: generating the SQL query to perform creating the readers needed to read the results from the SQL's ResultSetFetchStats Contract used to report collected information about fetches.RootHelper