Uses of Interface
com.ibm.fhir.persistence.jdbc.connection.Action
-
Packages that use Action Package Description com.ibm.fhir.persistence.jdbc.connection com.ibm.fhir.persistence.jdbc.impl -
-
Uses of Action in com.ibm.fhir.persistence.jdbc.connection
Classes in com.ibm.fhir.persistence.jdbc.connection that implement Action Modifier and Type Class Description class
ChainedAction
Base for chaining actions togetherclass
DisableAutocommitAction
Command to turn off autocommitclass
SetSchemaAction
Command to set the named schema on a connectionclass
SetTenantAction
Set the tenant variable in the session (part of Db2 multi-tenancy support).Constructors in com.ibm.fhir.persistence.jdbc.connection with parameters of type Action Constructor Description ChainedAction(Action next)
Public constructorDisableAutocommitAction(Action next)
Public constructorFHIRDbConnectionStrategyBase(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)
Protected constructorFHIRDbProxyDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)
Public constructor.FHIRDbTenantDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)
Public constructor.FHIRDbTestConnectionStrategy(IConnectionProvider cp, Action action)
Public constructorSetSchemaAction(SchemaNameSupplier schemaNameSupplier, Action next)
Use a provided schema name (handy for testing)SetTenantAction(FHIRConfigProvider configProvider, Action next)
Public constructor -
Uses of Action in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that return Action Modifier and Type Method Description protected Action
FHIRPersistenceJDBCImpl. buildActionChain()
Build a chain of actions we want to apply to new connections.
-