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

How to use
setSession
method
in
org.eclipse.persistence.internal.descriptors.DescriptorIterator

Best Java code snippets using org.eclipse.persistence.internal.descriptors.DescriptorIterator.setSession (Showing top 15 results out of 315)

origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

iterator.setSession(this);
for (Iterator clonesEnum = getCloneMapping().keySet().iterator(); clonesEnum.hasNext();) {
  iterator.startIterationOn(clonesEnum.next());
origin: org.eclipse.persistence/org.eclipse.persistence.core

iterator.setSession(this);
for (Iterator clonesEnum = getCloneMapping().keySet().iterator(); clonesEnum.hasNext();) {
  iterator.startIterationOn(clonesEnum.next());
origin: com.haulmont.thirdparty/eclipselink

iterator.setSession(this);
for (Iterator clonesEnum = getCloneMapping().keySet().iterator(); clonesEnum.hasNext();) {
  iterator.startIterationOn(clonesEnum.next());
origin: org.eclipse.persistence/org.eclipse.persistence.core

iterator.setSession(this);
origin: com.haulmont.thirdparty/eclipselink

iterator.setSession(this);
origin: com.haulmont.thirdparty/eclipselink

iterator.setSession(getSession());
Iterator descriptors = getSession().getDescriptors().values().iterator();
while (descriptors.hasNext()) {
origin: org.eclipse.persistence/org.eclipse.persistence.core

iterator.setSession(getSession());
Iterator descriptors = getSession().getDescriptors().values().iterator();
while (descriptors.hasNext()) {
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

iterator.setSession(getSession());
Iterator descriptors = getSession().getDescriptors().values().iterator();
while (descriptors.hasNext()) {
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

iterator.setSession(this);
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * Traverse the specified object, replacing the standard
 * value holders with remote value holders.
 * Add the resulting object descriptors to the
 * "collecting parm".
 */
public void replaceValueHoldersIn(Object object, Map objectDescriptors) {
  if (object == null) {
    return;
  }
  DescriptorIterator iterator = new ReplaceValueHoldersIterator(this);
  iterator.setResult(objectDescriptors);
  iterator.setSession(getExecutionSession());
  iterator.setShouldIterateOnIndirectionObjects(true);// process the value holders themselves
  iterator.setShouldIterateOverIndirectionObjects(false);// but don't go beyond them
  iterator.startIterationOn(object);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * Traverse the specified object, replacing the standard
 * value holders with remote value holders.
 * Add the resulting object descriptors to the
 * "collecting parm".
 */
public void replaceValueHoldersIn(Object object, Map objectDescriptors) {
  if (object == null) {
    return;
  }
  DescriptorIterator iterator = new ReplaceValueHoldersIterator(this);
  iterator.setResult(objectDescriptors);
  iterator.setSession(getSession());
  iterator.setShouldIterateOnIndirectionObjects(true);// process the value holders themselves
  iterator.setShouldIterateOverIndirectionObjects(false);// but don't go beyond them
  iterator.startIterationOn(object);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * Traverse the specified object, replacing the standard
 * value holders with remote value holders.
 * Add the resulting object descriptors to the
 * "collecting parm".
 */
public void replaceValueHoldersIn(Object object, Map objectDescriptors) {
  if (object == null) {
    return;
  }
  DescriptorIterator iterator = new ReplaceValueHoldersIterator(this);
  iterator.setResult(objectDescriptors);
  iterator.setSession(getExecutionSession());
  iterator.setShouldIterateOnIndirectionObjects(true);// process the value holders themselves
  iterator.setShouldIterateOverIndirectionObjects(false);// but don't go beyond them
  iterator.startIterationOn(object);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

iterator.setSession(this);
iterator.setCascadeDepth(cascadeDepth);
if (forDetach){
origin: org.eclipse.persistence/org.eclipse.persistence.core

iterator.setSession(this);
iterator.setCascadeDepth(cascadeDepth);
if (forDetach){
origin: com.haulmont.thirdparty/eclipselink

iterator.setSession(this);
iterator.setCascadeDepth(cascadeDepth);
if (forDetach){
org.eclipse.persistence.internal.descriptorsDescriptorIteratorsetSession

Popular methods of DescriptorIterator

  • getCascadeDepth
  • getCurrentDescriptor
  • getDescriptorFor
    Fetch and return the descriptor for the specified object.
  • getSession
  • getVisitedObjects
  • getVisitedParent
    Return the last object visited.
  • getVisitedStack
  • internalIterateAggregateObject
    Iterate an aggregate object (i.e. an object that is the target of an AggregateMapping). Override thi
  • internalIterateIndirectContainer
    Iterate an indirect container (IndirectList or IndirectMap). Override this method if appropriate.
  • internalIteratePrimitive
    Iterate a primitive object (String, Date, Integer, etc.). Override this method if appropriate.
  • internalIterateReferenceObject
    Iterate a (a non-Aggregate) reference object. Override this method if appropriate.
  • internalIterateValueHolder
    Iterate a value holder. Override this method if appropriate.
  • internalIterateReferenceObject,
  • internalIterateValueHolder,
  • iterate,
  • iterateForAggregateMapping,
  • iterateIndirectContainerForMapping,
  • iteratePrimitiveForMapping,
  • iterateReferenceObjectForMapping,
  • iterateReferenceObjects,
  • iterateValueHolderForMapping,
  • setCascadeCondition

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • compareTo (BigDecimal)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Top 17 Plugins for Android Studio
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