Tabnine Logo
EISOneToManyMapping.getIndirectionPolicy
Code IndexAdd Tabnine to your IDE (free)

How to use
getIndirectionPolicy
method
in
org.eclipse.persistence.eis.mappings.EISOneToManyMapping

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

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

  return getIndirectionPolicy().valueFromQuery(targetQuery, row, sourceQuery.getSession());
} else {
  if (getIndirectionPolicy().usesIndirection()) {
    EISOneToManyQueryBasedValueHolder valueholder = new EISOneToManyQueryBasedValueHolder(this, targetQuery, row, sourceQuery.getSession());
    return valueholder;
      XMLRecord subRow = (XMLRecord)subRows.elementAt(i);
      subRow.setSession(executionSession);
      Object object = getIndirectionPolicy().valueFromQuery(targetQuery, subRow, sourceQuery.getSession());
      if (object instanceof Collection) {
        java.util.Iterator iter = ((Collection)object).iterator();
origin: org.eclipse.persistence/org.eclipse.persistence.core

  return getIndirectionPolicy().valueFromQuery(targetQuery, row, sourceQuery.getSession());
} else {
  if (getIndirectionPolicy().usesIndirection()) {
    EISOneToManyQueryBasedValueHolder valueholder = new EISOneToManyQueryBasedValueHolder(this, targetQuery, row, sourceQuery.getSession());
    return getIndirectionPolicy().buildIndirectObject(valueholder);
  } else {
    Vector subRows = getForeignKeyRows(row, executionSession);
      XMLRecord subRow = (XMLRecord)subRows.elementAt(i);
      subRow.setSession(executionSession);
      Object object = getIndirectionPolicy().valueFromQuery(targetQuery, subRow, sourceQuery.getSession());
      if (object instanceof Collection) {
        java.util.Iterator iter = ((Collection)object).iterator();
origin: com.haulmont.thirdparty/eclipselink

  return getIndirectionPolicy().valueFromQuery(targetQuery, row, sourceQuery.getSession());
} else {
  if (getIndirectionPolicy().usesIndirection()) {
    EISOneToManyQueryBasedValueHolder valueholder = new EISOneToManyQueryBasedValueHolder(this, targetQuery, row, sourceQuery.getSession());
    return getIndirectionPolicy().buildIndirectObject(valueholder);
  } else {
    Vector subRows = getForeignKeyRows(row, executionSession);
      XMLRecord subRow = (XMLRecord)subRows.elementAt(i);
      subRow.setSession(executionSession);
      Object object = getIndirectionPolicy().valueFromQuery(targetQuery, subRow, sourceQuery.getSession());
      if (object instanceof Collection) {
        java.util.Iterator iter = ((Collection)object).iterator();
origin: com.haulmont.thirdparty/eclipselink

AbstractRecord referenceRow = this.getIndirectionPolicy().extractReferenceRow(this.getAttributeValueFromObject(object));
if (referenceRow != null) {
origin: org.eclipse.persistence/org.eclipse.persistence.core

AbstractRecord referenceRow = this.getIndirectionPolicy().extractReferenceRow(this.getAttributeValueFromObject(object));
if (referenceRow != null) {
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

AbstractRecord referenceRow = this.getIndirectionPolicy().extractReferenceRow(this.getAttributeValueFromObject(object));
if (referenceRow != null) {
org.eclipse.persistence.eis.mappingsEISOneToManyMappinggetIndirectionPolicy

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

  • Start an intent from android
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • Kernel (java.awt.image)
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Top Sublime Text 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