org.teiid.connector.api
Annotation Type ConnectorAnnotations.ConnectionPooling
@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface ConnectorAnnotations.ConnectionPooling
The Pooling Annotation can be used to enable/suppress automatic pooling.
This is especially useful in situations where legacy ConnectionPool properties
are still in use and thus ConnectorPropertyNames.CONNECTION_POOL_ENABLED
is set to true or when a connector cannot possibly provide a proper implementation
of a ConnectorIdentityFactory.
|
Optional Element Summary |
boolean |
enabled
|
enabled
public abstract boolean enabled
- Default:
- true
Copyright © 2009. All Rights Reserved.