Tabnine Logo
BatchWritingMechanism.appendCall
Code IndexAdd Tabnine to your IDE (free)

How to use
appendCall
method
in
org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism

Best Java code snippets using org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism.appendCall (Showing top 9 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Swaps out the Mechanism for the other Mechanism
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToDynamicSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Swaps out the Mechanism for the other Mechanism
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToDynamicSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * This method is used to switch from this mechanism to the alternate automatically
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToParameterizedSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * This method is used to switch from this mechanism to the alternate automatically
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToParameterizedSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * This method is used to switch from this mechanism to the alternate automatically
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToParameterizedSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism().appendCall(session, dbCall);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Swaps out the Mechanism for the other Mechanism
 */
protected void switchMechanisms(AbstractSession session, DatabaseCall dbCall) {
  this.databaseAccessor.setActiveBatchWritingMechanismToDynamicSQL();
  this.databaseAccessor.getActiveBatchWritingMechanism().appendCall(session, dbCall);
}
origin: com.haulmont.thirdparty/eclipselink

getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

&& (!dbCall.shouldBuildOutputRow()) && (getPlatform().usesJDBCBatchWriting() || (!dbCall.hasParameters())) && (!dbCall.isLOBLocatorNeeded())) {
getActiveBatchWritingMechanism().appendCall(session, dbCall);
origin: org.eclipse.persistence/org.eclipse.persistence.core

getActiveBatchWritingMechanism(session).appendCall(session, dbCall);
org.eclipse.persistence.internal.databaseaccessBatchWritingMechanismappendCall

Javadoc

INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched. This call may result in the Mechanism executing the batched statements and possibly, switching out the mechanisms

Popular methods of BatchWritingMechanism

  • clear
    INTERNAL: This method is used to clear the batched statements without the need to execute the statem
  • executeBatchedStatements
    INTERNAL: This method is used by the DatabaseAccessor to clear the batched statements in the case th
  • clone
    INTERNAL: The mechanism will be cloned to be set into each accessor.
  • initialize
    INTERNAL: Allow initialization with the session after login.
  • setAccessor
    INTERNAL: Sets the accessor that this mechanism will use

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • addToBackStack (FragmentTransaction)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Join (org.hibernate.mapping)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now