接口的使用
org.hibernate.persister.collection.SQLLoadableCollection
-
使用SQLLoadableCollection的程序包 程序包 说明 org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQLorg.hibernate.loader.custom.sql org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. -
-
org.hibernate.loader.custom中SQLLoadableCollection的使用
参数类型为SQLLoadableCollection的org.hibernate.loader.custom中的构造器 构造器 说明 ColumnCollectionAliases(Map userProvidedAliases, SQLLoadableCollection persister) -
org.hibernate.loader.custom.sql中SQLLoadableCollection的使用
返回SQLLoadableCollection的org.hibernate.loader.custom.sql中的方法 修饰符和类型 方法 说明 SQLLoadableCollectionSQLQueryReturnProcessor.ResultAliasContext. getCollectionPersister(String alias) -
org.hibernate.persister.collection中SQLLoadableCollection的使用
实现SQLLoadableCollection的org.hibernate.persister.collection中的类 修饰符和类型 类 说明 classAbstractCollectionPersisterBase implementation of the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.
-