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
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 interface org.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 interface org.hibernate.integrator.spi.Integrator