Class PersistentTableBulkIdStrategy

  • All Implemented Interfaces:
    MultiTableBulkIdStrategy

    public class PersistentTableBulkIdStrategy
    extends AbstractMultiTableBulkIdStrategyImpl<org.hibernate.hql.spi.id.persistent.IdTableInfoImpl,​org.hibernate.hql.spi.id.persistent.PreparationContextImpl>
    implements MultiTableBulkIdStrategy
    This is a strategy that mimics temporary tables for databases which do not support temporary tables. It follows a pattern similar to the ANSI SQL definition of global temporary table using a "session id" column to segment rows from the various sessions.