Annotation Type DataAccessObjectPattern


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    @DesignPattern(source=CoreJ2EE,
                   type=ENTERPRISE)
    public @interface DataAccessObjectPattern
    Intent [Core J2EE Patterns, pg 391]: Abstract and encapsulate all access to the data source. The DAO manages the connection with the data source to obtain and store data

    DAO Structure

    Since:
    2010-08-19
    Author:
    Marco Tedone
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String comment  
      java.lang.Class[] participants  
    • Element Detail

      • participants

        java.lang.Class[] participants
        Default:
        {}
      • comment

        java.lang.String comment
        Default:
        ""