public interface EntityModel
EntityModel
.Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,EntityField> |
getEntityFieldsMap()
Returns a Map with all the entity fields used to create the EDM.
|
default java.lang.String |
getName()
Returns the name of the single entity type used to create the EDM.
|
static java.util.Map<java.lang.String,EntityField> |
toEntityFieldsMap(EntityField... entityFields) |
static java.util.Map<java.lang.String,EntityField> toEntityFieldsMap(EntityField... entityFields)
java.util.Map<java.lang.String,EntityField> getEntityFieldsMap()
default java.lang.String getName()