| 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 | Method and Description |
|---|---|
IListChangeEvent.EventType |
ListChangeEvent.getEventType()
Returns the type of change that occurred in the list.
|
IListChangeEvent.EventType |
IListChangeEvent.getEventType()
Returns the type of change that occurred in the list.
|
static IListChangeEvent.EventType |
IListChangeEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IListChangeEvent.EventType[] |
IListChangeEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ListChangeEvent(StateObject source,
List<? extends T> list,
IListChangeEvent.EventType eventType,
String listName,
List<? extends T> items,
int startIndex,
int endIndex)
Creates a new
ListChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
ChangeSupport.moveItem(ListHolderStateObject<T> source,
List<T> items,
IListChangeEvent.EventType eventType,
String listName,
T item,
int oldIndex,
int newIndex)
Moves the given item from its current position to a new position in the list owned by its parent.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.