Package com.axelor.db.audit
Class AuditIntegrator
java.lang.Object
com.axelor.db.audit.AuditIntegrator
- All Implemented Interfaces:
Integrator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) voidintegrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.integrator.spi.Integrator
integrate
-
Constructor Details
-
AuditIntegrator
public AuditIntegrator()
-
-
Method Details
-
integrate
public void integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) - Specified by:
integratein interfaceIntegrator
-
disintegrate
public void disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) - Specified by:
disintegratein interfaceIntegrator
-