Interface JPAEdmExtension
public interface JPAEdmExtension
The interface provides methods to extend JPA EDM containers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThe method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association.voidThe method is used to extend the JPA EDM schema view with custom operations.Implement this method to provide a stream of Mapping model.
-
Method Details
-
extendWithOperation
The method is used to extend the JPA EDM schema view with custom operations. Use this method to register custom operations.- Parameters:
view- is the schema view- See Also:
-
extendJPAEdmSchema
The method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association.- Parameters:
view- is the schema view
-
getJPAEdmMappingModelStream
InputStream getJPAEdmMappingModelStream()Implement this method to provide a stream of Mapping model.- Returns:
- a stream of mapping model XML as per JPAEDMMappingModel.xsd
-