congrats Icon
New! Announcing our next generation AI code completions
Read here
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

  • Making http requests using okhttp
  • requestLocationUpdates (LocationManager)
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Notification (javax.management)
  • JCheckBox (javax.swing)
  • Option (scala)
  • 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