public interface ObjectAccessHook<T>
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<ObjectAccessProxy<T>> |
createAccessor(T entity) |
Return object wrapper, possibly without proxy initialization
|
java.util.Optional<ObjectAccessProxy<T>> createAccessor(T entity)