@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConnectionDefinition
ManagedConnectionFactory
interface.Modifier and Type | Required Element and Description |
---|---|
Class |
connection
Specifies the Connection interface supported by the resource adapter.
|
Class |
connectionFactory
Specifies the ConnectionFactory interface supported by the resource
adapter.
|
Class |
connectionFactoryImpl
Specifies the Class provided by the resource adapter that implements the
resource adapter specific ConnectionFactory interface.
|
Class |
connectionImpl
Specifies 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 © 2019 Eclipse Foundation.
Use is subject to license terms.