Uses of Interface
org.hibernate.hql.spi.id.IdTableInfo
-
Packages that use IdTableInfo Package Description org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.local 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. -
-
Uses of IdTableInfo in org.hibernate.hql.spi.id
Classes in org.hibernate.hql.spi.id with type parameters of type IdTableInfo Modifier and Type Class Description class
AbstractMultiTableBulkIdStrategyImpl<TT extends IdTableInfo,CT extends AbstractMultiTableBulkIdStrategyImpl.PreparationContext>
Convenience base class for MultiTableBulkIdStrategy implementations.Methods in org.hibernate.hql.spi.id with parameters of type IdTableInfo Modifier and Type Method Description protected java.lang.String
AbstractTableBasedBulkIdHandler. generateIdInsertSelect(java.lang.String tableAlias, IdTableInfo idTableInfo, AbstractTableBasedBulkIdHandler.ProcessedWhereClause whereClause)
Generate theINSERT
-SELECT
statement for holding matching ids.protected java.lang.String
AbstractTableBasedBulkIdHandler. generateIdSubselect(Queryable persister, IdTableInfo idTableInfo)
Constructors in org.hibernate.hql.spi.id with parameters of type IdTableInfo Constructor Description TableBasedDeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)
TableBasedUpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)
-
Uses of IdTableInfo in org.hibernate.hql.spi.id.local
Classes in org.hibernate.hql.spi.id.local that implement IdTableInfo Modifier and Type Class Description class
IdTableInfoImpl
-
Uses of IdTableInfo in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type IdTableInfo Modifier and Type Method Description protected java.lang.String
DeleteHandlerImpl. generateIdSubselect(Queryable persister, IdTableInfo idTableInfo)
protected java.lang.String
UpdateHandlerImpl. generateIdSubselect(Queryable persister, IdTableInfo idTableInfo)
Constructors in org.hibernate.hql.spi.id.persistent with parameters of type IdTableInfo Constructor Description DeleteHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)
UpdateHandlerImpl(SessionFactoryImplementor factory, org.hibernate.hql.internal.ast.HqlSqlWalker walker, IdTableInfo idTableInfo)
-