Class CriteriaUpdateImpl<T>

java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl<T>
org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl<T>
All Implemented Interfaces:
CommonAbstractCriteria, CriteriaUpdate<T>, Serializable

public class CriteriaUpdateImpl<T> extends CommonAbstractCriteriaImpl<T> implements CriteriaUpdate<T>

Purpose: Contains the implementation of the CriteriaUpdate interface of the JPA criteria API.

Description: This is the container class for the components that define an Update Query.

Since:
EclipseLink 2.5
See Also: