类的使用
org.hibernate.persister.collection.AbstractCollectionPersister
-
使用AbstractCollectionPersister的程序包 程序包 说明 org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. -
-
org.hibernate.hql.spi.id中AbstractCollectionPersister的使用
参数类型为AbstractCollectionPersister的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 protected StringAbstractTableBasedBulkIdHandler. generateIdSubselect(Queryable persister, AbstractCollectionPersister cPersister, IdTableInfo idTableInfo)protected static String[]AbstractTableBasedBulkIdHandler. getKeyColumnNames(Queryable persister, AbstractCollectionPersister cPersister) -
org.hibernate.hql.spi.id.cte中AbstractCollectionPersister的使用
参数类型为AbstractCollectionPersister的org.hibernate.hql.spi.id.cte中的方法 修饰符和类型 方法 说明 protected StringAbstractCteValuesListBulkIdHandler. generateIdSubselect(String idSubselect, Queryable persister, AbstractCollectionPersister cPersister) -
org.hibernate.hql.spi.id.inline中AbstractCollectionPersister的使用
参数类型为AbstractCollectionPersister的org.hibernate.hql.spi.id.inline中的方法 修饰符和类型 方法 说明 protected StringAbstractInlineIdsDeleteHandlerImpl. generateIdSubselect(String idSubselect, Queryable persister, AbstractCollectionPersister cPersister) -
org.hibernate.hql.spi.id.persistent中AbstractCollectionPersister的使用
参数类型为AbstractCollectionPersister的org.hibernate.hql.spi.id.persistent中的方法 修饰符和类型 方法 说明 protected StringDeleteHandlerImpl. generateIdSubselect(Queryable persister, AbstractCollectionPersister cPersister, IdTableInfo idTableInfo) -
org.hibernate.persister.collection中AbstractCollectionPersister的使用
org.hibernate.persister.collection中AbstractCollectionPersister的子类 修饰符和类型 类 说明 classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.
-