@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=ConnectionDefinitions.class) public @interface ConnectionDefinition
ManagedConnectionFactory
 interface.| Modifier and Type | Required Element and Description | 
|---|---|
| Class | connectionSpecifies the Connection interface supported by the resource adapter. | 
| Class | connectionFactorySpecifies the ConnectionFactory interface supported by the resource
 adapter. | 
| Class | connectionFactoryImplSpecifies the Class provided by the resource adapter that implements the
 resource adapter specific ConnectionFactory interface. | 
| Class | connectionImplSpecifies the class provided by the resource adapter that implements the
 resource adapter specific Connection interface. | 
public abstract Class connectionFactory
public abstract Class connectionFactoryImpl
public abstract Class connection
public abstract Class connectionImpl
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.