Package 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. It also holds a "session identifier"
column which Hibernate manages in order to isolate rows from different sessions.
-
Class Summary Class Description DeleteHandlerImpl Helper PersistentTableBulkIdStrategy This is a strategy that mimics temporary tables for databases which do not support temporary tables.UpdateHandlerImpl