Uses of Interface
org.apache.cayenne.access.translator.batch.BatchTranslatorFactory
Packages that use BatchTranslatorFactory
Package
Description
Contains classes that make up Cayenne ORM stack.
- 
Uses of BatchTranslatorFactory in org.apache.cayenne.accessMethods in org.apache.cayenne.access that return BatchTranslatorFactoryMethods in org.apache.cayenne.access with parameters of type BatchTranslatorFactoryModifier and TypeMethodDescriptionvoidDataNode.setBatchTranslatorFactory(BatchTranslatorFactory batchTranslatorFactory) 
- 
Uses of BatchTranslatorFactory in org.apache.cayenne.access.translator.batchClasses in org.apache.cayenne.access.translator.batch that implement BatchTranslatorFactoryModifier and TypeClassDescriptionclassDefault implementation ofBatchTranslatorFactory.classImplementation of {link #BatchTranslator}, which uses 'soft' delete (runs UPDATE and sets 'deleted' field to true instead-of running SQL DELETE)
- 
Uses of BatchTranslatorFactory in org.apache.cayenne.configuration.runtimeFields in org.apache.cayenne.configuration.runtime declared as BatchTranslatorFactoryModifier and TypeFieldDescriptionprotected BatchTranslatorFactoryDefaultDataNodeFactory.batchTranslatorFactory