Uses of Class
org.linuxforhealth.fhir.persistence.jdbc.impl.ParameterTransactionDataImpl
-
-
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc
Methods in org.linuxforhealth.fhir.persistence.jdbc with parameters of type ParameterTransactionDataImpl Modifier and Type Method Description static ResourceDAO
FHIRResourceDAOFactory. getResourceDAO(java.sql.Connection connection, java.lang.String adminSchemaName, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi, java.lang.Short shardKey)
Construct a new ResourceDAO implementation matching the database type -
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc.citus
Constructors in org.linuxforhealth.fhir.persistence.jdbc.citus with parameters of type ParameterTransactionDataImpl Constructor Description CitusResourceDAO(java.sql.Connection connection, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi, java.lang.Short shardKey)
Public constructor -
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc.dao
Constructors in org.linuxforhealth.fhir.persistence.jdbc.dao with parameters of type ParameterTransactionDataImpl Constructor Description ReindexResourceDAO(java.sql.Connection connection, IDatabaseTranslator translator, ParameterDAO parameterDao, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
Public constructor -
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc.dao.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.dao.impl that return ParameterTransactionDataImpl Modifier and Type Method Description protected ParameterTransactionDataImpl
ResourceDAOImpl. getTransactionData()
Get the ParameterTransactionDataImpl held by this.Constructors in org.linuxforhealth.fhir.persistence.jdbc.dao.impl with parameters of type ParameterTransactionDataImpl Constructor Description ResourceDAOImpl(java.sql.Connection c, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
Constructs a DAO instance suitable for acquiring connections from a JDBC Datasource object. -
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc.derby
Constructors in org.linuxforhealth.fhir.persistence.jdbc.derby with parameters of type ParameterTransactionDataImpl Constructor Description DerbyResourceDAO(java.sql.Connection connection, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
Derby is not only used for unit tests, but can also be used to provide persistence for a stand-alone full FHIR server. -
Uses of ParameterTransactionDataImpl in org.linuxforhealth.fhir.persistence.jdbc.postgres
Constructors in org.linuxforhealth.fhir.persistence.jdbc.postgres with parameters of type ParameterTransactionDataImpl Constructor Description PostgresReindexResourceDAO(java.sql.Connection connection, IDatabaseTranslator translator, ParameterDAO parameterDao, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
Public constructor for use in a JEE contextPostgresResourceDAO(java.sql.Connection connection, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi, java.lang.Short shardKey)
Public constructor used when UserTransaction is availablePostgresResourceNoProcDAO(java.sql.Connection connection, java.lang.String schemaName, FHIRDbFlavor flavor, javax.transaction.TransactionSynchronizationRegistry trxSynchRegistry, FHIRPersistenceJDBCCache cache, ParameterTransactionDataImpl ptdi)
-