Annotation Type Many


  • @Documented
    @Retention(RUNTIME)
    @Target({})
    public @interface Many
    Author:
    Clinton Begin
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      FetchType fetchType  
      java.lang.String select  
    • Element Detail

      • select

        java.lang.String select
        Default:
        ""
      • fetchType

        FetchType fetchType
        Default:
        org.apache.ibatis.mapping.FetchType.DEFAULT