类的使用
org.hibernate.loader.BasicLoader
-
使用BasicLoader的程序包 程序包 说明 org.hibernate.hql.internal.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed.org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.org.hibernate.loader.collection This package defines collection initializersorg.hibernate.loader.criteria This package defines the criteria query compiler and loaderorg.hibernate.loader.entity This package defines entity loadersorg.hibernate.loader.hql This package defines a loader for the AST-based query parser -
-
org.hibernate.hql.internal.classic中BasicLoader的使用
org.hibernate.hql.internal.classic中BasicLoader的子类 修饰符和类型 类 说明 classQueryTranslatorImplAn instance of QueryTranslator translates a Hibernate query string to SQL. -
org.hibernate.loader中BasicLoader的使用
org.hibernate.loader中BasicLoader的子类 修饰符和类型 类 说明 classOuterJoinLoaderImplements logic for walking a tree of associated classes. -
org.hibernate.loader.collection中BasicLoader的使用
org.hibernate.loader.collection中BasicLoader的子类 修饰符和类型 类 说明 classBasicCollectionLoaderLoads a collection of values or a many-to-many association.classCollectionLoaderSuperclass for loaders that initialize collectionsclassOneToManyLoaderLoads one-to-many associations
The collection persister must implement QueryableCollection.classSubselectCollectionLoaderImplements subselect fetching for a collectionclassSubselectOneToManyLoaderImplements subselect fetching for a one to many association -
org.hibernate.loader.criteria中BasicLoader的使用
org.hibernate.loader.criteria中BasicLoader的子类 修饰符和类型 类 说明 classCriteriaLoaderA Loader for Criteria queries. -
org.hibernate.loader.entity中BasicLoader的使用
org.hibernate.loader.entity中BasicLoader的子类 修饰符和类型 类 说明 classAbstractEntityLoaderclassCascadeEntityLoaderclassCollectionElementLoaderclassEntityLoaderLoads an entity instance using outerjoin fetching to fetch associated entities. -
org.hibernate.loader.hql中BasicLoader的使用
org.hibernate.loader.hql中BasicLoader的子类 修饰符和类型 类 说明 classQueryLoaderA delegate that implements the Loader part of QueryTranslator.
-