Package org.hibernate.annotations
Annotation Type Proxy
-
@Target(TYPE) @Retention(RUNTIME) public @interface ProxyLazy and proxy configuration of a particular class.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanlazyWhether this class is lazy or not.java.lang.ClassproxyClassProxy class or interface used.
-