Uses of Class
org.hibernate.dialect.temptable.TemporaryTable
-
Packages that use TemporaryTable Package Description org.hibernate.dialect.temptable org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids. -
-
Uses of TemporaryTable in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTable Modifier and Type Method Description static TemporaryTable
TemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
static TemporaryTable
TemporaryTable. createIdTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
TemporaryTable
TemporaryTableColumn. getContainingTable()
Constructors in org.hibernate.dialect.temptable with parameters of type TemporaryTable Constructor Description TemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, boolean nullable)
TemporaryTableColumn(TemporaryTable containingTable, String columnName, JdbcMapping jdbcMapping, String sqlTypeName, boolean nullable, boolean primaryKey)
TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableCreationWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
TemporaryTableDropWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableDropWork(TemporaryTable temporaryTable, SessionFactoryImplementor sessionFactory)
TemporaryTableSessionUidColumn(TemporaryTable containingTable, JdbcMapping jdbcMapping, String sqlTypeName)
-
Uses of TemporaryTable in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable that return TemporaryTable Modifier and Type Method Description TemporaryTable
GlobalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
LocalTemporaryTableStrategy. getTemporaryTable()
TemporaryTable
PersistentTableStrategy. getTemporaryTable()
-