Package de.ubs.xdm3.processor
Interface EntityInstanceHandler
- All Known Implementing Classes:
DefaultEntityInstanceHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for handling entity instances.
Implementations of this interface are responsible for processing or flushing entity instances.
-
Method Summary
Modifier and TypeMethodDescriptionvoidflush(EntityInstance entityInstance) Flush the given entity instance.
-
Method Details
-
flush
Flush the given entity instance.- Parameters:
entityInstance- the entity instance to be flushed
-