Tabnine Logo
EISPlatform.setRequiresAutoCommit
Code IndexAdd Tabnine to your IDE (free)

How to use
setRequiresAutoCommit
method
in
org.eclipse.persistence.eis.EISPlatform

Best Java code snippets using org.eclipse.persistence.eis.EISPlatform.setRequiresAutoCommit (Showing top 3 results out of 315)

origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Default constructor.
 */
public EISPlatform() {
  super();
  setIsMappedRecordSupported(true);
  setIsIndexedRecordSupported(true);
  setIsDOMRecordSupported(false);
  setShouldConvertDataToStrings(false);
  setSupportsLocalTransactions(true);
  setRequiresAutoCommit(false);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Default constructor.
 */
public EISPlatform() {
  super();
  setIsMappedRecordSupported(true);
  setIsIndexedRecordSupported(true);
  setIsDOMRecordSupported(false);
  setShouldConvertDataToStrings(false);
  setSupportsLocalTransactions(true);
  setRequiresAutoCommit(false);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Default constructor.
 */
public EISPlatform() {
  super();
  setIsMappedRecordSupported(true);
  setIsIndexedRecordSupported(true);
  setIsDOMRecordSupported(false);
  setShouldConvertDataToStrings(false);
  setSupportsLocalTransactions(true);
  setRequiresAutoCommit(false);
}
org.eclipse.persistence.eisEISPlatformsetRequiresAutoCommit

Javadoc

Set if this platform requires auto commit of the local transaction for interactions outside of an interaction.

Popular methods of EISPlatform

  • <init>
    Default constructor.
  • appendParameter
    Add the parameter. Convert the parameter to a string and write it. Convert rows to XML strings.
  • buildInteractionSpec
    Allow the platform to build the interaction spec based on properties defined in the interaction.
  • buildRow
    INTERNAL: Allow the platform to handle record to row conversion.
  • buildRows
    Allow the platform to handle record to row conversion.
  • createDOMRecord
    Allow the platform to handle the creation of the DOM record. By default create a mapped record an as
  • createDatabaseRowFromDOMRecord
    INTERNAL: Allow the platform to handle the creation of the Record for the DOM record. By default ins
  • createInputRecord
    Allow the platform to create the appropriate type of record for the interaction.
  • createOutputRecord
    Allow the platform to create the appropriate type of record for the interaction. If an output record
  • getConversionManager
    The platform holds its own instance of conversion manager to allow customization.
  • getRecordConverter
    Return the record converter.
  • isDOMRecordSupported
    Return if this platform supports XML/DOM Records.
  • getRecordConverter,
  • isDOMRecordSupported,
  • requiresAutoCommit,
  • setDOMInRecord,
  • setIsDOMRecordSupported,
  • setIsIndexedRecordSupported,
  • setIsMappedRecordSupported,
  • setShouldConvertDataToStrings,
  • setSupportsLocalTransactions

Popular in Java

  • Reactive rest calls using spring rest template
  • scheduleAtFixedRate (ScheduledExecutorService)
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Join (org.hibernate.mapping)
  • From CI to AI: The AI layer in your organization
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