Uses of Class
org.apache.cayenne.query.DeleteBatchQuery
Packages that use DeleteBatchQuery
Package
Description
Contains classes that make up Cayenne ORM stack.
-
Uses of DeleteBatchQuery in org.apache.cayenne.access
Methods in org.apache.cayenne.access that return types with arguments of type DeleteBatchQueryMethod parameters in org.apache.cayenne.access with type arguments of type DeleteBatchQueryModifier and TypeMethodDescriptionvoidDataNode.setDeleteBatchTranslator(BatchTranslator<DeleteBatchQuery> deleteBatchTranslator) -
Uses of DeleteBatchQuery in org.apache.cayenne.access.translator.batch
Subclasses with type arguments of type DeleteBatchQuery in org.apache.cayenne.access.translator.batchMethod parameters in org.apache.cayenne.access.translator.batch with type arguments of type DeleteBatchQueryModifier and TypeMethodDescriptionprotected int[]DeleteBatchTranslator.createRowValueIndexes(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<DeleteBatchQuery> context) protected StringDeleteBatchTranslator.createSql(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<DeleteBatchQuery> context) protected booleanDeleteBatchTranslator.isNullAttribute(org.apache.cayenne.access.translator.batch.BatchTranslatorContext<DeleteBatchQuery> context, DbAttribute attribute) -
Uses of DeleteBatchQuery in org.apache.cayenne.configuration.runtime
Fields in org.apache.cayenne.configuration.runtime with type parameters of type DeleteBatchQueryModifier and TypeFieldDescriptionprotected BatchTranslator<DeleteBatchQuery> DefaultDataNodeFactory.deleteBatchTranslator