Interface JPAEdmExtension


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

      • 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