Interface EntityType

All Superinterfaces:
Serializable
All Known Implementing Classes:
StringBasedEntityType

public interface EntityType extends Serializable
Identifies a type of entity within all entity types of the context. As the simple name of an entity class should be defined by the Ubiquitous Language, the simple class name is a good choice for the type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the entity type name as string.
  • Method Details

    • asString

      String asString()
      Returns the entity type name as string.
      Returns:
      Unique entity type name.