Uses of Class
org.apache.cayenne.query.BatchQuery
Packages that use BatchQuery
Package
Description
Contains classes that make up Cayenne ORM stack.
Contains classes that handle JDBC interactions.
Contains database adapter API (DbAdapter) and its default implementation.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Defines standard queries supported by Cayenne and extension mechanism to create
custom queries.
- 
Uses of BatchQuery in org.apache.cayenne.accessMethods in org.apache.cayenne.access with parameters of type BatchQueryModifier and TypeMethodDescriptionDataNode.batchTranslator(BatchQuery query, String trimFunction) 
- 
Uses of BatchQuery in org.apache.cayenne.access.jdbcFields in org.apache.cayenne.access.jdbc declared as BatchQueryMethods in org.apache.cayenne.access.jdbc that return BatchQueryConstructors in org.apache.cayenne.access.jdbc with parameters of type BatchQueryModifierConstructorDescriptionBatchAction(BatchQuery query, DataNode dataNode, boolean runningAsBatch) 
- 
Uses of BatchQuery in org.apache.cayenne.access.translator.batchClasses in org.apache.cayenne.access.translator.batch with type parameters of type BatchQueryMethods in org.apache.cayenne.access.translator.batch with parameters of type BatchQueryModifier and TypeMethodDescriptionBatchTranslatorFactory.translator(BatchQuery query, DbAdapter adapter, String trimFunction) Creates a proper translator for a BatchQueryDefaultBatchTranslatorFactory.translator(BatchQuery query, DbAdapter adapter, String trimFunction) 
- 
Uses of BatchQuery in org.apache.cayenne.access.translator.batch.legacyFields in org.apache.cayenne.access.translator.batch.legacy declared as BatchQueryConstructors in org.apache.cayenne.access.translator.batch.legacy with parameters of type BatchQueryModifierConstructorDescriptionDefaultBatchTranslator(BatchQuery query, DbAdapter adapter, String trimFunction) Deprecated.
- 
Uses of BatchQuery in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba with parameters of type BatchQuery
- 
Uses of BatchQuery in org.apache.cayenne.dba.postgresConstructors in org.apache.cayenne.dba.postgres with parameters of type BatchQueryModifierConstructorDescriptionPostgresBatchAction(BatchQuery query, DataNode dataNode, boolean runningAsBatch) 
- 
Uses of BatchQuery in org.apache.cayenne.dba.sqlserverMethods in org.apache.cayenne.dba.sqlserver with parameters of type BatchQueryConstructors in org.apache.cayenne.dba.sqlserver with parameters of type BatchQueryModifierConstructorDescriptionSQLServerBatchAction(BatchQuery batchQuery, DataNode dataNode, boolean runningAsBatch) 
- 
Uses of BatchQuery in org.apache.cayenne.querySubclasses of BatchQuery in org.apache.cayenne.queryModifier and TypeClassDescriptionclassBatched delete query.classBatched INSERT query.classBatched UPDATE query.Methods in org.apache.cayenne.query with parameters of type BatchQueryModifier and TypeMethodDescriptionSQLActionVisitor.batchAction(BatchQuery query) Creates an action to execute a batch update query.