Interface EntityModel


public interface EntityModel
Models a EntityModel.
  • Method Details

    • toEntityFieldsMap

      static Map<String,EntityField> toEntityFieldsMap(EntityField... entityFields)
    • getEntityFieldsMap

      Map<String,EntityField> getEntityFieldsMap()
      Returns a Map with all the entity fields used to create the EDM.
      Returns:
      the entity field map
    • getEntityRelationshipsMap

      default Map<String,EntityModel.EntityRelationship> getEntityRelationshipsMap()
    • getName

      default String getName()
      Returns the name of the single entity type used to create the EDM.
      Returns:
      the entity type name