-
@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 theManagedConnectionFactory
interface.- Since:
- 1.6
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ConnectionDefinition[]
value
An array ofConnectionDefinition
s associated with theManagedConectionFactory
JavaBean.
-
-
-
Element Detail
-
value
ConnectionDefinition[] value
An array ofConnectionDefinition
s associated with theManagedConectionFactory
JavaBean.- Returns:
- an array of
ConnectionDefinition
s associated with theManagedConnectionFactory
instance.
-
-