Package org.hibernate.annotations
Annotation Type LazyCollection
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyCollection
Define the lazy status of a collection.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description LazyCollectionOption
value
The laziness option for the collection.
-
-
-
Element Detail
-
value
LazyCollectionOption value
The laziness option for the collection.
-
-