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

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

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

origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Return the name of the field that holds the nested collection.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Return the name of the field that holds the nested collection.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Return the name of the field that holds the nested collection.
 */
public String getFieldName() {
  return this.getField().getName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Initialize the mapping.
 */
@Override
public void initialize(AbstractSession session) throws DescriptorException {
  super.initialize(session);
  if (this.getField() instanceof XMLField && getValueConverter() instanceof TypeConversionConverter) {
    TypeConversionConverter converter = (TypeConversionConverter)getValueConverter();
    this.getField().setType(converter.getObjectClass());
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * Initialize the mapping.
 */
public void initialize(AbstractSession session) throws DescriptorException {
  super.initialize(session);
  if (this.getField() instanceof XMLField && getValueConverter() instanceof TypeConversionConverter) {
    TypeConversionConverter converter = (TypeConversionConverter)getValueConverter();
    this.getField().setType(converter.getObjectClass());
  }
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Initialize the mapping.
 */
@Override
public void initialize(AbstractSession session) throws DescriptorException {
  super.initialize(session);
  if (this.getField() instanceof XMLField && getValueConverter() instanceof TypeConversionConverter) {
    TypeConversionConverter converter = (TypeConversionConverter)getValueConverter();
    this.getField().setType(converter.getObjectClass());
  }
}
org.eclipse.persistence.eis.mappingsEISCompositeDirectCollectionMappinggetField

Javadoc

PUBLIC: Return the name of the field that holds the nested collection.

Popular methods of EISCompositeDirectCollectionMapping

  • getFieldName
    PUBLIC: Return the name of the field that holds the nested collection.
  • getValueConverter
  • setField
  • <init>
  • getContainerPolicy

Popular in Java

  • Creating JSON documents from java classes using gson
  • addToBackStack (FragmentTransaction)
  • getResourceAsStream (ClassLoader)
  • scheduleAtFixedRate (Timer)
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Top Vim plugins
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