Uses of Class
org.hibernate.persister.collection.AbstractCollectionPersister
-
Packages that use AbstractCollectionPersister Package Description 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 -
-
Uses of AbstractCollectionPersister in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type AbstractCollectionPersister Modifier and Type Method Description protected StringAbstractTableBasedBulkIdHandler. generateIdSubselect(Queryable persister, AbstractCollectionPersister cPersister, IdTableInfo idTableInfo)protected static String[]AbstractTableBasedBulkIdHandler. getKeyColumnNames(Queryable persister, AbstractCollectionPersister cPersister) -
Uses of AbstractCollectionPersister in org.hibernate.hql.spi.id.cte
Methods in org.hibernate.hql.spi.id.cte with parameters of type AbstractCollectionPersister Modifier and Type Method Description protected StringAbstractCteValuesListBulkIdHandler. generateIdSubselect(String idSubselect, Queryable persister, AbstractCollectionPersister cPersister) -
Uses of AbstractCollectionPersister in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline with parameters of type AbstractCollectionPersister Modifier and Type Method Description protected StringAbstractInlineIdsDeleteHandlerImpl. generateIdSubselect(String idSubselect, Queryable persister, AbstractCollectionPersister cPersister) -
Uses of AbstractCollectionPersister in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type AbstractCollectionPersister Modifier and Type Method Description protected StringDeleteHandlerImpl. generateIdSubselect(Queryable persister, AbstractCollectionPersister cPersister, IdTableInfo idTableInfo) -
Uses of AbstractCollectionPersister in org.hibernate.persister.collection
Subclasses of AbstractCollectionPersister in org.hibernate.persister.collection Modifier and Type Class Description classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classOneToManyPersisterCollection persister for one-to-many associations.
-