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 TypeMethodDescriptionvoid
disintegrate
(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) void
integrate
(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) 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
-
AuditIntegrator
public AuditIntegrator()
-
-
Method Details
-
integrate
public void integrate(Metadata metadata, BootstrapContext bootstrapContext, SessionFactoryImplementor sessionFactory) - Specified by:
integrate
in interfaceIntegrator
-
disintegrate
public void disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) - Specified by:
disintegrate
in interfaceIntegrator
-