Interface IEntityCreator
- All Known Implementing Classes:
EntityCreator
public interface IEntityCreator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescription<E extends IEntity>
EcreateEmptyEntityForEntityType(Class<E> entityType)
-
Method Details
-
createEmptyEntityForEntityType
- Type Parameters:
E- is the type of the createdIEntity.- Parameters:
entityType-- Returns:
- a new empty
IEntityof the given entityType. - Throws:
RuntimeException- if the given entityType is null.
-