|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JpaModel
JPA-specific protocol. All JPA objects belong to a JPA project, are associated with a resource, and have a parent (excepting the JPA project).
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.
| Nested Class Summary | |
|---|---|
static class |
JpaModel.JpaVersionIsCompatibleWith
A predicate that returns whether a JPA model's JPA version compatible with the configured version. |
| Method Summary | |
|---|---|
JpaPlatform |
getJpaPlatform()
Return the model's JPA platform. |
JpaProject |
getJpaProject()
Return the JPA project the node belongs to. |
JpaProject.Manager |
getJpaProjectManager()
Return the JPA project manager. |
JpaModel |
getParent()
Return the JPA node's parent. |
IResource |
getResource()
Return the model's resource, typically used for validation messages. |
void |
stateChanged()
Some state or child (or grandchild etc.) of the JPA model changed. |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
JpaProject.Manager getJpaProjectManager()
JpaProject getJpaProject()
JpaPlatform getJpaPlatform()
JpaModel getParent()
void stateChanged()
The intent is for this method to be called by the JPA model's children whenever their state has changed.
Model.addStateChangeListener(org.eclipse.jpt.common.utility.model.listener.StateChangeListener),
StateChangeEvent,
StateChangeListenerIResource getResource()
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||