@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConnectionDefinition
ManagedConnectionFactory
interface.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class |
connection
Specifies the Connection interface supported by the resource adapter.
|
java.lang.Class |
connectionFactory
Specifies the ConnectionFactory interface supported by the resource
adapter.
|
java.lang.Class |
connectionFactoryImpl
Specifies the Class provided by the resource adapter that implements the
resource adapter specific ConnectionFactory interface.
|
java.lang.Class |
connectionImpl
Specifies 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