Tabnine Logo
ObjectChangePolicy.initialize
Code IndexAdd Tabnine to your IDE (free)

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

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

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

getObjectChangePolicy().initialize(session, this);
origin: org.eclipse.persistence/org.eclipse.persistence.core

getObjectChangePolicy().initialize(session, this);
origin: com.haulmont.thirdparty/eclipselink

getObjectChangePolicy().initialize(session, this);
org.eclipse.persistence.descriptors.changetrackingObjectChangePolicyinitialize

Javadoc

INTERNAL: initialize the Policy

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
  • 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
  • revertChanges
    INTERNAL: This method is used to revert an object within the unit of work
  • raiseInternalPropertyChangeEvent,
  • revertChanges,
  • setAggregateChangeListener,
  • setChangeListener,
  • setChangeSetOnListener,
  • shouldCompareExistingObjectForChange,
  • updateWithChanges,
  • updateListenerForSelfMerge,
  • isDeferredChangeDetectionPolicy

Popular in Java

  • Creating JSON documents from java classes using gson
  • putExtra (Intent)
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • Kernel (java.awt.image)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • Best IntelliJ 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