Package org.javers.core.graph
Interface ObjectAccessHook<T>
public interface ObjectAccessHook<T>
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.
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
Modifier and TypeMethodDescriptioncreateAccessor(T entity) Return object wrapper, possibly without proxy initialization
-
Method Details
-
createAccessor
Return object wrapper, possibly without proxy initialization
-