Class HibernateUnproxyObjectAccessHook<T>

  • All Implemented Interfaces:
    org.javers.core.graph.ObjectAccessHook<T>

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

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

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

      • HibernateUnproxyObjectAccessHook

        public HibernateUnproxyObjectAccessHook()
    • Method Detail

      • createAccessor

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