Interface MetaDataAccessorImpl.EdmxModelCreator<M>

Enclosing class:
MetaDataAccessorImpl<M>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MetaDataAccessorImpl.EdmxModelCreator<M>
  • Method Summary

    Modifier and Type
    Method
    Description
    default M
    getBaseModel(String serviceName)
     
    parse(String edmx, String serviceName)
     
  • Method Details

    • parse

      M parse(String edmx, String serviceName)
    • getBaseModel

      default M getBaseModel(String serviceName)