Uses of Class
org.hibernate.annotations.LazyCollectionOption
-
Packages that use LazyCollectionOption Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA. -
-
Uses of LazyCollectionOption in org.hibernate.annotations
Methods in org.hibernate.annotations that return LazyCollectionOption Modifier and Type Method Description LazyCollectionOption
value()
Deprecated.The laziness of the collection.static LazyCollectionOption
LazyCollectionOption. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static LazyCollectionOption[]
LazyCollectionOption. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-