Uses of Class
org.hibernate.dialect.temptable.TemporaryTable
-
Packages that use TemporaryTable Package Description org.hibernate.dialect.temptable Support for temporary tables. -
-
Uses of TemporaryTable in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return TemporaryTable Modifier and Type Method Description static TemporaryTableTemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)static TemporaryTableTemporaryTable. createIdTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)TemporaryTableTemporaryTableColumn. getContainingTable()
-