Class MappedEntityManagerImpl
java.lang.Object
org.apache.tapestry5.internal.services.rest.MappedEntityManagerImpl
- All Implemented Interfaces:
MappedEntityManager
Default
MappedEntityManager
implementation.-
Constructor Summary
ConstructorsConstructorDescriptionMappedEntityManagerImpl
(Collection<String> packages, ClassNameLocator classNameLocator) -
Method Summary
-
Constructor Details
-
MappedEntityManagerImpl
-
-
Method Details
-
getEntities
Description copied from interface:MappedEntityManager
Returns the set of entity classes.- Specified by:
getEntities
in interfaceMappedEntityManager
- Returns:
- a
Set
ofClass
instances.
-