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

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

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

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

try {
  interaction = getCCIConnection().createInteraction();
  input = getEISPlatform().createInputRecord(eisCall, this);
  output = getEISPlatform().createOutputRecord(eisCall, translationRow, this);
} finally {
origin: com.haulmont.thirdparty/eclipselink

try {
  interaction = getCCIConnection().createInteraction();
  input = getEISPlatform().createInputRecord(eisCall, this);
  output = getEISPlatform().createOutputRecord(eisCall, translationRow, this);
} finally {
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

try {
  interaction = getCCIConnection().createInteraction();
  input = getEISPlatform().createInputRecord(eisCall, this);
  output = getEISPlatform().createOutputRecord(eisCall, this);
} finally {
org.eclipse.persistence.eisEISPlatformcreateInputRecord

Javadoc

Allow the platform to create the appropriate type of record for the 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
  • 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.
  • requiresAutoCommit
    Return if this platform requires auto commit of the local transaction for interactions outside of an
  • isDOMRecordSupported,
  • requiresAutoCommit,
  • setDOMInRecord,
  • setIsDOMRecordSupported,
  • setIsIndexedRecordSupported,
  • setIsMappedRecordSupported,
  • setRequiresAutoCommit,
  • setShouldConvertDataToStrings,
  • setSupportsLocalTransactions

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • setRequestProperty (URLConnection)
  • setContentView (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • 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