Annotation Type ConnectionScoped


  • @Documented
    @Target(TYPE)
    @Retention(CLASS)
    public @interface ConnectionScoped
    Denotes that a class is scoped to a database Connection, and should be destroyed if/when that transaction is destroyed.