Annotation used to define a Connector Connection Factory resource to be registered in JNDI.
Once defined, a resource may be referenced by a component using the lookup element of the Resource annotation.
The name of the resource adapter that the connection factory must be created from.
The resource adapter is required to be available at deployment time.
The level of transaction support the connection factory resource needs to support.
If a transaction support specification is specified, it must be a level of transaction support whose
ordinal value in the TransactionSupport.TransactionSupportLevel enum is equal to or lesser than the
resource adapter's transaction support classification.
The maximum number of connections that should be allocated for a connection pool that backs this
connnection factory resource. The default for this attribute is vendor specific.
Default:
-1
minPoolSize
public abstract int minPoolSize
The minimum number of connections that should be allocated for a connection pool that backs this
connnection factory resource. The default for this attribute is vendor specific.
Properties of the Connection Factory.
These properties may be vendor-specific properties. Vendor-specific properties may be combined
with or used to override the connection factory properties defined using this annotation.
Connection Factory properties that are specified and are not supported
in a given resource adapter or cannot be mapped to a vendor specific configuration property may be ignored.