Annotation Type LazyToOne


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface LazyToOne
    Define the laziness options available for a ToOne (ie OneToOne or ManyToOne) association.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      LazyToOneOption value
      Specify the laziness option.