Package de.xima.fc.ms.test.extension
Interface IEntityContextHolder
- 
 public interface IEntityContextHolderWrapper for anIEntityContextthat allows the context to be closed and opened again. Useful when you need to flush all changes to the database before proceeding with the test.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IEntityContextget()voidreopen()Closes the current context if open and opens a new entity context.
 
- 
- 
- 
Method Detail- 
getIEntityContext get() - Returns:
- The current entity context held by this instance.
 
 - 
reopenvoid reopen() Closes the current context if open and opens a new entity context.
 
- 
 
-