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. |
getClassPath
org.netbeans.api.java.classpath.ClassPath getClassPath()
- Returns the classpath containing entity classes.
- Returns:
- the classpath containing entity classes; never null.