Uses of Class
org.eclipse.persistence.queries.ModifyQuery
-
-
Uses of ModifyQuery in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type ModifyQuery Modifier and Type Method Description <T> TTimestampLockingPolicy. getNewLockValue(ModifyQuery query)INTERNAL: Returns the new Timestamp value.<T> TVersionLockingPolicy. getNewLockValue(ModifyQuery query)INTERNAL: This method gets the write lock value from either the cache or the object stored in the query. -
Uses of ModifyQuery in org.eclipse.persistence.eis.mappings
Methods in org.eclipse.persistence.eis.mappings that return ModifyQuery Modifier and Type Method Description ModifyQueryEISOneToManyMapping. getDeleteAllQuery() -
Uses of ModifyQuery in org.eclipse.persistence.history
Methods in org.eclipse.persistence.history with parameters of type ModifyQuery Modifier and Type Method Description voidHistoryPolicy. logicalDelete(ModifyQuery writeQuery, boolean isUpdate)INTERNAL: Performs a logical delete (update) on the historical schema.voidHistoryPolicy. logicalDelete(ModifyQuery writeQuery, boolean isUpdate, boolean isShallow)INTERNAL: Performs a logical delete (update) on the historical schema.voidHistoryPolicy. mappingLogicalDelete(ModifyQuery originalQuery, AbstractRecord arguments, AbstractSession session)INTERNAL: Performs a logical delete (update) on the historical schema.voidHistoryPolicy. postDelete(ModifyQuery deleteQuery)INTERNAL: -
Uses of ModifyQuery in org.eclipse.persistence.mappings
Fields in org.eclipse.persistence.mappings declared as ModifyQuery Modifier and Type Field Description protected ModifyQueryDirectCollectionMapping. changeSetDeleteNullQueryprotected ModifyQueryDirectCollectionMapping. changeSetDeleteQueryUsed for deletion when ChangeSets are usedprotected ModifyQueryCollectionMapping. deleteAllQueryUsed for delete all in m-m, dc and delete all optimization in 1-m.protected ModifyQueryDirectCollectionMapping. deleteAtIndexQueryUsed (only in case listOrderField != null) to delete object with particular orderFieldValueprotected ModifyQueryDirectCollectionMapping. updateAtIndexQueryUsed (only in case listOrderField != null) to update orderFieldValue of object with particular orderFieldValueMethods in org.eclipse.persistence.mappings that return ModifyQuery Modifier and Type Method Description protected ModifyQueryAggregateCollectionMapping. getDeleteAllQuery()Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.protected ModifyQueryCollectionMapping. getDeleteAllQuery()protected ModifyQueryOneToManyMapping. getDeleteAllQuery()Overrides CollectionMappig because this mapping requires a DeleteAllQuery instead of a ModifyQuery.protected ModifyQueryDirectCollectionMapping. getDeleteAtIndexQuery()protected ModifyQueryDirectCollectionMapping. getDeleteNullQuery()protected ModifyQueryDirectCollectionMapping. getDeleteQuery()protected ModifyQueryDirectCollectionMapping. getUpdateAtIndexQuery()Methods in org.eclipse.persistence.mappings with parameters of type ModifyQuery Modifier and Type Method Description voidCollectionMapping. setCustomDeleteAllQuery(ModifyQuery query)PUBLIC: The default delete all query for mapping can be overridden by specifying the new query.voidDirectCollectionMapping. setCustomDeleteAtIndexQuery(ModifyQuery query)PUBLIC: The default delete by index query for this mapping can be overridden by specifying the new query.voidDirectCollectionMapping. setCustomDeleteQuery(ModifyQuery query)PUBLIC: The default delete query for this mapping can be overridden by specifying the new query.voidDirectCollectionMapping. setCustomUpdateAtIndexQuery(ModifyQuery query)PUBLIC: The default delete by index query for this mapping can be overridden by specifying the new query.protected voidCollectionMapping. setDeleteAllQuery(ModifyQuery query)protected voidDirectCollectionMapping. setDeleteQuery(ModifyQuery query) -
Uses of ModifyQuery in org.eclipse.persistence.queries
Subclasses of ModifyQuery in org.eclipse.persistence.queries Modifier and Type Class Description classDataModifyQueryPurpose: Concrete class used for executing non selecting SQL strings.classDeleteAllQueryPurpose: Query used to delete a collection of objects.classDeleteObjectQueryPurpose: Used for deleting objects.classInsertObjectQueryPurpose: Used for inserting new objects into the database.classModifyAllQueryPUBLIC: Query used to perform a bulk delete using the expression framework.classObjectLevelModifyQueryPurpose: Abstract class for all object modify queries.classUpdateAllQueryPUBLIC: A Query Class used to perform a bulk update using TopLink's expression framework.classUpdateObjectQueryPurpose: Used for updating existing objects into the database.classWriteObjectQueryPurpose: Used for inserting or updating objects WriteObjectQuery determines whether to perform a insert or an update on the database. -
Uses of ModifyQuery in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type ModifyQuery Modifier and Type Method Description voidSessionEventManager. noRowsModified(ModifyQuery query, Object object)INTERNAL: Raised for stored proc output parameters.
-