Interface IEntityCreator

All Known Implementing Classes:
EntityCreator

public interface IEntityCreator
Author:
Silvan Wyss
  • Method Details

    • createEmptyEntityForEntityType

      <E extends IEntity> E createEmptyEntityForEntityType(Class<E> entityType)
      Type Parameters:
      E - is the type of the created IEntity.
      Parameters:
      entityType -
      Returns:
      a new empty IEntity of the given entityType.
      Throws:
      RuntimeException - if the given entityType is null.