congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ObjectChangePolicy.updateListenerForSelfMerge
Code IndexAdd Tabnine to your IDE (free)

How to use
updateListenerForSelfMerge
method
in
org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy

Best Java code snippets using org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy.updateListenerForSelfMerge (Showing top 4 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

this.descriptor.getObjectChangePolicy().updateListenerForSelfMerge(listener, this, valueOfSource, targetValue, (UnitOfWorkImpl) mergeManager.getSession());
origin: org.eclipse.persistence/org.eclipse.persistence.core

this.descriptor.getObjectChangePolicy().updateListenerForSelfMerge(listener, this, valueOfSource, targetValue, (UnitOfWorkImpl) mergeManager.getSession());
origin: org.eclipse.persistence/org.eclipse.persistence.core

this.descriptor.getObjectChangePolicy().updateListenerForSelfMerge(listener, this, object, mergedObject, (UnitOfWorkImpl) mergeManager.getSession());
origin: com.haulmont.thirdparty/eclipselink

this.descriptor.getObjectChangePolicy().updateListenerForSelfMerge(listener, this, object, mergedObject, (UnitOfWorkImpl) mergeManager.getSession());
org.eclipse.persistence.descriptors.changetrackingObjectChangePolicyupdateListenerForSelfMerge

Javadoc

INTERNAL: In cases where a relationship with detached or new entities is merged into itself previous changes may have been recorded for the detached/new entity that need to be updated.

Popular methods of ObjectChangePolicy

  • buildBackupClone
    INTERNAL: Build back up clone.
  • calculateChanges
    INTERNAL: CalculateChanges creates a change set for an existing object.
  • calculateChangesForExistingObject
    INTERNAL: CalculateChanges creates a change set for an existing object.
  • calculateChangesForNewObject
    INTERNAL: CalculateChanges creates a change set for a new object.
  • clearChanges
    INTERNAL: This is a place holder for reseting the listener on one of the subclasses
  • createObjectChangeSetThroughComparison
    INTERNAL: Create ObjectChangeSet through comparison. Used in cases where we need to force change cal
  • dissableEventProcessing
    INTERNAL: This method is used to disable changetracking temporarily
  • enableEventProcessing
    INTERNAL: This method is used to enable changetracking temporarily
  • initialize
    INTERNAL: initialize the Policy
  • isAttributeChangeTrackingPolicy
    Used to track instances of the change policies without doing an instance of check
  • isObjectChangeTrackingPolicy
    Used to track instances of the change policies without doing an instance of check
  • raiseInternalPropertyChangeEvent
    INTERNAL: This may cause a property change event to be raised to a listener in the case that a liste
  • isObjectChangeTrackingPolicy,
  • raiseInternalPropertyChangeEvent,
  • revertChanges,
  • setAggregateChangeListener,
  • setChangeListener,
  • setChangeSetOnListener,
  • shouldCompareExistingObjectForChange,
  • updateWithChanges,
  • isDeferredChangeDetectionPolicy

Popular in Java

  • Reactive rest calls using spring rest template
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top 17 PhpStorm 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