Package org.hibernate.testing.jdbc
Class SharedDriverManagerTypeCacheClearingIntegrator
java.lang.Object
org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator
- All Implemented Interfaces:
Integrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
integrate
(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Perform integration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.integrator.spi.Integrator
disintegrate
-
Constructor Details
-
SharedDriverManagerTypeCacheClearingIntegrator
public SharedDriverManagerTypeCacheClearingIntegrator()
-
-
Method Details
-
integrate
public void integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Description copied from interface:Integrator
Perform integration.- Specified by:
integrate
in interfaceIntegrator
- Parameters:
metadata
- The fully initialized boot-time mapping modelbootstrapContext
- The context for bootstrapping of the SessionFactorysessionFactory
- The SessionFactory being created
-