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 java.lang.String
AbstractTableBasedBulkIdHandler. generateIdSubselect(Queryable persister, AbstractCollectionPersister cPersister, IdTableInfo idTableInfo)
protected static java.lang.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 java.lang.String
AbstractCteValuesListBulkIdHandler. generateIdSubselect(java.lang.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 java.lang.String
AbstractInlineIdsDeleteHandlerImpl. generateIdSubselect(java.lang.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 java.lang.String
DeleteHandlerImpl. 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 class
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.class
OneToManyPersister
Collection persister for one-to-many associations.
-