Package org.apache.tapestry5.jpa
Interface JpaEntityPackageManager
-
@UsesConfiguration(java.lang.String.class) public interface JpaEntityPackageManager
Contains a set of contributed package names from which to load entities. The service's configuration is the names of Java packages to search for JPA entities.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>
getPackageNames()
Returns packages from which read entity classes
-
-
-
Method Detail
-
getPackageNames
java.util.Collection<java.lang.String> getPackageNames()
Returns packages from which read entity classes
-
-