Uses of Class
org.apache.cayenne.query.UpdateBatchQuery
Package
Description
-
Uses of UpdateBatchQuery in org.apache.cayenne.access.translator.batch
Modifier and TypeMethodDescriptionprotected BatchTranslator
DefaultBatchTranslatorFactory.updateTranslator
(UpdateBatchQuery query, DbAdapter adapter) -
Uses of UpdateBatchQuery in org.apache.cayenne.access.translator.batch.legacy
Modifier and TypeMethodDescriptionprotected BatchTranslator
DefaultBatchTranslatorFactory.updateTranslator
(UpdateBatchQuery query, DbAdapter adapter, String trimFunction) Deprecated.ModifierConstructorDescriptionUpdateBatchTranslator
(UpdateBatchQuery query, DbAdapter adapter, String trimFunction) Deprecated.