JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.javers.core.graph
Interface ObjectAccessHook
public interface
ObjectAccessHook
Object access hook
Used for accessing object before commit. i.e. to unproxy hibernate object before comparison Needs to be idempotent because JaVers could call it more than once during diff.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
<T> T
access
(T entity)
Method Detail
access
<T> T access(T entity)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method