Class EnversIntegrator

  • All Implemented Interfaces:
    org.hibernate.integrator.spi.Integrator

    public class EnversIntegrator
    extends Object
    implements org.hibernate.integrator.spi.Integrator
    Hooks up Envers event listeners.
    Author:
    Steve Ebersole, Chris Cranford
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disintegrate​(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)  
      void integrate​(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
      • Methods inherited from interface org.hibernate.integrator.spi.Integrator

        integrate
    • Constructor Detail

      • EnversIntegrator

        public EnversIntegrator()
    • Method Detail

      • integrate

        public void integrate​(org.hibernate.boot.Metadata metadata,
                              org.hibernate.boot.spi.BootstrapContext bootstrapContext,
                              org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
        Specified by:
        integrate in interface org.hibernate.integrator.spi.Integrator
      • disintegrate

        public void disintegrate​(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
                                 org.hibernate.service.spi.SessionFactoryServiceRegistry serviceRegistry)
        Specified by:
        disintegrate in interface org.hibernate.integrator.spi.Integrator