Annotation Interface ConnectionDefinitions


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ConnectionDefinitions
Defines a set of connection definitions that the JavaBean, that has been annotated with this annotation, is a part of. This annotation can be placed only on a JavaBean that implements the ManagedConnectionFactory interface.
Since:
1.6
  • Element Details

    • value

      An array of ConnectionDefinitions associated with the ManagedConectionFactory JavaBean.
      Returns:
      an array of ConnectionDefinitions associated with the ManagedConnectionFactory instance.