Tabnine Logo
EISOneToOneMapping.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.persistence.eis.mappings.EISOneToOneMapping
constructor

Best Java code snippets using org.eclipse.persistence.eis.mappings.EISOneToOneMapping.<init> (Showing top 4 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * Return a new many to one mapping for this type of descriptor.
 */
@Override
public ObjectReferenceMapping newManyToOneMapping() {
  return new EISOneToOneMapping();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Return a new one to one mapping for this type of descriptor.
 */
@Override
public ObjectReferenceMapping newOneToOneMapping() {
  return new EISOneToOneMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Return a new one to one mapping for this type of descriptor.
 */
@Override
public ObjectReferenceMapping newOneToOneMapping() {
  return new EISOneToOneMapping();
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Return a new many to one mapping for this type of descriptor.
 */
@Override
public ObjectReferenceMapping newManyToOneMapping() {
  return new EISOneToOneMapping();
}
org.eclipse.persistence.eis.mappingsEISOneToOneMapping<init>

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,
  • initializePrivateOwnedCriteria,
  • initializeSelectionCriteria,
  • isForeignKeyRelationship,
  • isPrivateOwned

Popular in Java

  • Finding current android device location
  • getResourceAsStream (ClassLoader)
  • runOnUiThread (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • 21 Best Atom Packages for 2021
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