Uses of Class
org.apache.cayenne.query.UpdateBatchQuery
Packages that use UpdateBatchQuery
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of UpdateBatchQuery in org.apache.cayenne.access
Methods in org.apache.cayenne.access that return types with arguments of type UpdateBatchQueryMethod parameters in org.apache.cayenne.access with type arguments of type UpdateBatchQueryModifier and TypeMethodDescriptionvoidDataNode.setUpdateBatchTranslator(BatchTranslator<UpdateBatchQuery> updateBatchTranslator) -
Uses of UpdateBatchQuery in org.apache.cayenne.access.translator.batch
Subclasses with type arguments of type UpdateBatchQuery in org.apache.cayenne.access.translator.batchMethod parameters in org.apache.cayenne.access.translator.batch with type arguments of type UpdateBatchQueryModifier and TypeMethodDescriptionprotected int[]UpdateBatchTranslator.createRowValueIndexes(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<UpdateBatchQuery> context) protected StringUpdateBatchTranslator.createSql(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<UpdateBatchQuery> context) protected booleanUpdateBatchTranslator.isNullAttribute(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<UpdateBatchQuery> context, DbAttribute attribute) -
Uses of UpdateBatchQuery in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime with type parameters of type UpdateBatchQueryModifier and TypeFieldDescriptionprotected BatchTranslator<UpdateBatchQuery> DefaultDataNodeFactory.updateBatchTranslator