| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.model |
The classes defined in this package define the state model API, a state model can be used to
manually or programmatically create and edit a JPQL query.
|
| org.eclipse.persistence.jpa.jpql.tools.model.query |
This package contains the
StateObject classes that represents a JPQL query. |
| Modifier and Type | Class and Description |
|---|---|
class |
ListChangeEvent<T>
The default implementation of
IListChangeListener where the generics is the type of the
items. |
| Modifier and Type | Method and Description |
|---|---|
void |
IListChangeListener.itemsAdded(IListChangeEvent<T> e)
Notifies this listener new items have been added to the list.
|
void |
IListChangeListener.itemsMoved(IListChangeEvent<T> e)
Notifies this listener the list had items moved within the list.
|
void |
IListChangeListener.itemsRemoved(IListChangeEvent<T> e)
Notifies this listener items have been removed from the list.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
ChangeSupport.fireListChangeEvent(IListChangeEvent<T> event) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.