Package org.hibernate.annotations
Annotation Type LazyGroup
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyGroup
For use with bytecode-enhanced lazy-loading support. Identifies grouping for performing lazy attribute loading. By default all non-collection attributes are loaded in one group named"DEFAULT"
. This annotation allows defining different groups of attributes to be initialized together when access one attribute in the group.
-
-
Element Detail
-
value
String value
-
-