Annotation Interface DAO.Distinct

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Distinct
Annotation used to insert the DISTINCT clause for the queries. It must be a boolean value, the default is true
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true