org.hibernate.annotations
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Proxy
Modifier and Type | Optional Element and Description |
---|---|
boolean |
lazy
Whether this class is lazy or not (default to true)
|
java.lang.Class |
proxyClass
Proxy class or interface used.
|
Copyright © 2014. All Rights Reserved.