| The problem is, that id access without initializing the proxy is currently only supported when using the property mode i.e. when the annotations are on the getter. A fix for this would involve analyzing the bytecode of methods and determine whether they are simple id getters. If that is the case, you could skip lazy loading when calling that method. |