@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=ConnectionDefinitions.class) public @interface ConnectionDefinition
ManagedConnectionFactory
 interface.| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class | connectionSpecifies the Connection interface supported by the resource adapter. | 
| java.lang.Class | connectionFactorySpecifies the ConnectionFactory interface supported by the resource
 adapter. | 
| java.lang.Class | connectionFactoryImplSpecifies the Class provided by the resource adapter that implements the
 resource adapter specific ConnectionFactory interface. | 
| java.lang.Class | connectionImplSpecifies the class provided by the resource adapter that implements the
 resource adapter specific Connection interface. | 
public abstract java.lang.Class connectionFactory
public abstract java.lang.Class connectionFactoryImpl