org.netbeans.modules.j2ee.persistenceapi/1 1.0.20

org.netbeans.modules.j2ee.persistence.spi
Interface PersistenceClassPathProvider


public interface PersistenceClassPathProvider

This interface provides a classpath with entity classes. For example it could be implemented by an entity class library project, which only contains entity classes, but not a persistence.xml file.


Method Summary
 org.netbeans.api.java.classpath.ClassPath getClassPath()
          Returns the classpath containing entity classes.
 

Method Detail

getClassPath

org.netbeans.api.java.classpath.ClassPath getClassPath()
Returns the classpath containing entity classes.

Returns:
the classpath containing entity classes; never null.

org.netbeans.modules.j2ee.persistenceapi/1 1.0.20

Built on August 9 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.