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

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

Best Java code snippets using org.eclipse.persistence.eis.EISPlatform.setIsMappedRecordSupported (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.eisEISPlatformsetIsMappedRecordSupported

Javadoc

Set if this platform supports JCA MappedRecord.

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,
  • setRequiresAutoCommit,
  • setShouldConvertDataToStrings,
  • setSupportsLocalTransactions

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • CodeWhisperer alternatives
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