Tabnine Logo
org.eclipse.persistence.eis.mappings
Code IndexAdd Tabnine to your IDE (free)

How to use org.eclipse.persistence.eis.mappings

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

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();
}
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 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 getRealCollectionAttributeValueFromObject(Object object, AbstractSession session) {
  return this.getMapping().getRealCollectionAttributeValueFromObject(object, session);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * 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 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 void setRealAttributeValueInObject(Object object, Object attributeValue) {
  getMapping().setRealAttributeValueInObject(object, attributeValue);
}
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/com.springsource.org.eclipse.persistence

/**
 * Convenience method.
 */
private ContainerPolicy getContainerPolicy() {
  return this.getMapping().getContainerPolicy();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private Object buildChangeSet(Object element, ObjectChangeSet owner, AbstractSession session) {
  return this.getMapping().buildChangeSet(element, owner, session);
}
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 getRealCollectionAttributeValueFromObject(Object object, AbstractSession session) {
  return this.getMapping().getRealCollectionAttributeValueFromObject(object, session);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private boolean mapKeyHasChanged(Object element, AbstractSession session) {
  return this.getMapping().mapKeyHasChanged(element, session);
}
origin: com.haulmont.thirdparty/eclipselink

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

/**
 * Convenience method.
 */
private String getAttributeName() {
  return this.getMapping().getAttributeName();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Convenience method.
 */
private ContainerPolicy getContainerPolicy() {
  return this.getMapping().getContainerPolicy();
}
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);
}
org.eclipse.persistence.eis.mappings

Most used classes

  • EISCompositeCollectionMapping
    EIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an
  • EISCompositeDirectCollectionMapping
    EIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an E
  • EISCompositeObjectMapping
    EIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an
  • EISDirectMapping
    EIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descripto
  • EISOneToManyMapping
    An EIS one-to-many mapping is a reference mapping that represents the relationship between a single
  • EISOneToOneMapping
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