Interface JPAEdmExtension


public interface JPAEdmExtension
The interface provides methods to extend JPA EDM containers.
  • Method Details

    • extendWithOperation

      void extendWithOperation(JPAEdmSchemaView view)
      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

      void extendJPAEdmSchema(JPAEdmSchemaView view)
      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