congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
EISOneToManyMapping.<init>
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using org.eclipse.persistence.eis.mappings.EISOneToManyMapping.<init> (Showing top 6 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * Return a new one to many mapping for this type of descriptor.
 */
@Override
public CollectionMapping newOneToManyMapping() {
  return new EISOneToManyMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Return a new one to many mapping for this type of descriptor.
 */
@Override
public CollectionMapping newManyToManyMapping() {
  return new EISOneToManyMapping();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Return a new one to many mapping for this type of descriptor.
 */
public CollectionMapping newUnidirectionalOneToManyMapping() {
  return new EISOneToManyMapping();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Return a new one to many mapping for this type of descriptor.
 */
@Override
public CollectionMapping newManyToManyMapping() {
  return new EISOneToManyMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Return a new one to many mapping for this type of descriptor.
 */
@Override
public CollectionMapping newOneToManyMapping() {
  return new EISOneToManyMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Return a new one to many mapping for this type of descriptor.
 */
public CollectionMapping newUnidirectionalOneToManyMapping() {
  return new EISOneToManyMapping();
}
org.eclipse.persistence.eis.mappingsEISOneToManyMapping<init>

Popular methods of EISOneToManyMapping

  • addForeignKeyField
    PUBLIC: Define the source foreign key relationship in the one-to-many mapping. This method is used f
  • buildAddedElementFromChangeSet
    INTERNAL: Build and return a new element based on the change set.
  • buildChangeSet
    INTERNAL: Build and return a change set for the specified element.
  • buildElementFromChangeSet
    Build and return a new element based on the change set.
  • buildElementFromElement
    INTERNAL: Build and return a new element based on the specified element.
  • buildRemovedElementFromChangeSet
    INTERNAL: Build and return a new element based on the change set.
  • compareElements
    INTERNAL: Compare the non-null elements and return true if they are alike.
  • compareElementsForChange
    INTERNAL: Compare the non-null elements and return true if they are alike. Here we use object identi
  • compareObjectsAndWrite
  • compareObjectsWithoutPrivateOwned
  • deleteAll
    Delete all the reference objects.
  • deleteReferenceObjectsLeftOnDatabase
    This method will make sure that all the records privately owned by this mapping are actually removed
  • deleteAll,
  • deleteReferenceObjectsLeftOnDatabase,
  • extractKeyRowFromReferenceObject,
  • getAttributeName,
  • getAttributeValueFromObject,
  • getContainerPolicy,
  • getDeleteAllQuery,
  • getDescriptor,
  • getForeignKeyGroupingElement,
  • getForeignKeyRows

Popular in Java

  • Finding current android device location
  • getSystemService (Context)
  • getSharedPreferences (Context)
  • startActivity (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • JLabel (javax.swing)
  • JOptionPane (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now