Interface IFHIRTransactionAdapterCallback
-
- All Known Implementing Classes:
FHIRPersistenceJDBCImpl
public interface IFHIRTransactionAdapterCallback
Supports callbacks fromFHIRUserTransactionAdapter
implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeCommit()
Callback invoked just before the current transaction commits
-
-
-
Method Detail
-
beforeCommit
void beforeCommit() throws FHIRPersistenceException
Callback invoked just before the current transaction commits- Throws:
FHIRPersistenceException
-
-