Uses of Interface
org.linuxforhealth.fhir.persistence.FHIRPersistenceTransaction
-
-
Uses of FHIRPersistenceTransaction in org.linuxforhealth.fhir.persistence
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.persistence.helper
Constructors in org.linuxforhealth.fhir.persistence.helper with parameters of type FHIRPersistenceTransaction Constructor Description FHIRTransactionHelper(FHIRPersistenceTransaction txn)
-
Uses of FHIRPersistenceTransaction in org.linuxforhealth.fhir.persistence.jdbc.connection
Classes in org.linuxforhealth.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. -
Uses of FHIRPersistenceTransaction in org.linuxforhealth.fhir.persistence.jdbc.impl
Methods in org.linuxforhealth.fhir.persistence.jdbc.impl that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRPersistenceJDBCImpl. getTransaction()
-
Uses of FHIRPersistenceTransaction in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRResourceHelpers. getTransaction()
-
Uses of FHIRPersistenceTransaction in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util that return FHIRPersistenceTransaction Modifier and Type Method Description FHIRPersistenceTransaction
FHIRRestHelper. getTransaction()
-