Uses of Interface
org.hibernate.audit.AuditLog
Packages that use AuditLog
-
Uses of AuditLog in org.hibernate.audit
Methods in org.hibernate.audit that return AuditLogModifier and TypeMethodDescriptionstatic AuditLogAuditLogFactory.create(EntityManager entityManager) Create an audit log sharing the entity manager's JDBC connection.static AuditLogAuditLogFactory.create(EntityManagerFactory entityManagerFactory) Create a standalone audit log.static AuditLogCreate an audit log sharing the session's JDBC connection.static AuditLogAuditLogFactory.create(SessionFactory sessionFactory) Create a standalone audit log.static AuditLogAuditLogFactory.create(StatelessSession session) Create an audit log sharing the stateless session's JDBC connection.