Tabnine Logo
EISOneToOneMapping.initializePrivateOwnedCriteria
Code IndexAdd Tabnine to your IDE (free)

How to use
initializePrivateOwnedCriteria
method
in
org.eclipse.persistence.eis.mappings.EISOneToOneMapping

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

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

/**
 * INTERNAL:
 * The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
 */
public Expression getPrivateOwnedCriteria() {
  if (privateOwnedCriteria == null) {
    initializePrivateOwnedCriteria();
  }
  return privateOwnedCriteria;
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 * The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
 */
public Expression getPrivateOwnedCriteria() {
  if (privateOwnedCriteria == null) {
    initializePrivateOwnedCriteria();
  }
  return privateOwnedCriteria;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 * The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
 */
public Expression getPrivateOwnedCriteria() {
  if (privateOwnedCriteria == null) {
    initializePrivateOwnedCriteria();
  }
  return privateOwnedCriteria;
}
org.eclipse.persistence.eis.mappingsEISOneToOneMappinginitializePrivateOwnedCriteria

Javadoc

INTERNAL: Selection criteria is created with source foreign keys and target keys.

Popular methods of EISOneToOneMapping

  • addForeignKeyField
    PUBLIC: Define the source foreign key relationship in the one-to-one mapping. This method is used to
  • collectFields
  • getAttributeName
  • getAttributeValueFromObject
  • getDescriptor
  • getFields
  • getForeignKeyFields
  • getIndirectionPolicy
  • getPrivateOwnedCriteria
    INTERNAL: The private owned criteria is only used outside of the unit of work to compare the previou
  • getRealAttributeValueFromObject
  • getReferenceDescriptor
  • getSelectionCriteria
  • getReferenceDescriptor,
  • getSelectionCriteria,
  • getSelectionQuery,
  • getSourceToTargetKeyFields,
  • getTargetToSourceKeyFields,
  • initializeForeignKeys,
  • initializeSelectionCriteria,
  • isForeignKeyRelationship,
  • isPrivateOwned

Popular in Java

  • Finding current android device location
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • BoxLayout (javax.swing)
  • Github Copilot alternatives
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