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 classChainedActionBase for chaining actions togetherclassCreateTempTablesActionCreates the declared global temp table used in Derby for handling upserts into common_token_values and code_systems, avoiding huge VALUES() statements which cause the Derby SQL parser to generate a stack overflow.classDisableAutocommitActionCommand to turn off autocommitclassSetSchemaActionCommand to set the named schema on a connectionclassSetTenantActionSet 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 constructorCreateTempTablesAction(Action next)Public constructorDisableAutocommitAction(Action next)Public constructorFHIRDbConnectionStrategyBase(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction)Protected constructorFHIRDbTenantDatasourceConnectionStrategy(TransactionSynchronizationRegistry trxSyncRegistry, Action newConnectionAction, boolean enableReadOnlyReplicas)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 ActionFHIRPersistenceJDBCImpl. buildActionChain()Build a chain of actions we want to apply to new connections. 
 -