Annotation Interface DAO.Pool

Enclosing class:
DAO

@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public static @interface DAO.Pool
Annotation used to set the name of the pool from which the specific DAO extracts the connections when they are not explicitly passed to methods. It must be filled with a string that represents the name of the pool as indicated in the configuration file.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details