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