A view on Java Persistence Entity Key Attributes and EDM Key properties. Java Persistence Key Attributes of type
- embedded ID
- ID
are converted into EDM keys. Embedded IDs are expanded into simple EDM properties.
The implementation of the view provides access to EDM key properties for a given JPA EDM entity type. The view acts as a container for consistent EDM key property of an EDM entity type.
@org.apache.olingo.odata2.DoNotImplement
@see org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmPropertyView