Uses of Interface
org.hibernate.dialect.temptable.TemporaryTableExporter
-
Packages that use TemporaryTableExporter Package Description org.hibernate.dialect org.hibernate.dialect.temptable -
-
Uses of TemporaryTableExporter in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableExporter Modifier and Type Method Description TemporaryTableExporter
Dialect. 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)
-