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

How to use
addFieldForInsertReturnOnly
method
in
org.eclipse.persistence.descriptors.ReturningPolicy

Best Java code snippets using org.eclipse.persistence.descriptors.ReturningPolicy.addFieldForInsertReturnOnly (Showing top 7 results out of 315)

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

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * A field added with addFieldForInsertReturnOnly method
 * is excluded from INSERT clause during SQL generation.
 */
public void addFieldForInsertReturnOnly(String qualifiedName) {
  addFieldForInsertReturnOnly(qualifiedName, null);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 */
public void addFieldForInsertReturnOnly(String qualifiedName) {
  addFieldForInsertReturnOnly(qualifiedName, null);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * A field added with addFieldForInsertReturnOnly method
 * is excluded from INSERT clause during SQL generation.
 */
public void addFieldForInsertReturnOnly(String qualifiedName) {
  addFieldForInsertReturnOnly(qualifiedName, null);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * A field added with addFieldForInsertReturnOnly method
 * is excluded from INSERT clause during SQL generation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForInsertReturnOnly(String qualifiedName, Class type) {
  addFieldForInsertReturnOnly(createField(qualifiedName, type));
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 */
public void addFieldForInsertReturnOnly(String qualifiedName, Class type) {
  addFieldForInsertReturnOnly(createField(qualifiedName, type));
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public void addFieldForInsertReturnOnly(DatabaseField field) {
  getReturningPolicy().addFieldForInsertReturnOnly(field);
}

origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * A field added with addFieldForInsertReturnOnly method
 * is excluded from INSERT clause during SQL generation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForInsertReturnOnly(String qualifiedName, Class type) {
  addFieldForInsertReturnOnly(createField(qualifiedName, type));
}
org.eclipse.persistence.descriptorsReturningPolicyaddFieldForInsertReturnOnly

Javadoc

PUBLIC:

Popular methods of ReturningPolicy

  • <init>
  • addCollectionToMain
  • addField
    INTERNAL:
  • addFieldForInsert
    PUBLIC:
  • addFieldForUpdate
    PUBLIC:
  • addFieldToMain
  • addMappedFieldToMain
  • addUnmappedFieldToMain
  • areCollectionsEqualAsSets
    INTERNAL: Compares two Collections as sets (ignoring the order of the elements). Note that the passe
  • clearInitialization
  • clone
    INTERNAL: Normally cloned when not yet initialized. If initialized ReturningPolicy cloned then the c
  • copyMainFrom
  • clone,
  • copyMainFrom,
  • createCollection,
  • createField,
  • fieldIsNotFromDescriptor,
  • getDescriptor,
  • getField,
  • getFieldInfos,
  • getFieldsToGenerateInsert

Popular in Java

  • Parsing JSON documents to java classes using gson
  • findViewById (Activity)
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Notification (javax.management)
  • JButton (javax.swing)
  • Top 17 Free Sublime Text 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