Class DBRefUnproxyObjectAccessHook

  • All Implemented Interfaces:
    org.javers.core.graph.ObjectAccessHook<java.lang.Object>

    public class DBRefUnproxyObjectAccessHook
    extends java.lang.Object
    implements org.javers.core.graph.ObjectAccessHook<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<org.javers.core.graph.ObjectAccessProxy<java.lang.Object>> createAccessor​(java.lang.Object entity)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DBRefUnproxyObjectAccessHook

        public DBRefUnproxyObjectAccessHook()
    • Method Detail

      • createAccessor

        public java.util.Optional<org.javers.core.graph.ObjectAccessProxy<java.lang.Object>> createAccessor​(java.lang.Object entity)
        Specified by:
        createAccessor in interface org.javers.core.graph.ObjectAccessHook<java.lang.Object>