Interface MappedEntityManager
- All Known Implementing Classes:
MappedEntityManagerImpl
Service which provides a list of mapped entities. They're usually classes which are mapped
to other formats like JSON and XML and used to represent data being received or sent
to or from external processes, for example REST endpoints.
Contributions are done by package and all classes inside the contributed ones are considered
mapped entities.
-
Method Summary
-
Method Details
-
getEntities
Set<Class<?>> getEntities()Returns the set of entity classes.
-