Uses of Interface
com.ibm.fhir.persistence.FHIRPersistenceTransaction
-
-
Uses of FHIRPersistenceTransaction in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRPersistence. getTransaction()
Returns a FHIRPersistenceTransaction object associated with the persistence layer implementation in use. -
Uses of FHIRPersistenceTransaction in com.ibm.fhir.persistence.helper
Constructors in com.ibm.fhir.persistence.helper with parameters of type FHIRPersistenceTransaction Constructor Description FHIRTransactionHelper(FHIRPersistenceTransaction txn)
-
Uses of FHIRPersistenceTransaction in com.ibm.fhir.persistence.jdbc.connection
Classes in com.ibm.fhir.persistence.jdbc.connection that implement FHIRPersistenceTransaction Modifier and Type Class Description class
FHIRTestTransactionAdapter
Hides the logic behind obtaining a JDBCConnection
from the DAO code.class
FHIRUserTransactionAdapter
Adapter to simplify transaction handling.Methods in com.ibm.fhir.persistence.jdbc.connection that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRTestTransactionFactory. create()
FHIRPersistenceTransaction
FHIRTransactionFactory. create()
Create a new instance ofFHIRPersistenceTransaction
FHIRPersistenceTransaction
FHIRUserTransactionFactory. create()
-
Uses of FHIRPersistenceTransaction in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRPersistenceJDBCImpl. getTransaction()
-
Uses of FHIRPersistenceTransaction in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRResourceHelpers. getTransaction()
-
Uses of FHIRPersistenceTransaction in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRRestHelper. getTransaction()
-