注释类型 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.

    作者:
    Steve Ebersole
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String value  
    • 元素详细资料