Tabnine Logo
EISCompositeCollectionMapping.getField
Code IndexAdd Tabnine to your IDE (free)

How to use
getField
method
in
org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping

Best Java code snippets using org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping.getField (Showing top 9 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Return the name of the field mapped by the mapping.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Get the XPath String
 *
 * @return String the XPath String associated with this Mapping
 *
 */
public String getXPath() {
  return getField().getName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Get the XPath String
 *
 * @return String the XPath String associated with this Mapping
 *
 */
public String getXPath() {
  return getField().getName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Return the name of the field mapped by the mapping.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Get the XPath String
 *
 * @return String the XPath String associated with this Mapping
 *
 */
public String getXPath() {
  return getField().getName();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Return the name of the field mapped by the mapping.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: com.haulmont.thirdparty/eclipselink

  @Override
  protected AbstractRecord buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow, WriteType writeType) {
    if (((EISDescriptor)getDescriptor()).isXMLFormat()) {
      XMLObjectBuilder objectBuilder = (XMLObjectBuilder)getReferenceDescriptor(attributeValue, session).getObjectBuilder();
      return objectBuilder.buildRow(attributeValue, session, getField(), (XMLRecord)parentRow);
    } else {
      return this.getObjectBuilder(attributeValue, session).buildRow(attributeValue, session, writeType);
    }
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

  protected AbstractRecord buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow) {
    if (((EISDescriptor)getDescriptor()).getDataFormat() == EISDescriptor.XML) {
      XMLObjectBuilder objectBuilder = (XMLObjectBuilder)getReferenceDescriptor(attributeValue, session).getObjectBuilder();
      return objectBuilder.buildRow(attributeValue, session, getField(), (XMLRecord)parentRow);
    } else {
      return this.getObjectBuilder(attributeValue, session).buildRow(attributeValue, session);
    }
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

  @Override
  protected AbstractRecord buildCompositeRow(Object attributeValue, AbstractSession session, AbstractRecord parentRow, WriteType writeType) {
    if (((EISDescriptor)getDescriptor()).isXMLFormat()) {
      XMLObjectBuilder objectBuilder = (XMLObjectBuilder)getReferenceDescriptor(attributeValue, session).getObjectBuilder();
      return objectBuilder.buildRow(attributeValue, session, getField(), (XMLRecord)parentRow);
    } else {
      return this.getObjectBuilder(attributeValue, session).buildRow(attributeValue, session, writeType);
    }
  }
}
org.eclipse.persistence.eis.mappingsEISCompositeCollectionMappinggetField

Javadoc

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

Popular methods of EISCompositeCollectionMapping

  • getContainerPolicy
  • getReferenceClass
  • getDescriptor
  • getObjectBuilder
  • getReferenceDescriptor
  • setField
  • <init>
  • getAttributeClassification
  • getAttributeName
  • getReferenceClassName

Popular in Java

  • Parsing JSON documents to java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • getSharedPreferences (Context)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • JComboBox (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • 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