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

How to use
setShouldHandleUnmappedFields
method
in
org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy

Best Java code snippets using org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy.setShouldHandleUnmappedFields (Showing top 3 results out of 315)

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

/**
 * Prepare a cascade locking policy.
 */
@Override
public void prepareCascadeLockingPolicy() {
  CascadeLockingPolicy policy = new CascadeLockingPolicy(getDescriptor(), getReferenceDescriptor());
  policy.setQueryKeyFields(getSourceKeysToTargetForeignKeys());
  policy.setShouldHandleUnmappedFields(true);
  getReferenceDescriptor().addCascadeLockingPolicy(policy);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Prepare a cascade locking policy.
 */
public void prepareCascadeLockingPolicy() {
  CascadeLockingPolicy policy = new CascadeLockingPolicy(getDescriptor(), getReferenceDescriptor());
  policy.setQueryKeyFields(getSourceKeysToTargetForeignKeys());
  policy.setShouldHandleUnmappedFields(true);
  getReferenceDescriptor().addCascadeLockingPolicy(policy);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Prepare a cascade locking policy.
 */
public void prepareCascadeLockingPolicy() {
  CascadeLockingPolicy policy = new CascadeLockingPolicy(getDescriptor(), getReferenceDescriptor());
  policy.setQueryKeyFields(getSourceKeysToTargetForeignKeys());
  policy.setShouldHandleUnmappedFields(true);
  getReferenceDescriptor().addCascadeLockingPolicy(policy);
}
org.eclipse.persistence.internal.descriptorsCascadeLockingPolicysetShouldHandleUnmappedFields

Javadoc

INTERNAL: Indicates whether to expect unmapped fields. That should be set to true for UnidirectionalOneToManyMapping.

Popular methods of CascadeLockingPolicy

  • <init>
    INTERNAL:
  • getMappedTranslationRow
    INTERNAL:
  • getParentDescriptorFromInheritancePolicy
    Get the descriptor that really represents this object In the case of inheritance, the object may rep
  • getParentMapping
    INTERNAL:
  • getQuery
    INTERNAL:
  • getUnmappedTranslationRow
    INTERNAL:
  • initUnmappedFields
    INTERNAL: Identify mapped and not mapped fields (should be done once). The result - either two non-e
  • initUnmappedFieldsQuery
    INTERNAL: This method called in case there are m_unmappedQueryKeyFields. It creates a query that wou
  • lockNotifyParent
    INTERNAL:
  • setQueryKeyFields
    INTERNAL:

Popular in Java

  • Creating JSON documents from java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • getContentResolver (Context)
  • requestLocationUpdates (LocationManager)
  • Kernel (java.awt.image)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Top 17 Plugins for Android Studio
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