Interface JPAEdmKeyView
-
- All Superinterfaces:
JPAEdmBaseView
public interface JPAEdmKeyView extends JPAEdmBaseView
A view on Java Persistence Entity Key Attributes and EDM Key properties. Java Persistence Key Attributes of type- embedded ID
- ID
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 Also:
JPAEdmPropertyView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeygetEdmKey()The method returns an instance of EDM key for the given JPA EDM Entity type.-
Methods inherited from interface org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmBaseView
clean, getBuilder, getJPAEdmExtension, getJPAEdmMappingModelAccess, getJPAMetaModel, getpUnitName, isConsistent, isDefaultNamingSkipped
-
-