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