Package org.openwms.common.jpa
This package contains types specific to the JPA lifecycle.
-
Class Summary Class Description AuditableEntityListener An AuditableEntityListener is a Hibernate Envers extension that resolves the current User from Spring Security Context and passes it as user information down to theAuditableRevisionEntity
, that is mapped to the Envers Revision table.AuditableRevisionEntity A AuditableRevisionEntity is mapped onto Hibernate Envers Revision table and extended about the current user.