Uses of Interface
org.hibernate.dialect.temptable.TemporaryTableExporter
Packages that use TemporaryTableExporter
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for temporary tables.
-
Uses of TemporaryTableExporter in org.hibernate.dialect
Methods in org.hibernate.dialect that return TemporaryTableExporterModifier and TypeMethodDescriptionDialect.getTemporaryTableExporter()Get aTemporaryTableExporter, usuallyStandardTemporaryTableExporter. -
Uses of TemporaryTableExporter in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement TemporaryTableExporterMethods in org.hibernate.dialect.temptable with parameters of type TemporaryTableExporterModifier and TypeMethodDescriptionstatic voidTemporaryTableHelper.cleanTemporaryTableRows(TemporaryTable temporaryTable, TemporaryTableExporter exporter, Function<SharedSessionContractImplementor, String> sessionUidAccess, SharedSessionContractImplementor session) Constructors in org.hibernate.dialect.temptable with parameters of type TemporaryTableExporterModifierConstructorDescriptionTemporaryTableCreationWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory) TemporaryTableDropWork(TemporaryTable temporaryTable, TemporaryTableExporter exporter, SessionFactoryImplementor sessionFactory)