Uses of Class
org.eclipse.persistence.queries.InsertObjectQuery
-
Packages that use InsertObjectQuery Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.mappings -
-
Uses of InsertObjectQuery in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as InsertObjectQuery Modifier and Type Field Description protected InsertObjectQueryDescriptorQueryManager. insertQueryMethods in org.eclipse.persistence.descriptors that return InsertObjectQuery Modifier and Type Method Description InsertObjectQueryDescriptorQueryManager. getInsertQuery()ADVANCED: Return the receiver's insert query.Methods in org.eclipse.persistence.descriptors with parameters of type InsertObjectQuery Modifier and Type Method Description voidDescriptorQueryManager. setInsertQuery(InsertObjectQuery insertQuery)ADVANCED: Set the receiver's insert query. -
Uses of InsertObjectQuery in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return InsertObjectQuery Modifier and Type Method Description InsertObjectQueryAggregateCollectionMapping. getAndPrepareModifyQueryForInsert(ObjectLevelModifyQuery originalQuery, Object object)INTERNAL: setup the modifyQuery for post insert/update and pre deleteprotected InsertObjectQueryAggregateCollectionMapping. getInsertObjectQuery(AbstractSession session, ClassDescriptor desc)INTERNAL: Returns a clone of InsertObjectQuery from the ClassDescriptor's DescriptorQueryManager or a new oneprotected InsertObjectQueryOneToManyMapping. getInsertObjectQuery(AbstractSession session, ClassDescriptor desc)INTERNAL: Returns a clone of InsertObjectQuery from the ClassDescriptor's DescriptorQueryManager or a new one
-