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

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

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

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 getFieldName();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Get the XPath String
 *
 * @return String the XPath String associated with this Mapping
 *
 */
public String getXPath() {
  return getFieldName();
}
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 getFieldName();
}
org.eclipse.persistence.eis.mappingsEISCompositeDirectCollectionMappinggetFieldName

Javadoc

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

Popular methods of EISCompositeDirectCollectionMapping

  • getField
  • getValueConverter
  • setField
  • <init>
  • getContainerPolicy

Popular in Java

  • Reading from database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getContentResolver (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • 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