Uses of Interface
org.linuxforhealth.fhir.persistence.jdbc.connection.IFHIRTransactionAdapterCallback
-
Packages that use IFHIRTransactionAdapterCallback Package Description org.linuxforhealth.fhir.persistence.jdbc.connection org.linuxforhealth.fhir.persistence.jdbc.impl -
-
Uses of IFHIRTransactionAdapterCallback in org.linuxforhealth.fhir.persistence.jdbc.connection
Constructors in org.linuxforhealth.fhir.persistence.jdbc.connection with parameters of type IFHIRTransactionAdapterCallback Constructor Description FHIRTestTransactionAdapter(IConnectionProvider cp, IFHIRTransactionAdapterCallback beforeCommitCallback)
Public constructor -
Uses of IFHIRTransactionAdapterCallback in org.linuxforhealth.fhir.persistence.jdbc.impl
Classes in org.linuxforhealth.fhir.persistence.jdbc.impl that implement IFHIRTransactionAdapterCallback Modifier and Type Class Description class
FHIRPersistenceJDBCImpl
The JDBC implementation of the FHIRPersistence interface, providing implementations for CRUD APIs and search.
-