org.tynamo.jpa
Interface JPAEntityPackageManager


@UsesConfiguration(value=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.


Method Summary
 Collection<String> getPackageNames()
          Returns packages from which read entity classes
 

Method Detail

getPackageNames

Collection<String> getPackageNames()
Returns packages from which read entity classes



Copyright © 2009-2010. All Rights Reserved.