Interface MappedEntityManager

  • All Known Implementing Classes:
    MappedEntityManagerImpl

    @UsesConfiguration(java.lang.String.class)
    public interface MappedEntityManager
    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 Detail

      • getEntities

        java.util.Set<java.lang.Class<?>> getEntities()
        Returns the set of entity classes.
        Returns:
        a Set of Class instances.