Uses of Interface
org.hibernate.dialect.temptable.TemporaryTableExporter
-
Packages that use TemporaryTableExporter Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.temptable Support for temporary tables. -
-
Uses of TemporaryTableExporter in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableExporter Modifier and Type Method Description TemporaryTableExporter
Dialect. getTemporaryTableExporter()
Get aTemporaryTableExporter
, usuallyStandardTemporaryTableExporter
.TemporaryTableExporter
DialectDelegateWrapper. getTemporaryTableExporter()
-
Uses of TemporaryTableExporter in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement TemporaryTableExporter Modifier and Type Class Description class
StandardTemporaryTableExporter
Methods in org.hibernate.dialect.temptable with parameters of type TemporaryTableExporter Modifier and Type Method Description static void
TemporaryTableHelper. cleanTemporaryTableRows(TemporaryTable temporaryTable, TemporaryTableExporter exporter, Function<SharedSessionContractImplementor,String> sessionUidAccess, SharedSessionContractImplementor session)
Constructors in org.hibernate.dialect.temptable with parameters of type TemporaryTableExporter Constructor Description TemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
TemporaryTableDropWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)
-