Tabnine Logo
ReturningPolicy.createField
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using org.eclipse.persistence.descriptors.ReturningPolicy.createField (Showing top 9 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.
 * 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/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Define that the field will be returned from an update operation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForUpdate(String qualifiedName, Class type) {
  addFieldForUpdate(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: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 */
public void addFieldForUpdate(String qualifiedName, Class type) {
  addFieldForUpdate(createField(qualifiedName, type));
}
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));
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForInsert(String qualifiedName, Class type) {
  addFieldForInsert(createField(qualifiedName, type));
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Define that the field will be returned from an insert operation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForInsert(String qualifiedName, Class type) {
  addFieldForInsert(createField(qualifiedName, type));
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

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

/**
 * PUBLIC:
 * Define that the field will be returned from an update operation.
 * The type may be required to bind the output parameter if not known by the mapping.
 */
public void addFieldForUpdate(String qualifiedName, Class type) {
  addFieldForUpdate(createField(qualifiedName, type));
}
org.eclipse.persistence.descriptorsReturningPolicycreateField

Javadoc

INTERNAL:

Popular methods of ReturningPolicy

  • <init>
  • addCollectionToMain
  • addField
    INTERNAL:
  • addFieldForInsert
    PUBLIC:
  • addFieldForInsertReturnOnly
    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
  • clearInitialization,
  • clone,
  • copyMainFrom,
  • createCollection,
  • fieldIsNotFromDescriptor,
  • getDescriptor,
  • getField,
  • getFieldInfos,
  • getFieldsToGenerateInsert

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (Timer)
  • setContentView (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Best IntelliJ plugins
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