Codota Logo
org.eclipse.persistence.eis.interactions
Code IndexAdd Codota to your IDE (free)

How to use org.eclipse.persistence.eis.interactions

Best Java code snippets using org.eclipse.persistence.eis.interactions (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Translate the custom query markers.
 */
public void prepare(AbstractSession session) {
  if (isPrepared()) {
    return;
  }
  super.prepare(session);
  translateCustomQuery();
  setIsPrepared(true);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Translate the custom query markers.
 */
public void prepare(AbstractSession session) {
  if (isPrepared()) {
    return;
  }
  translateCustomQuery();
  setIsPrepared(true);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * The arguments are the values in order of occurance in the record.
 */
public void setArguments(Vector arguments) {
  super.setArguments(arguments);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Return the query string.
 */
public String getQueryString() {
  return getXQueryString();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Allow the platform to build the interaction spec based on properties defined in the interaction.
 */
public InteractionSpec buildInteractionSpec(EISInteraction interaction) {
  return interaction.getInteractionSpec();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Set the query string.
 */
public void setQueryString(String queryString) {
  setXQueryString(queryString);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Define the argument to the interaction and the field/argument name to be substitute for it.
 * This is only required if an input row is not used.
 * The parameterAndArgumentFieldName is the name of the input record argument,
 * and is the field or argument name to be used to pass to the interaction.
 * These names are assumed to be the same, if not this method can be called with two arguments.
 */
public void addArgument(String parameterAndArgumentFieldName) {
  addArgument(parameterAndArgumentFieldName, parameterAndArgumentFieldName);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * The output arguments in order of occurance in the record.
 */
public void setOutputArguments(Vector outputArguments) {
  super.setOutputArguments(outputArguments);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * The output arguments in order of occurance in the record.
 */
public Vector getOutputArguments() {
  return super.getOutputArguments();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Allow the call to translate the query arguments.
 */
public void translate(AbstractRecord translationRow, AbstractRecord modifyRow, AbstractSession session) {
  translateQueryString(translationRow, modifyRow, session);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * The arguments are the values in order of occurance in the record.
 */
public Vector getArguments() {
  return super.getArguments();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Define the output argument to the interaction and the field/argument name to be substitute for it.
 * This is only required if an output row is not used.
 * The parameterAndArgumentFieldName is the name of the output record argument expected,
 * and is the field or argument name to be used to be used for it.
 * These names are assumed to be the same, if not this method can be called with two arguments.
 */
public void addOutputArgument(String parameterAndArgumentFieldName) {
  addOutputArgument(parameterAndArgumentFieldName, parameterAndArgumentFieldName);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Translate the custom query markers.
 */
public void prepare(AbstractSession session) {
  if (isPrepared()) {
    return;
  }
  super.prepare(session);
  translateCustomQuery();
  setIsPrepared(true);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Translate the custom query markers.
 */
public void prepare(AbstractSession session) {
  if (isPrepared()) {
    return;
  }
  translateCustomQuery();
  setIsPrepared(true);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Return the query string.
 */
public String getQueryString() {
  return getXQueryString();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Allow the platform to build the interaction spec based on properties defined in the interaction.
 */
public InteractionSpec buildInteractionSpec(EISInteraction interaction) {
  return interaction.getInteractionSpec();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * The arguments are the values in order of occurance in the record.
 */
public void setArguments(Vector arguments) {
  super.setArguments(arguments);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * The output arguments in order of occurance in the record.
 */
public void setOutputArguments(Vector outputArguments) {
  super.setOutputArguments(outputArguments);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * The output arguments in order of occurance in the record.
 */
public Vector getOutputArguments() {
  return super.getOutputArguments();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Translate the custom query markers.
 */
public void prepare(AbstractSession session) {
  if (isPrepared()) {
    return;
  }
  super.prepare(session);
  translateCustomQuery();
  setIsPrepared(true);
}
org.eclipse.persistence.eis.interactions

Most used classes

  • EISInteraction
    Defines the specification for a call to a JCA interaction. Builds the input and output records from
  • MappedInteraction
    Defines the specification for a call to a JCA interaction using Mapped records. Builds the input and
  • XQueryInteraction
    Defines the specification for a call to a JCA interaction that uses XQuery. Translates the XQuery fr
  • IndexedInteraction
    Defines the specification for a call to a JCA interaction that uses indexed records. Builds the inpu
  • QueryStringInteraction
    Defines the specification for a call to a JCA interaction that uses a query string. This can be used
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now