Interface JdbcConnectionAccess

All Superinterfaces:
Serializable
All Known Implementing Classes:
ContextualJdbcConnectionAccess, JdbcConnectionAccessConnectionProviderImpl, JdbcConnectionAccessImpl, JdbcConnectionAccessProvidedConnectionImpl, JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess, JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess, NonContextualJdbcConnectionAccess

public interface JdbcConnectionAccess extends Serializable
Provides centralized access to JDBC connections. Centralized to hide the complexity of accounting for contextual (multi-tenant) versus non-contextual access.
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain a JDBC connection
    void
    Release a previously obtained connection
    boolean
    Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?