congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
EISOneToManyMapping.mustDeleteReferenceObjectsOneByOne
Code IndexAdd Tabnine to your IDE (free)

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

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

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

if (this.mustDeleteReferenceObjectsOneByOne()) {
  for (Object iter = cp.iteratorFor(objects); cp.hasNext(iter);) {
    DeleteObjectQuery deleteQuery = new DeleteObjectQuery();
origin: com.haulmont.thirdparty/eclipselink

if (this.mustDeleteReferenceObjectsOneByOne()) {
  for (Object iter = cp.iteratorFor(objects); cp.hasNext(iter);) {
    DeleteObjectQuery deleteQuery = new DeleteObjectQuery();
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

if (this.mustDeleteReferenceObjectsOneByOne()) {
  for (Object iter = cp.iteratorFor(objects); cp.hasNext(iter);) {
    DeleteObjectQuery deleteQuery = new DeleteObjectQuery();
org.eclipse.persistence.eis.mappingsEISOneToManyMappingmustDeleteReferenceObjectsOneByOne

Javadoc

Return whether the reference objects must be deleted one by one, as opposed to with a single DELETE statement.

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

  • Updating database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • PhpStorm for WordPress
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