Class GlobalEventListenerIntegrator
Object
com.liferay.portal.spring.hibernate.GlobalEventListenerIntegrator
- All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator
public class GlobalEventListenerIntegrator
extends Object
implements org.hibernate.integrator.spi.Integrator
- Author:
- Tina Tian
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
GlobalEventListenerIntegrator
public GlobalEventListenerIntegrator()
-
-
Method Details
-
disintegrate
public void disintegrate(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry) - Specified by:
disintegrate
in interfaceorg.hibernate.integrator.spi.Integrator
-
integrate
public void integrate(org.hibernate.boot.Metadata metadata, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactoryImplementor, org.hibernate.service.spi.SessionFactoryServiceRegistry sessionFactoryServiceRegistry) - Specified by:
integrate
in interfaceorg.hibernate.integrator.spi.Integrator
-