congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
DescriptorIterator.getCascadeDepth
Code IndexAdd Tabnine to your IDE (free)

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

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

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
List l =
  • Codota Iconnew ArrayList()
  • Codota Iconnew LinkedList()
  • Smart code suggestions by Tabnine
}
origin: com.haulmont.thirdparty/eclipselink

public boolean shouldCascadeNoParts() {
  return (getCascadeDepth() == NoCascading);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

public boolean shouldCascadeAllParts() {
  return getCascadeDepth() == CascadeAllParts;
}
origin: com.haulmont.thirdparty/eclipselink

public boolean shouldCascadeAllParts() {
  return getCascadeDepth() == CascadeAllParts;
}
origin: com.haulmont.thirdparty/eclipselink

public boolean shouldCascadePrivateParts() {
  return (getCascadeDepth() == CascadeAllParts) || (getCascadeDepth() == CascadePrivateParts);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

public boolean shouldCascadeAllParts() {
  return getCascadeDepth() == CascadeAllParts;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

public boolean shouldCascadeNoParts() {
  return (getCascadeDepth() == NoCascading);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

public boolean shouldCascadeNoParts() {
  return (getCascadeDepth() == NoCascading);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

public boolean shouldCascadePrivateParts() {
  return (getCascadeDepth() == CascadeAllParts) || (getCascadeDepth() == CascadePrivateParts);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

public boolean shouldCascadePrivateParts() {
  return (getCascadeDepth() == CascadeAllParts) || (getCascadeDepth() == CascadePrivateParts);
}
org.eclipse.persistence.internal.descriptorsDescriptorIteratorgetCascadeDepth

Popular methods of DescriptorIterator

  • 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.
  • iterate
    To define a new iterator create a subclass and define at least this method. Given an object or set o
  • internalIterateValueHolder,
  • iterate,
  • iterateForAggregateMapping,
  • iterateIndirectContainerForMapping,
  • iteratePrimitiveForMapping,
  • iterateReferenceObjectForMapping,
  • iterateReferenceObjects,
  • iterateValueHolderForMapping,
  • setCascadeCondition

Popular in Java

  • Updating database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • onRequestPermissionsResult (Fragment)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Top 12 Jupyter Notebook Extensions
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