Interface AuditEntityLoader
public interface AuditEntityLoader
Contract for loading entity snapshots from audit tables at a specific transaction
- Since:
- 7.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> Tfind(Object id, Object changesetId, boolean includeDeletions, SharedSessionContractImplementor session) Load an entity snapshot at the given changeset.
-
Method Details