Tabnine Logo
EISCompositeObjectMapping.setField
Code IndexAdd Tabnine to your IDE (free)

How to use
setField
method
in
org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping

Best Java code snippets using org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping.setField (Showing top 6 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * Set the Mapping field name attribute to the given XPath String
 *
 * @param xpathString String
 *
 */
public void setXPath(String xpathString) {
  this.setField(new XMLField(xpathString));
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Set the Mapping field name attribute to the given XPath String
 *
 * @param xpathString String
 *
 */
public void setXPath(String xpathString) {
  this.setField(new XMLField(xpathString));
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Set the Mapping field name attribute to the given XPath String
 *
 * @param xpathString String
 *
 */
public void setXPath(String xpathString) {
  this.setField(new XMLField(xpathString));
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Set the name of the field mapped by the mapping.
 */
public void setFieldName(String fieldName) {
  this.setField(new DatabaseField(fieldName));
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Set the name of the field mapped by the mapping.
 */
public void setFieldName(String fieldName) {
  this.setField(new DatabaseField(fieldName));
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Set the name of the field mapped by the mapping.
 */
public void setFieldName(String fieldName) {
  this.setField(new DatabaseField(fieldName));
}
org.eclipse.persistence.eis.mappingsEISCompositeObjectMappingsetField

Javadoc

PUBLIC: Set the name of the field mapped by the mapping.

Popular methods of EISCompositeObjectMapping

  • buildCompositeRow
  • getAttributeValueFromObject
  • getDescriptor
  • getField
  • getObjectBuilder
  • getReferenceDescriptor
  • isReadOnly
  • <init>

Popular in Java

  • Updating database using SQL prepared statement
  • getSharedPreferences (Context)
  • getContentResolver (Context)
  • scheduleAtFixedRate (Timer)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • 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