Tabnine Logo
EISOneToManyMappingHelper.getMapping
Code IndexAdd Tabnine to your IDE (free)

How to use
getMapping
method
in
org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper

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

origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 * Return the mapping, casted a bit more generally.
 */
public DatabaseMapping getDatabaseMapping() {
  return this.getMapping();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * Return the mapping, casted a bit more generally.
 */
public DatabaseMapping getDatabaseMapping() {
  return this.getMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private void setRealAttributeValueInObject(Object object, Object attributeValue) {
  getMapping().setRealAttributeValueInObject(object, attributeValue);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private Object buildElementFromElement(Object element, MergeManager mergeManager, AbstractSession targetSession) {
  return this.getMapping().buildElementFromElement(element, mergeManager, targetSession);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private void setRealAttributeValueInObject(Object object, Object attributeValue) {
  getMapping().setRealAttributeValueInObject(object, attributeValue);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private Object getRealCollectionAttributeValueFromObject(Object object, AbstractSession session) {
  return this.getMapping().getRealCollectionAttributeValueFromObject(object, session);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private boolean mapKeyHasChanged(Object element, AbstractSession session) {
  return this.getMapping().mapKeyHasChanged(element, session);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private Object buildAddedElementFromChangeSet(Object changeSet, MergeManager mergeManager, AbstractSession targetSession) {
  return this.getMapping().buildAddedElementFromChangeSet(changeSet, mergeManager, targetSession);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private Object buildChangeSet(Object element, ObjectChangeSet owner, AbstractSession session) {
  return this.getMapping().buildChangeSet(element, owner, session);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private Object getRealCollectionAttributeValueFromObject(Object object, AbstractSession session) {
  return this.getMapping().getRealCollectionAttributeValueFromObject(object, session);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private Object buildAddedElementFromChangeSet(Object changeSet, MergeManager mergeManager) {
  return this.getMapping().buildAddedElementFromChangeSet(changeSet, mergeManager);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private Object buildAddedElementFromChangeSet(Object changeSet, MergeManager mergeManager, AbstractSession targetSession) {
  return this.getMapping().buildAddedElementFromChangeSet(changeSet, mergeManager, targetSession);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private Object buildChangeSet(Object element, ObjectChangeSet owner, AbstractSession session) {
  return this.getMapping().buildChangeSet(element, owner, session);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private Object buildChangeSet(Object element, ObjectChangeSet owner, AbstractSession session) {
  return this.getMapping().buildChangeSet(element, owner, session);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private Object buildRemovedElementFromChangeSet(Object changeSet, MergeManager mergeManager) {
  return this.getMapping().buildRemovedElementFromChangeSet(changeSet, mergeManager);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private String getAttributeName() {
  return this.getMapping().getAttributeName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private Object buildElementFromElement(Object element, MergeManager mergeManager, AbstractSession targetSession) {
  return this.getMapping().buildElementFromElement(element, mergeManager, targetSession);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private Object buildRemovedElementFromChangeSet(Object changeSet, MergeManager mergeManager, AbstractSession targetSession) {
  return this.getMapping().buildRemovedElementFromChangeSet(changeSet, mergeManager, targetSession);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private String getAttributeName() {
  return this.getMapping().getAttributeName();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Convenience method.
 */
private ContainerPolicy getContainerPolicy() {
  return this.getMapping().getContainerPolicy();
}
org.eclipse.persistence.eis.mappingsEISOneToManyMappingHelpergetMapping

Javadoc

INTERNAL: Return the mapping.

Popular methods of EISOneToManyMappingHelper

  • <init>
    Constructor.
  • buildAddedElementFromChangeSet
    Convenience method.
  • buildChangeSet
    Convenience method.
  • buildElementFromElement
    Convenience method.
  • buildRemovedElementFromChangeSet
    Convenience method.
  • compareAttributeValues
    Compare the attributes. Return true if they are alike. Assume the passed-in attributes are non-null.
  • compareAttributeValuesForChangeWithOrder
    Build and return the change record that results from comparing the two collection attributes. The or
  • compareAttributeValuesForChangeWithoutOrder
    Build and return the change record that results from comparing the two collection attributes. Ignore
  • compareAttributeValuesWithOrder
    Compare the attributes. Return true if they are alike. The order of the elements is significant.
  • compareAttributeValuesWithoutOrder
    Compare the attributes. Return true if they are alike. Ignore the order of the elements.
  • compareElements
    Convenience method. Check for null values before delegating to the mapping.
  • compareElementsForChange
    Convenience method. Check for null values before delegating to the mapping.
  • compareElements,
  • compareElementsForChange,
  • compareForChange,
  • compareObjects,
  • getAttributeName,
  • getContainerPolicy,
  • getDatabaseMapping,
  • getRealCollectionAttributeValueFromObject,
  • mapKeyHasChanged

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setScale (BigDecimal)
  • compareTo (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • JTable (javax.swing)
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Best plugins for Eclipse
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