org.apache.tapestry5.hibernate
Interface HibernateEntityPackageManager


@UsesConfiguration(value=java.lang.String.class)
public interface HibernateEntityPackageManager

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 Hibernate entities.


Method Summary
 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



Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.