Uses of Record Class
org.apache.cayenne.access.translator.TranslatedBatch
Packages that use TranslatedBatch
Package
Description
Contains classes that handle JDBC interactions.
-
Uses of TranslatedBatch in org.apache.cayenne.access.jdbc
Methods in org.apache.cayenne.access.jdbc with parameters of type TranslatedBatchModifier and TypeMethodDescriptionprotected PSParameter<?>[]BatchAction.rowBindings(TranslatedBatch translated, int row, ExtendedTypeMap extendedTypes) Resolves the given batch row against the translated batch parameters, returning per-row bindings.protected voidBatchAction.runAsBatch(Connection con, TranslatedBatch translated, OperationObserver delegate, boolean generatesKeys) protected voidBatchAction.runAsIndividualQueries(Connection connection, TranslatedBatch translated, OperationObserver delegate, boolean generatesKeys) Executes batch as individual queries over the same prepared statement. -
Uses of TranslatedBatch in org.apache.cayenne.access.translator
Methods in org.apache.cayenne.access.translator that return TranslatedBatchModifier and TypeMethodDescriptionTranslates the provided batch query into an immutableTranslatedBatch. -
Uses of TranslatedBatch in org.apache.cayenne.access.translator.batch
Methods in org.apache.cayenne.access.translator.batch that return TranslatedBatchModifier and TypeMethodDescription