The repository associated with the specific Entity
A generic drop function will simply call clear() (i.e. TRUNCATE) on the specific entity in the Service. However, the clear function does not support the CASCADE option, so this will need to be overwritten if there are relations that need to be cleared.
Each Population service will need to provide it's own populate function, since it would be almost impossible to handle testData, relations, etc in a generic way.
A list of data to be entered into the database
Generated using TypeDoc
Abstract generic class for implementing the various population services