|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaModel
The JPA model holds all the JPA projects. Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Field Summary | |
---|---|
static java.lang.String |
JPA_PROJECTS_COLLECTION
|
Method Summary | |
---|---|
boolean |
containsJpaProject(org.eclipse.core.resources.IProject project)
Return whether the JPA model contains a JPA project corresponding to the specified Eclipse project. |
JpaFile |
getJpaFile(org.eclipse.core.resources.IFile file)
Return the JPA file corresponding to the specified Eclipse file, or null if unable to associate the specified file with a JPA file. |
JpaProject |
getJpaProject(org.eclipse.core.resources.IProject project)
Return the JPA project corresponding to the specified Eclipse project. |
java.util.Iterator<JpaProject> |
jpaProjects()
Return the JPA model's JPA projects. |
int |
jpaProjectsSize()
Return the size of the JPA model's list of JPA projects. |
Field Detail |
---|
static final java.lang.String JPA_PROJECTS_COLLECTION
Method Detail |
---|
JpaProject getJpaProject(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
boolean containsJpaProject(org.eclipse.core.resources.IProject project)
java.util.Iterator<JpaProject> jpaProjects() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
int jpaProjectsSize()
JpaFile getJpaFile(org.eclipse.core.resources.IFile file) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |