类的使用
org.hibernate.loader.plan.exec.internal.AbstractLoadQueryDetails
-
使用AbstractLoadQueryDetails的程序包 程序包 说明 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.internal中AbstractLoadQueryDetails的使用
org.hibernate.loader.plan.exec.internal中AbstractLoadQueryDetails的子类 修饰符和类型 类 说明 classAbstractCollectionLoadQueryDetailsHandles 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 ResultSetclassBasicCollectionLoadQueryDetailsclassEntityLoadQueryDetailsHandles 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 ResultSetclassOneToManyLoadQueryDetails
-