Codota Logo
EISOneToManyMapping.getReferenceClass
Code IndexAdd Codota to your IDE (free)

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

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

  • Common ways to obtain EISOneToManyMapping
private void myMethod () {
EISOneToManyMapping e =
  • Codota IconCollectionMapping collectionMapping;(EISOneToManyMapping) collectionMapping.clone()
  • Smart code suggestions by Codota
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Initialize the delete all query.
 * This query is used to delete the collection of objects from the
 * database.
 **/
protected void initializeDeleteAllQuery() {
  ((DeleteAllQuery)this.getDeleteAllQuery()).setReferenceClass(this.getReferenceClass());
  if (!this.hasCustomDeleteAllQuery()) {
    // the selection criteria are re-used by the delete all query
    this.getDeleteAllQuery().setSelectionCriteria(this.getSelectionCriteria());
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Initialize the delete all query.
 * This query is used to delete the collection of objects from the
 * database.
 */
protected void initializeDeleteAllQuery() {
  ((DeleteAllQuery)this.getDeleteAllQuery()).setReferenceClass(this.getReferenceClass());
  if (!this.hasCustomDeleteAllQuery()) {
    // the selection criteria are re-used by the delete all query
    this.getDeleteAllQuery().setSelectionCriteria(this.getSelectionCriteria());
  }
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Initialize the delete all query.
 * This query is used to delete the collection of objects from the
 * database.
 */
protected void initializeDeleteAllQuery() {
  ((DeleteAllQuery)this.getDeleteAllQuery()).setReferenceClass(this.getReferenceClass());
  if (!this.hasCustomDeleteAllQuery()) {
    // the selection criteria are re-used by the delete all query
    this.getDeleteAllQuery().setSelectionCriteria(this.getSelectionCriteria());
  }
}
 
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Delete all the reference objects.
 */
protected void deleteAll(DeleteObjectQuery query, Object referenceObjects) throws DatabaseException {
  ((DeleteAllQuery)this.getDeleteAllQuery()).executeDeleteAll(query.getSession().getSessionForClass(this.getReferenceClass()), query.getTranslationRow(), this.getContainerPolicy().vectorFor(referenceObjects, query.getSession()));
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Delete all the reference objects.
 */
protected void deleteAll(DeleteObjectQuery query, Object referenceObjects) throws DatabaseException {
  ((DeleteAllQuery)this.getDeleteAllQuery()).executeDeleteAll(query.getSession().getSessionForClass(this.getReferenceClass()), query.getTranslationRow(), this.getContainerPolicy().vectorFor(referenceObjects, query.getSession()));
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Delete all the reference objects.
 */
protected void deleteAll(DeleteObjectQuery query, Object referenceObjects) throws DatabaseException {
  ((DeleteAllQuery)this.getDeleteAllQuery()).executeDeleteAll(query.getSession().getSessionForClass(this.getReferenceClass()), query.getTranslationRow(), this.getContainerPolicy().vectorFor(referenceObjects, query.getSession()));
}
org.eclipse.persistence.eis.mappingsEISOneToManyMappinggetReferenceClass

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

  • Making http requests using okhttp
  • setScale (BigDecimal)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • findViewById (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • HashSet (java.util)
    This class implements the Set interface, backed by a hash table (actually a HashMap instance). It m
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • JButton (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now