Class EventListenerIntegrator

java.lang.Object
org.keycloak.models.map.storage.jpa.EventListenerIntegrator
All Implemented Interfaces:
org.hibernate.integrator.spi.Integrator

public class EventListenerIntegrator extends Object implements org.hibernate.integrator.spi.Integrator
Adding listeners to Hibernate's entity manager for the JPA Map store.
  • 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

    Methods inherited from interface org.hibernate.integrator.spi.Integrator

    integrate
  • Constructor Details

    • EventListenerIntegrator

      public EventListenerIntegrator()
  • Method Details

    • 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
    • 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