注释类型 LazyToOne


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface LazyToOne
    Define the laziness options available for a ToOne (ie OneToOne or ManyToOne) association.
    作者:
    Emmanuel Bernard
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      LazyToOneOption value
      Specify the laziness option.