public class MVCCEventListenerIntegrator
extends Object
implements org.hibernate.integrator.spi.Integrator
| Modifier and Type | Field and Description |
|---|---|
static MVCCEventListenerIntegrator |
INSTANCE |
| Constructor and Description |
|---|
MVCCEventListenerIntegrator() |
| Modifier and Type | Method and Description |
|---|---|
void |
disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor,
org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry) |
void |
integrate(org.hibernate.boot.Metadata metadata,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor,
org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry) |
public static final MVCCEventListenerIntegrator INSTANCE
public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor,
org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
disintegrate in interface org.hibernate.integrator.spi.Integratorpublic void integrate(org.hibernate.boot.Metadata metadata,
org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor,
org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry)
integrate in interface org.hibernate.integrator.spi.Integrator