congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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)

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

  • Making http post requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top PhpStorm 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