|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPAEdmExtension
The interface provides methods to extend JPA EDM containers.
Method Summary | |
---|---|
void |
extendJPAEdmSchema(JPAEdmSchemaView view)
The method is used to extend the JPA EDM schema view with Entities, Entity Sets, Navigation Property and Association. |
void |
extendWithOperation(JPAEdmSchemaView view)
The method is used to extend the JPA EDM schema view with custom operations. |
InputStream |
getJPAEdmMappingModelStream()
Implement this method to provide a stream of Mapping model. |
Method Detail |
---|
void extendWithOperation(JPAEdmSchemaView view)
view
- is the schema viewJPAEdmSchemaView.registerOperations(Class, String[])
void extendJPAEdmSchema(JPAEdmSchemaView view)
view
- is the schema viewInputStream getJPAEdmMappingModelStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |