Metadata interface provides access to metadata session and view repository.
Interface methods:
-
getSession()– returns the metadata session instance. -
getViewRepository()– returns the view repository instance. -
getExtendedEntities()– returnsExtendedEntitiesinstance, intended for working with the extended entities. See more in Section 4.8.1, “Extending an Entity”. -
create()– creates an entity instance, taking into account potential extension. See more in Section 4.8.1, “Extending an Entity”. -
getTools()– returnsMetadataToolsinterface instance (see below).

