Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
-
Packages that use IListChangeEvent.EventType 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 theStateObjectclasses that represents a JPQL query. -
-
Uses of IListChangeEvent.EventType in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return IListChangeEvent.EventType Modifier and Type Method Description IListChangeEvent.EventTypeIListChangeEvent. getEventType()Returns the type of change that occurred in the list.IListChangeEvent.EventTypeListChangeEvent. getEventType()static IListChangeEvent.EventTypeIListChangeEvent.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.Constructors in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IListChangeEvent.EventType Constructor Description ListChangeEvent(StateObject source, List<? extends T> list, IListChangeEvent.EventType eventType, String listName, List<? extends T> items, int startIndex, int endIndex)Creates a newListChangeEvent. -
Uses of IListChangeEvent.EventType in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IListChangeEvent.EventType Modifier and Type Method Description protected <T> voidChangeSupport. 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.
-