You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2022/03/10 12:03:11 UTC

[netbeans] branch master updated: Update eclipselink from 2.7.9 to 2.7.10

This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 539988c  Update eclipselink from 2.7.9 to 2.7.10
     new ed44a7b  Merge pull request #3646 from pepness/eclipselink-2.7.10
539988c is described below

commit 539988c3bbb8154eb6b375d155f6fbdc57a7b6e7
Author: José Contreras <pe...@apache.org>
AuthorDate: Thu Feb 17 18:10:14 2022 -0600

    Update eclipselink from 2.7.9 to 2.7.10
    
    -This is mainly a maintenance release and contains bug fixes
    -Use jakarta.persistence instead of javax.persistence
     (still using javax.* in packages)
    
    -Regenerate signatures
---
 .../src/org/netbeans/modules/websvc/swdp/swdp.xml  |    12 +-
 java/j2ee.eclipselink/build.xml                    |    20 +-
 java/j2ee.eclipselink/external/binaries-list       |    16 +-
 ...-license.txt => eclipselink-2.7.10-license.txt} |     8 +-
 .../org-netbeans-modules-j2ee-eclipselink.sig      | 27054 ++++++++++++++++++-
 java/j2ee.eclipselink/nbproject/project.properties |    34 +-
 java/j2ee.eclipselink/nbproject/project.xml        |    14 +-
 .../modules/j2ee/eclipselink/eclipselink_lib.xml   |    30 +-
 .../modules/j2ee/eclipselink/jpa20-persistence.xml |     6 +-
 .../external/binaries-list                         |     2 +-
 ...-license.txt => eclipselink-2.7.10-license.txt} |     6 +-
 .../nbproject/project.properties                   |     4 +-
 .../eclipselinkmodelgen_lib.xml                    |     4 +-
 .../nbproject/project.properties                   |    12 +-
 .../nbproject/project.properties                   |    12 +-
 java/j2ee.persistence/nbproject/project.properties |    12 +-
 .../nbproject/project.properties                   |    12 +-
 nbbuild/licenses/EPL-v10-eclipselink               |     2 +-
 18 files changed, 27156 insertions(+), 104 deletions(-)

diff --git a/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml b/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
index c5264f5..9e89795 100644
--- a/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
+++ b/enterprise/websvc.restlib/src/org/netbeans/modules/websvc/swdp/swdp.xml
@@ -47,12 +47,12 @@
         <resource>jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/aopalliance-repackaged-2.6.1.jar!/</resource>
         <resource>jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/osgi.core-8.0.0.jar!/</resource>
         <resource>jar:nbinst://org.netbeans.modules.websvc.restlib/modules/ext/jersey2/osgi-resource-locator-1.0.3.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.9.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.asm-9.1.0.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.9.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.9.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.9.jar!/</resource>
-        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.9.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.10.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.asm-9.2.0.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.10.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.10.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.10.jar!/</resource>
+        <resource>jar:nbinst://org.netbeans.modules.j2ee.eclipselink/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.10.jar!/</resource>
     </volume>
     <properties>
         <!-- please check with mkleint@netbeans.org before/after updating this or "classpath" section -->
diff --git a/java/j2ee.eclipselink/build.xml b/java/j2ee.eclipselink/build.xml
index 6ef6bb7..22a979e 100644
--- a/java/j2ee.eclipselink/build.xml
+++ b/java/j2ee.eclipselink/build.xml
@@ -24,22 +24,22 @@
     <import file="../../nbbuild/templates/projectized.xml"/>
 
     <target name="-check-jpa-doc" depends="projectized.build-init">
-        <available file="build/javax.persistence-2.2.1-doc.zip" property="jpa-doc-available"/>
+        <available file="build/jakarta.persistence-2.2.3-doc.zip" property="jpa-doc-available"/>
     </target>
 
     <target name="-build-jpa-doc" depends="-check-jpa-doc" unless="jpa-doc-available">
-       <delete dir="build/javax.persistence-2.2.1-sources" />
-       <delete dir="build/javax.persistence-2.2.1-doc" />
-       <delete file="build/javax.persistence-2.2.1-doc.zip" />
-       <unzip dest="build/javax.persistence-2.2.1-sources"
-              src="external/javax.persistence-2.2.1-sources.jar" />
-       <javadoc destdir="build/javax.persistence-2.2.1-doc">
-           <packageset dir="build/javax.persistence-2.2.1-sources" defaultexcludes="yes">
+       <delete dir="build/jakarta.persistence-2.2.3-sources" />
+       <delete dir="build/jakarta.persistence-2.2.3-doc" />
+       <delete file="build/jakarta.persistence-2.2.3-doc.zip" />
+       <unzip dest="build/jakarta.persistence-2.2.3-sources"
+              src="external/jakarta.persistence-2.2.3-sources.jar" />
+       <javadoc destdir="build/jakarta.persistence-2.2.3-doc">
+           <packageset dir="build/jakarta.persistence-2.2.3-sources" defaultexcludes="yes">
                <include name="javax/persistence/**" />
            </packageset>
        </javadoc>
-       <zip destfile="build/javax.persistence-2.2.1-doc.zip">
-           <zipfileset dir="build/javax.persistence-2.2.1-doc" prefix="docs/"/>
+       <zip destfile="build/jakarta.persistence-2.2.3-doc.zip">
+           <zipfileset dir="build/jakarta.persistence-2.2.3-doc" prefix="docs/"/>
        </zip>
     </target>
 
diff --git a/java/j2ee.eclipselink/external/binaries-list b/java/j2ee.eclipselink/external/binaries-list
index 29b2628..0e75a90 100644
--- a/java/j2ee.eclipselink/external/binaries-list
+++ b/java/j2ee.eclipselink/external/binaries-list
@@ -14,11 +14,11 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-32F25F49B47750381FFE79A3D4E49C4EEA7EAF28 org.eclipse.persistence:org.eclipse.persistence.core:2.7.9
-8D54EDE9C97875A52EBAD2674D8C86232A395128 org.eclipse.persistence:org.eclipse.persistence.asm:9.1.0
-78712ED5187194106A5563F3DE0539BED69ED8E5 org.eclipse.persistence:org.eclipse.persistence.antlr:2.7.9
-8BFFFE6ECAAAB41D23DB5A0298D70232233B1B36 org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.9
-913893AD4D43B344A045E3A40ADD2A9418D2556C org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.9
-E3A9B63685E1441B12E83803D49266D0E0D972E4 org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.9
-7EA990B062655A52CA5010CF8716FB3FBDE46D2E org.eclipse.persistence:javax.persistence:2.2.1
-865540770A6BB480AFA34A785F765B567D14909B org.eclipse.persistence:javax.persistence:2.2.1:sources
+4FCF93A34BAA5176E968498FAFB8B4E2C11D93F1 org.eclipse.persistence:org.eclipse.persistence.core:2.7.10
+40807FC4D91A3F827FB038369BD2C83009BEA3B8 org.eclipse.persistence:org.eclipse.persistence.asm:9.2.0
+78712ED5187194106A5563F3DE0539BED69ED8E5 org.eclipse.persistence:org.eclipse.persistence.antlr:2.7.10
+4E903136AB19889208E23C3C87B77DBBFD986DE5 org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.10
+EC685587096E9649AF3544010313992F188E3602 org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.7.10
+2652F3E9F0FA97B1AED3A2E512E6FA59CC243E18 org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.10
+CCB72277523E79F81BBF74535BF6488443403BAE org.eclipse.persistence:jakarta.persistence:2.2.3
+0BE5F7D291047D13FDD4AA219AD755E431DAFECA org.eclipse.persistence:jakarta.persistence:2.2.3:sources
diff --git a/java/j2ee.eclipselink/external/eclipselink-2.7.9-license.txt b/java/j2ee.eclipselink/external/eclipselink-2.7.10-license.txt
similarity index 96%
rename from java/j2ee.eclipselink/external/eclipselink-2.7.9-license.txt
rename to java/j2ee.eclipselink/external/eclipselink-2.7.10-license.txt
index 842e9f7..c167889 100644
--- a/java/j2ee.eclipselink/external/eclipselink-2.7.9-license.txt
+++ b/java/j2ee.eclipselink/external/eclipselink-2.7.10-license.txt
@@ -1,12 +1,12 @@
 Name: EclipseLink
 Origin: Eclipse
-Version: 2.7.9
-Description: The Eclipse Persistence Services Project ( EclipseLink) project.
+Version: 2.7.10
+Description: The Eclipse Persistence Services Project (EclipseLink) project.
 License: EPL-v10-eclipselink
 Origin: http://www.eclipse.org/eclipselink/
-Files: javax.persistence-2.2.1-sources.jar, javax.persistence-2.2.1.jar, org.eclipse.persistence.core-2.7.9.jar, org.eclipse.persistence.asm-9.1.0.jar, org.eclipse.persistence.antlr-2.7.9.jar, org.eclipse.persistence.jpa-2.7.9.jar, org.eclipse.persistence.jpa.jpql-2.7.9.jar,org.eclipse.persistence.moxy-2.7.9.jar
+Files: jakarta.persistence-2.2.3-sources.jar, jakarta.persistence-2.2.3.jar, org.eclipse.persistence.core-2.7.10.jar, org.eclipse.persistence.asm-9.2.0.jar, org.eclipse.persistence.antlr-2.7.10.jar, org.eclipse.persistence.jpa-2.7.10.jar, org.eclipse.persistence.jpa.jpql-2.7.10.jar,org.eclipse.persistence.moxy-2.7.10.jar
 
-Use of EclipseLink version 2.7.9 is governed by the terms of the license below:
+Use of EclipseLink version 2.7.10 is governed by the terms of the license below:
 
 License
 
diff --git a/java/j2ee.eclipselink/nbproject/org-netbeans-modules-j2ee-eclipselink.sig b/java/j2ee.eclipselink/nbproject/org-netbeans-modules-j2ee-eclipselink.sig
index c85b2d7..7e7ecea 100644
--- a/java/j2ee.eclipselink/nbproject/org-netbeans-modules-j2ee-eclipselink.sig
+++ b/java/j2ee.eclipselink/nbproject/org-netbeans-modules-j2ee-eclipselink.sig
@@ -1,11 +1,66 @@
 #Signature file v4.1
-#Version 1.46
+#Version 1.48
+
+CLSS public java.beans.PropertyChangeEvent
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object)
+meth public java.lang.Object getNewValue()
+meth public java.lang.Object getOldValue()
+meth public java.lang.Object getPropagationId()
+meth public java.lang.String getPropertyName()
+meth public java.lang.String toString()
+meth public void setPropagationId(java.lang.Object)
+supr java.util.EventObject
 
 CLSS public abstract interface java.io.Serializable
 
+CLSS public abstract java.lang.ClassLoader
+cons protected init()
+cons protected init(java.lang.ClassLoader)
+meth protected final java.lang.Class<?> defineClass(byte[],int,int)
+ anno 0 java.lang.Deprecated()
+meth protected final java.lang.Class<?> defineClass(java.lang.String,byte[],int,int)
+meth protected final java.lang.Class<?> defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
+meth protected final java.lang.Class<?> defineClass(java.lang.String,java.nio.ByteBuffer,java.security.ProtectionDomain)
+meth protected final java.lang.Class<?> findLoadedClass(java.lang.String)
+meth protected final java.lang.Class<?> findSystemClass(java.lang.String) throws java.lang.ClassNotFoundException
+meth protected final void resolveClass(java.lang.Class<?>)
+meth protected final void setSigners(java.lang.Class<?>,java.lang.Object[])
+meth protected java.lang.Class<?> findClass(java.lang.String) throws java.lang.ClassNotFoundException
+meth protected java.lang.Class<?> loadClass(java.lang.String,boolean) throws java.lang.ClassNotFoundException
+meth protected java.lang.Object getClassLoadingLock(java.lang.String)
+meth protected java.lang.Package definePackage(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.net.URL)
+meth protected java.lang.Package getPackage(java.lang.String)
+meth protected java.lang.Package[] getPackages()
+meth protected java.lang.String findLibrary(java.lang.String)
+meth protected java.net.URL findResource(java.lang.String)
+meth protected java.util.Enumeration<java.net.URL> findResources(java.lang.String) throws java.io.IOException
+meth protected static boolean registerAsParallelCapable()
+meth public final java.lang.ClassLoader getParent()
+meth public java.io.InputStream getResourceAsStream(java.lang.String)
+meth public java.lang.Class<?> loadClass(java.lang.String) throws java.lang.ClassNotFoundException
+meth public java.net.URL getResource(java.lang.String)
+meth public java.util.Enumeration<java.net.URL> getResources(java.lang.String) throws java.io.IOException
+meth public static java.io.InputStream getSystemResourceAsStream(java.lang.String)
+meth public static java.lang.ClassLoader getSystemClassLoader()
+meth public static java.net.URL getSystemResource(java.lang.String)
+meth public static java.util.Enumeration<java.net.URL> getSystemResources(java.lang.String) throws java.io.IOException
+meth public void clearAssertionStatus()
+meth public void setClassAssertionStatus(java.lang.String,boolean)
+meth public void setDefaultAssertionStatus(boolean)
+meth public void setPackageAssertionStatus(java.lang.String,boolean)
+supr java.lang.Object
+
+CLSS public abstract interface java.lang.Cloneable
+
 CLSS public abstract interface java.lang.Comparable<%0 extends java.lang.Object>
 meth public abstract int compareTo({java.lang.Comparable%0})
 
+CLSS public abstract interface !annotation java.lang.Deprecated
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[CONSTRUCTOR, FIELD, LOCAL_VARIABLE, METHOD, PACKAGE, PARAMETER, TYPE])
+intf java.lang.annotation.Annotation
+
 CLSS public abstract java.lang.Enum<%0 extends java.lang.Enum<{java.lang.Enum%0}>>
 cons protected init(java.lang.String,int)
 intf java.io.Serializable
@@ -30,6 +85,17 @@ cons public init(java.lang.String,java.lang.Throwable)
 cons public init(java.lang.Throwable)
 supr java.lang.Throwable
 
+CLSS public abstract interface !annotation java.lang.FunctionalInterface
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface java.lang.Iterable<%0 extends java.lang.Object>
+meth public abstract java.util.Iterator<{java.lang.Iterable%0}> iterator()
+meth public java.util.Spliterator<{java.lang.Iterable%0}> spliterator()
+meth public void forEach(java.util.function.Consumer<? super {java.lang.Iterable%0}>)
+
 CLSS public java.lang.Object
 cons public init()
 meth protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
@@ -44,6 +110,10 @@ meth public final void wait(long,int) throws java.lang.InterruptedException
 meth public int hashCode()
 meth public java.lang.String toString()
 
+CLSS public abstract interface java.lang.Runnable
+ anno 0 java.lang.FunctionalInterface()
+meth public abstract void run()
+
 CLSS public java.lang.RuntimeException
 cons protected init(java.lang.String,java.lang.Throwable,boolean,boolean)
 cons public init()
@@ -107,6 +177,399 @@ CLSS public abstract interface !annotation java.lang.annotation.Target
 intf java.lang.annotation.Annotation
 meth public abstract java.lang.annotation.ElementType[] value()
 
+CLSS public abstract java.util.AbstractCollection<%0 extends java.lang.Object>
+cons protected init()
+intf java.util.Collection<{java.util.AbstractCollection%0}>
+meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public abstract int size()
+meth public abstract java.util.Iterator<{java.util.AbstractCollection%0}> iterator()
+meth public boolean add({java.util.AbstractCollection%0})
+meth public boolean addAll(java.util.Collection<? extends {java.util.AbstractCollection%0}>)
+meth public boolean contains(java.lang.Object)
+meth public boolean containsAll(java.util.Collection<?>)
+meth public boolean isEmpty()
+meth public boolean remove(java.lang.Object)
+meth public boolean removeAll(java.util.Collection<?>)
+meth public boolean retainAll(java.util.Collection<?>)
+meth public java.lang.Object[] toArray()
+meth public java.lang.String toString()
+meth public void clear()
+supr java.lang.Object
+
+CLSS public abstract java.util.AbstractList<%0 extends java.lang.Object>
+cons protected init()
+fld protected int modCount
+intf java.util.List<{java.util.AbstractList%0}>
+meth protected void removeRange(int,int)
+meth public abstract {java.util.AbstractList%0} get(int)
+meth public boolean add({java.util.AbstractList%0})
+meth public boolean addAll(int,java.util.Collection<? extends {java.util.AbstractList%0}>)
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+meth public int indexOf(java.lang.Object)
+meth public int lastIndexOf(java.lang.Object)
+meth public java.util.Iterator<{java.util.AbstractList%0}> iterator()
+meth public java.util.List<{java.util.AbstractList%0}> subList(int,int)
+meth public java.util.ListIterator<{java.util.AbstractList%0}> listIterator()
+meth public java.util.ListIterator<{java.util.AbstractList%0}> listIterator(int)
+meth public void add(int,{java.util.AbstractList%0})
+meth public void clear()
+meth public {java.util.AbstractList%0} remove(int)
+meth public {java.util.AbstractList%0} set(int,{java.util.AbstractList%0})
+supr java.util.AbstractCollection<{java.util.AbstractList%0}>
+
+CLSS public abstract java.util.AbstractSet<%0 extends java.lang.Object>
+cons protected init()
+intf java.util.Set<{java.util.AbstractSet%0}>
+meth public boolean equals(java.lang.Object)
+meth public boolean removeAll(java.util.Collection<?>)
+meth public int hashCode()
+supr java.util.AbstractCollection<{java.util.AbstractSet%0}>
+
+CLSS public abstract interface java.util.Collection<%0 extends java.lang.Object>
+intf java.lang.Iterable<{java.util.Collection%0}>
+meth public abstract <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public abstract boolean add({java.util.Collection%0})
+meth public abstract boolean addAll(java.util.Collection<? extends {java.util.Collection%0}>)
+meth public abstract boolean contains(java.lang.Object)
+meth public abstract boolean containsAll(java.util.Collection<?>)
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract boolean isEmpty()
+meth public abstract boolean remove(java.lang.Object)
+meth public abstract boolean removeAll(java.util.Collection<?>)
+meth public abstract boolean retainAll(java.util.Collection<?>)
+meth public abstract int hashCode()
+meth public abstract int size()
+meth public abstract java.lang.Object[] toArray()
+meth public abstract java.util.Iterator<{java.util.Collection%0}> iterator()
+meth public abstract void clear()
+meth public boolean removeIf(java.util.function.Predicate<? super {java.util.Collection%0}>)
+meth public java.util.Spliterator<{java.util.Collection%0}> spliterator()
+meth public java.util.stream.Stream<{java.util.Collection%0}> parallelStream()
+meth public java.util.stream.Stream<{java.util.Collection%0}> stream()
+
+CLSS public abstract java.util.Dictionary<%0 extends java.lang.Object, %1 extends java.lang.Object>
+cons public init()
+meth public abstract boolean isEmpty()
+meth public abstract int size()
+meth public abstract java.util.Enumeration<{java.util.Dictionary%0}> keys()
+meth public abstract java.util.Enumeration<{java.util.Dictionary%1}> elements()
+meth public abstract {java.util.Dictionary%1} get(java.lang.Object)
+meth public abstract {java.util.Dictionary%1} put({java.util.Dictionary%0},{java.util.Dictionary%1})
+meth public abstract {java.util.Dictionary%1} remove(java.lang.Object)
+supr java.lang.Object
+
+CLSS public abstract interface java.util.Enumeration<%0 extends java.lang.Object>
+meth public abstract boolean hasMoreElements()
+meth public abstract {java.util.Enumeration%0} nextElement()
+
+CLSS public abstract interface java.util.EventListener
+
+CLSS public java.util.EventObject
+cons public init(java.lang.Object)
+fld protected java.lang.Object source
+intf java.io.Serializable
+meth public java.lang.Object getSource()
+meth public java.lang.String toString()
+supr java.lang.Object
+
+CLSS public java.util.Hashtable<%0 extends java.lang.Object, %1 extends java.lang.Object>
+cons public init()
+cons public init(int)
+cons public init(int,float)
+cons public init(java.util.Map<? extends {java.util.Hashtable%0},? extends {java.util.Hashtable%1}>)
+intf java.io.Serializable
+intf java.lang.Cloneable
+intf java.util.Map<{java.util.Hashtable%0},{java.util.Hashtable%1}>
+meth protected void rehash()
+meth public boolean contains(java.lang.Object)
+meth public boolean containsKey(java.lang.Object)
+meth public boolean containsValue(java.lang.Object)
+meth public boolean equals(java.lang.Object)
+meth public boolean isEmpty()
+meth public boolean remove(java.lang.Object,java.lang.Object)
+meth public boolean replace({java.util.Hashtable%0},{java.util.Hashtable%1},{java.util.Hashtable%1})
+meth public int hashCode()
+meth public int size()
+meth public java.lang.Object clone()
+meth public java.lang.String toString()
+meth public java.util.Collection<{java.util.Hashtable%1}> values()
+meth public java.util.Enumeration<{java.util.Hashtable%0}> keys()
+meth public java.util.Enumeration<{java.util.Hashtable%1}> elements()
+meth public java.util.Set<java.util.Map$Entry<{java.util.Hashtable%0},{java.util.Hashtable%1}>> entrySet()
+meth public java.util.Set<{java.util.Hashtable%0}> keySet()
+meth public void clear()
+meth public void forEach(java.util.function.BiConsumer<? super {java.util.Hashtable%0},? super {java.util.Hashtable%1}>)
+meth public void putAll(java.util.Map<? extends {java.util.Hashtable%0},? extends {java.util.Hashtable%1}>)
+meth public void replaceAll(java.util.function.BiFunction<? super {java.util.Hashtable%0},? super {java.util.Hashtable%1},? extends {java.util.Hashtable%1}>)
+meth public {java.util.Hashtable%1} compute({java.util.Hashtable%0},java.util.function.BiFunction<? super {java.util.Hashtable%0},? super {java.util.Hashtable%1},? extends {java.util.Hashtable%1}>)
+meth public {java.util.Hashtable%1} computeIfAbsent({java.util.Hashtable%0},java.util.function.Function<? super {java.util.Hashtable%0},? extends {java.util.Hashtable%1}>)
+meth public {java.util.Hashtable%1} computeIfPresent({java.util.Hashtable%0},java.util.function.BiFunction<? super {java.util.Hashtable%0},? super {java.util.Hashtable%1},? extends {java.util.Hashtable%1}>)
+meth public {java.util.Hashtable%1} get(java.lang.Object)
+meth public {java.util.Hashtable%1} getOrDefault(java.lang.Object,{java.util.Hashtable%1})
+meth public {java.util.Hashtable%1} merge({java.util.Hashtable%0},{java.util.Hashtable%1},java.util.function.BiFunction<? super {java.util.Hashtable%1},? super {java.util.Hashtable%1},? extends {java.util.Hashtable%1}>)
+meth public {java.util.Hashtable%1} put({java.util.Hashtable%0},{java.util.Hashtable%1})
+meth public {java.util.Hashtable%1} putIfAbsent({java.util.Hashtable%0},{java.util.Hashtable%1})
+meth public {java.util.Hashtable%1} remove(java.lang.Object)
+meth public {java.util.Hashtable%1} replace({java.util.Hashtable%0},{java.util.Hashtable%1})
+supr java.util.Dictionary<{java.util.Hashtable%0},{java.util.Hashtable%1}>
+
+CLSS public abstract interface java.util.Iterator<%0 extends java.lang.Object>
+meth public abstract boolean hasNext()
+meth public abstract {java.util.Iterator%0} next()
+meth public void forEachRemaining(java.util.function.Consumer<? super {java.util.Iterator%0}>)
+meth public void remove()
+
+CLSS public abstract interface java.util.List<%0 extends java.lang.Object>
+intf java.util.Collection<{java.util.List%0}>
+meth public abstract <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public abstract boolean add({java.util.List%0})
+meth public abstract boolean addAll(int,java.util.Collection<? extends {java.util.List%0}>)
+meth public abstract boolean addAll(java.util.Collection<? extends {java.util.List%0}>)
+meth public abstract boolean contains(java.lang.Object)
+meth public abstract boolean containsAll(java.util.Collection<?>)
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract boolean isEmpty()
+meth public abstract boolean remove(java.lang.Object)
+meth public abstract boolean removeAll(java.util.Collection<?>)
+meth public abstract boolean retainAll(java.util.Collection<?>)
+meth public abstract int hashCode()
+meth public abstract int indexOf(java.lang.Object)
+meth public abstract int lastIndexOf(java.lang.Object)
+meth public abstract int size()
+meth public abstract java.lang.Object[] toArray()
+meth public abstract java.util.Iterator<{java.util.List%0}> iterator()
+meth public abstract java.util.List<{java.util.List%0}> subList(int,int)
+meth public abstract java.util.ListIterator<{java.util.List%0}> listIterator()
+meth public abstract java.util.ListIterator<{java.util.List%0}> listIterator(int)
+meth public abstract void add(int,{java.util.List%0})
+meth public abstract void clear()
+meth public abstract {java.util.List%0} get(int)
+meth public abstract {java.util.List%0} remove(int)
+meth public abstract {java.util.List%0} set(int,{java.util.List%0})
+meth public java.util.Spliterator<{java.util.List%0}> spliterator()
+meth public void replaceAll(java.util.function.UnaryOperator<{java.util.List%0}>)
+meth public void sort(java.util.Comparator<? super {java.util.List%0}>)
+
+CLSS public abstract interface java.util.ListIterator<%0 extends java.lang.Object>
+intf java.util.Iterator<{java.util.ListIterator%0}>
+meth public abstract boolean hasNext()
+meth public abstract boolean hasPrevious()
+meth public abstract int nextIndex()
+meth public abstract int previousIndex()
+meth public abstract void add({java.util.ListIterator%0})
+meth public abstract void remove()
+meth public abstract void set({java.util.ListIterator%0})
+meth public abstract {java.util.ListIterator%0} next()
+meth public abstract {java.util.ListIterator%0} previous()
+
+CLSS public abstract java.util.ListResourceBundle
+cons public init()
+meth protected abstract java.lang.Object[][] getContents()
+meth protected java.util.Set<java.lang.String> handleKeySet()
+meth public final java.lang.Object handleGetObject(java.lang.String)
+meth public java.util.Enumeration<java.lang.String> getKeys()
+supr java.util.ResourceBundle
+
+CLSS public abstract interface java.util.Map<%0 extends java.lang.Object, %1 extends java.lang.Object>
+innr public abstract interface static Entry
+meth public abstract boolean containsKey(java.lang.Object)
+meth public abstract boolean containsValue(java.lang.Object)
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract boolean isEmpty()
+meth public abstract int hashCode()
+meth public abstract int size()
+meth public abstract java.util.Collection<{java.util.Map%1}> values()
+meth public abstract java.util.Set<java.util.Map$Entry<{java.util.Map%0},{java.util.Map%1}>> entrySet()
+meth public abstract java.util.Set<{java.util.Map%0}> keySet()
+meth public abstract void clear()
+meth public abstract void putAll(java.util.Map<? extends {java.util.Map%0},? extends {java.util.Map%1}>)
+meth public abstract {java.util.Map%1} get(java.lang.Object)
+meth public abstract {java.util.Map%1} put({java.util.Map%0},{java.util.Map%1})
+meth public abstract {java.util.Map%1} remove(java.lang.Object)
+meth public boolean remove(java.lang.Object,java.lang.Object)
+meth public boolean replace({java.util.Map%0},{java.util.Map%1},{java.util.Map%1})
+meth public void forEach(java.util.function.BiConsumer<? super {java.util.Map%0},? super {java.util.Map%1}>)
+meth public void replaceAll(java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
+meth public {java.util.Map%1} compute({java.util.Map%0},java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
+meth public {java.util.Map%1} computeIfAbsent({java.util.Map%0},java.util.function.Function<? super {java.util.Map%0},? extends {java.util.Map%1}>)
+meth public {java.util.Map%1} computeIfPresent({java.util.Map%0},java.util.function.BiFunction<? super {java.util.Map%0},? super {java.util.Map%1},? extends {java.util.Map%1}>)
+meth public {java.util.Map%1} getOrDefault(java.lang.Object,{java.util.Map%1})
+meth public {java.util.Map%1} merge({java.util.Map%0},{java.util.Map%1},java.util.function.BiFunction<? super {java.util.Map%1},? super {java.util.Map%1},? extends {java.util.Map%1}>)
+meth public {java.util.Map%1} putIfAbsent({java.util.Map%0},{java.util.Map%1})
+meth public {java.util.Map%1} replace({java.util.Map%0},{java.util.Map%1})
+
+CLSS public abstract interface static java.util.Map$Entry<%0 extends java.lang.Object, %1 extends java.lang.Object>
+ outer java.util.Map
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract int hashCode()
+meth public abstract {java.util.Map$Entry%0} getKey()
+meth public abstract {java.util.Map$Entry%1} getValue()
+meth public abstract {java.util.Map$Entry%1} setValue({java.util.Map$Entry%1})
+meth public static <%0 extends java.lang.Comparable<? super {%%0}>, %1 extends java.lang.Object> java.util.Comparator<java.util.Map$Entry<{%%0},{%%1}>> comparingByKey()
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Comparable<? super {%%1}>> java.util.Comparator<java.util.Map$Entry<{%%0},{%%1}>> comparingByValue()
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Comparator<java.util.Map$Entry<{%%0},{%%1}>> comparingByKey(java.util.Comparator<? super {%%0}>)
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> java.util.Comparator<java.util.Map$Entry<{%%0},{%%1}>> comparingByValue(java.util.Comparator<? super {%%1}>)
+
+CLSS public abstract interface java.util.RandomAccess
+
+CLSS public abstract java.util.ResourceBundle
+cons public init()
+fld protected java.util.ResourceBundle parent
+innr public static Control
+meth protected abstract java.lang.Object handleGetObject(java.lang.String)
+meth protected java.util.Set<java.lang.String> handleKeySet()
+meth protected void setParent(java.util.ResourceBundle)
+meth public abstract java.util.Enumeration<java.lang.String> getKeys()
+meth public boolean containsKey(java.lang.String)
+meth public final java.lang.Object getObject(java.lang.String)
+meth public final java.lang.String getString(java.lang.String)
+meth public final java.lang.String[] getStringArray(java.lang.String)
+meth public final static java.util.ResourceBundle getBundle(java.lang.String)
+meth public final static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale)
+meth public final static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale,java.util.ResourceBundle$Control)
+meth public final static java.util.ResourceBundle getBundle(java.lang.String,java.util.ResourceBundle$Control)
+meth public final static void clearCache()
+meth public final static void clearCache(java.lang.ClassLoader)
+meth public java.lang.String getBaseBundleName()
+meth public java.util.Locale getLocale()
+meth public java.util.Set<java.lang.String> keySet()
+meth public static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale,java.lang.ClassLoader)
+meth public static java.util.ResourceBundle getBundle(java.lang.String,java.util.Locale,java.lang.ClassLoader,java.util.ResourceBundle$Control)
+supr java.lang.Object
+
+CLSS public abstract interface java.util.Set<%0 extends java.lang.Object>
+intf java.util.Collection<{java.util.Set%0}>
+meth public abstract <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public abstract boolean add({java.util.Set%0})
+meth public abstract boolean addAll(java.util.Collection<? extends {java.util.Set%0}>)
+meth public abstract boolean contains(java.lang.Object)
+meth public abstract boolean containsAll(java.util.Collection<?>)
+meth public abstract boolean equals(java.lang.Object)
+meth public abstract boolean isEmpty()
+meth public abstract boolean remove(java.lang.Object)
+meth public abstract boolean removeAll(java.util.Collection<?>)
+meth public abstract boolean retainAll(java.util.Collection<?>)
+meth public abstract int hashCode()
+meth public abstract int size()
+meth public abstract java.lang.Object[] toArray()
+meth public abstract java.util.Iterator<{java.util.Set%0}> iterator()
+meth public abstract void clear()
+meth public java.util.Spliterator<{java.util.Set%0}> spliterator()
+
+CLSS public java.util.Vector<%0 extends java.lang.Object>
+cons public init()
+cons public init(int)
+cons public init(int,int)
+cons public init(java.util.Collection<? extends {java.util.Vector%0}>)
+fld protected int capacityIncrement
+fld protected int elementCount
+fld protected java.lang.Object[] elementData
+intf java.io.Serializable
+intf java.lang.Cloneable
+intf java.util.List<{java.util.Vector%0}>
+intf java.util.RandomAccess
+meth protected void removeRange(int,int)
+meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public boolean add({java.util.Vector%0})
+meth public boolean addAll(int,java.util.Collection<? extends {java.util.Vector%0}>)
+meth public boolean addAll(java.util.Collection<? extends {java.util.Vector%0}>)
+meth public boolean contains(java.lang.Object)
+meth public boolean containsAll(java.util.Collection<?>)
+meth public boolean equals(java.lang.Object)
+meth public boolean isEmpty()
+meth public boolean remove(java.lang.Object)
+meth public boolean removeAll(java.util.Collection<?>)
+meth public boolean removeElement(java.lang.Object)
+meth public boolean removeIf(java.util.function.Predicate<? super {java.util.Vector%0}>)
+meth public boolean retainAll(java.util.Collection<?>)
+meth public int capacity()
+meth public int hashCode()
+meth public int indexOf(java.lang.Object)
+meth public int indexOf(java.lang.Object,int)
+meth public int lastIndexOf(java.lang.Object)
+meth public int lastIndexOf(java.lang.Object,int)
+meth public int size()
+meth public java.lang.Object clone()
+meth public java.lang.Object[] toArray()
+meth public java.lang.String toString()
+meth public java.util.Enumeration<{java.util.Vector%0}> elements()
+meth public java.util.Iterator<{java.util.Vector%0}> iterator()
+meth public java.util.List<{java.util.Vector%0}> subList(int,int)
+meth public java.util.ListIterator<{java.util.Vector%0}> listIterator()
+meth public java.util.ListIterator<{java.util.Vector%0}> listIterator(int)
+meth public java.util.Spliterator<{java.util.Vector%0}> spliterator()
+meth public void add(int,{java.util.Vector%0})
+meth public void addElement({java.util.Vector%0})
+meth public void clear()
+meth public void copyInto(java.lang.Object[])
+meth public void ensureCapacity(int)
+meth public void forEach(java.util.function.Consumer<? super {java.util.Vector%0}>)
+meth public void insertElementAt({java.util.Vector%0},int)
+meth public void removeAllElements()
+meth public void removeElementAt(int)
+meth public void replaceAll(java.util.function.UnaryOperator<{java.util.Vector%0}>)
+meth public void setElementAt({java.util.Vector%0},int)
+meth public void setSize(int)
+meth public void sort(java.util.Comparator<? super {java.util.Vector%0}>)
+meth public void trimToSize()
+meth public {java.util.Vector%0} elementAt(int)
+meth public {java.util.Vector%0} firstElement()
+meth public {java.util.Vector%0} get(int)
+meth public {java.util.Vector%0} lastElement()
+meth public {java.util.Vector%0} remove(int)
+meth public {java.util.Vector%0} set(int,{java.util.Vector%0})
+supr java.util.AbstractList<{java.util.Vector%0}>
+
+CLSS public abstract java.util.logging.Formatter
+cons protected init()
+meth public abstract java.lang.String format(java.util.logging.LogRecord)
+meth public java.lang.String formatMessage(java.util.logging.LogRecord)
+meth public java.lang.String getHead(java.util.logging.Handler)
+meth public java.lang.String getTail(java.util.logging.Handler)
+supr java.lang.Object
+
+CLSS public java.util.logging.LogRecord
+cons public init(java.util.logging.Level,java.lang.String)
+intf java.io.Serializable
+meth public int getThreadID()
+meth public java.lang.Object[] getParameters()
+meth public java.lang.String getLoggerName()
+meth public java.lang.String getMessage()
+meth public java.lang.String getResourceBundleName()
+meth public java.lang.String getSourceClassName()
+meth public java.lang.String getSourceMethodName()
+meth public java.lang.Throwable getThrown()
+meth public java.util.ResourceBundle getResourceBundle()
+meth public java.util.logging.Level getLevel()
+meth public long getMillis()
+meth public long getSequenceNumber()
+meth public void setLevel(java.util.logging.Level)
+meth public void setLoggerName(java.lang.String)
+meth public void setMessage(java.lang.String)
+meth public void setMillis(long)
+meth public void setParameters(java.lang.Object[])
+meth public void setResourceBundle(java.util.ResourceBundle)
+meth public void setResourceBundleName(java.lang.String)
+meth public void setSequenceNumber(long)
+meth public void setSourceClassName(java.lang.String)
+meth public void setSourceMethodName(java.lang.String)
+meth public void setThreadID(int)
+meth public void setThrown(java.lang.Throwable)
+supr java.lang.Object
+
+CLSS public java.util.logging.SimpleFormatter
+cons public init()
+meth public java.lang.String format(java.util.logging.LogRecord)
+supr java.util.logging.Formatter
+
+CLSS public java.util.logging.XMLFormatter
+cons public init()
+meth public java.lang.String format(java.util.logging.LogRecord)
+meth public java.lang.String getHead(java.util.logging.Handler)
+meth public java.lang.String getTail(java.util.logging.Handler)
+supr java.util.logging.Formatter
+
 CLSS public abstract interface !annotation javax.persistence.Access
  anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
  anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
@@ -1292,3 +1755,26592 @@ intf java.lang.annotation.Annotation
 
 CLSS abstract interface javax.persistence.package-info
 
+CLSS public abstract interface javax.xml.namespace.NamespaceContext
+meth public abstract java.lang.String getNamespaceURI(java.lang.String)
+meth public abstract java.lang.String getPrefix(java.lang.String)
+meth public abstract java.util.Iterator getPrefixes(java.lang.String)
+
+CLSS public abstract interface javax.xml.transform.Result
+fld public final static java.lang.String PI_DISABLE_OUTPUT_ESCAPING = "javax.xml.transform.disable-output-escaping"
+fld public final static java.lang.String PI_ENABLE_OUTPUT_ESCAPING = "javax.xml.transform.enable-output-escaping"
+meth public abstract java.lang.String getSystemId()
+meth public abstract void setSystemId(java.lang.String)
+
+CLSS public abstract interface javax.xml.transform.Source
+meth public abstract java.lang.String getSystemId()
+meth public abstract void setSystemId(java.lang.String)
+
+CLSS public org.eclipse.persistence.Version
+cons public init()
+fld public final static int JDK_1_5 = 1
+ anno 0 java.lang.Deprecated()
+fld public final static int JDK_1_6 = 2
+ anno 0 java.lang.Deprecated()
+fld public final static int JDK_1_7 = 3
+ anno 0 java.lang.Deprecated()
+fld public final static int JDK_1_8 = 4
+ anno 0 java.lang.Deprecated()
+fld public final static int JDK_1_9 = 5
+ anno 0 java.lang.Deprecated()
+fld public final static int JDK_VERSION_NOT_SET = 0
+ anno 0 java.lang.Deprecated()
+fld public static int JDK_VERSION
+ anno 0 java.lang.Deprecated()
+meth public static boolean isJDK15()
+meth public static boolean isJDK16()
+meth public static boolean isJDK17()
+meth public static boolean isJDK18()
+meth public static boolean isJDK19()
+meth public static int getJDKVersion()
+ anno 0 java.lang.Deprecated()
+meth public static java.lang.String getBuildDate()
+meth public static java.lang.String getBuildNumber()
+meth public static java.lang.String getBuildRevision()
+meth public static java.lang.String getBuildTime()
+meth public static java.lang.String getBuildType()
+meth public static java.lang.String getProduct()
+meth public static java.lang.String getQualifier()
+meth public static java.lang.String getVersion()
+meth public static java.lang.String getVersionString()
+meth public static void main(java.lang.String[])
+meth public static void printVersion()
+meth public static void setProduct(java.lang.String)
+meth public static void useJDK15()
+ anno 0 java.lang.Deprecated()
+meth public static void useJDK16()
+ anno 0 java.lang.Deprecated()
+supr java.lang.Object
+hfds SEPARATOR,buildDate,buildRevision,buildTime,buildType,product,qualifier,version
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.AdditionalCriteria
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Array
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class targetClass()
+meth public abstract java.lang.String databaseType()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.BasicCollection
+ anno 0 java.lang.Deprecated()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault javax.persistence.Column valueColumn()
+meth public abstract !hasdefault javax.persistence.FetchType fetch()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.BasicMap
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault javax.persistence.Column keyColumn()
+meth public abstract !hasdefault javax.persistence.Column valueColumn()
+meth public abstract !hasdefault javax.persistence.FetchType fetch()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.Convert keyConverter()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.Convert valueConverter()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.BatchFetch
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault int size()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.BatchFetchType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.BatchFetchType
+fld public final static org.eclipse.persistence.annotations.BatchFetchType EXISTS
+fld public final static org.eclipse.persistence.annotations.BatchFetchType IN
+fld public final static org.eclipse.persistence.annotations.BatchFetchType JOIN
+meth public static org.eclipse.persistence.annotations.BatchFetchType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.BatchFetchType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.BatchFetchType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Cache
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean alwaysRefresh()
+meth public abstract !hasdefault boolean disableHits()
+meth public abstract !hasdefault boolean refreshOnlyIfNewer()
+meth public abstract !hasdefault boolean shared()
+ anno 0 java.lang.Deprecated()
+meth public abstract !hasdefault int expiry()
+meth public abstract !hasdefault int size()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.CacheCoordinationType coordinationType()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.CacheType type()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.DatabaseChangeNotificationType databaseChangeNotificationType()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.TimeOfDay expiryTimeOfDay()
+meth public abstract !hasdefault org.eclipse.persistence.config.CacheIsolationType isolation()
+
+CLSS public final !enum org.eclipse.persistence.annotations.CacheCoordinationType
+fld public final static org.eclipse.persistence.annotations.CacheCoordinationType INVALIDATE_CHANGED_OBJECTS
+fld public final static org.eclipse.persistence.annotations.CacheCoordinationType NONE
+fld public final static org.eclipse.persistence.annotations.CacheCoordinationType SEND_NEW_OBJECTS_WITH_CHANGES
+fld public final static org.eclipse.persistence.annotations.CacheCoordinationType SEND_OBJECT_CHANGES
+meth public static org.eclipse.persistence.annotations.CacheCoordinationType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.CacheCoordinationType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.CacheCoordinationType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CacheIndex
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.CacheIndexes)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean updateable()
+meth public abstract !hasdefault java.lang.String[] columnNames()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CacheIndexes
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault org.eclipse.persistence.annotations.CacheIndex[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CacheInterceptor
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.CacheKeyType
+fld public final static org.eclipse.persistence.annotations.CacheKeyType AUTO
+fld public final static org.eclipse.persistence.annotations.CacheKeyType CACHE_ID
+fld public final static org.eclipse.persistence.annotations.CacheKeyType ID_VALUE
+meth public static org.eclipse.persistence.annotations.CacheKeyType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.CacheKeyType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.CacheKeyType>
+
+CLSS public final !enum org.eclipse.persistence.annotations.CacheType
+fld public final static org.eclipse.persistence.annotations.CacheType CACHE
+fld public final static org.eclipse.persistence.annotations.CacheType FULL
+fld public final static org.eclipse.persistence.annotations.CacheType HARD_WEAK
+fld public final static org.eclipse.persistence.annotations.CacheType NONE
+fld public final static org.eclipse.persistence.annotations.CacheType SOFT
+fld public final static org.eclipse.persistence.annotations.CacheType SOFT_WEAK
+fld public final static org.eclipse.persistence.annotations.CacheType WEAK
+meth public static org.eclipse.persistence.annotations.CacheType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.CacheType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.CacheType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CascadeOnDelete
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ChangeTracking
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault org.eclipse.persistence.annotations.ChangeTrackingType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.ChangeTrackingType
+fld public final static org.eclipse.persistence.annotations.ChangeTrackingType ATTRIBUTE
+fld public final static org.eclipse.persistence.annotations.ChangeTrackingType AUTO
+fld public final static org.eclipse.persistence.annotations.ChangeTrackingType DEFERRED
+fld public final static org.eclipse.persistence.annotations.ChangeTrackingType OBJECT
+meth public static org.eclipse.persistence.annotations.ChangeTrackingType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.ChangeTrackingType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.ChangeTrackingType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ClassExtractor
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class<? extends org.eclipse.persistence.descriptors.ClassExtractor> value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CloneCopyPolicy
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String method()
+meth public abstract java.lang.String workingCopyMethod()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CollectionTable
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String catalog()
+meth public abstract !hasdefault java.lang.String name()
+meth public abstract !hasdefault java.lang.String schema()
+meth public abstract !hasdefault javax.persistence.PrimaryKeyJoinColumn[] primaryKeyJoinColumns()
+meth public abstract !hasdefault javax.persistence.UniqueConstraint[] uniqueConstraints()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CompositeMember
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ConversionValue
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String dataValue()
+meth public abstract java.lang.String objectValue()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Convert
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+fld public final static java.lang.String CLASS_INSTANCE = "class-instance"
+fld public final static java.lang.String JSON = "json"
+fld public final static java.lang.String KRYO = "kryo"
+fld public final static java.lang.String NONE = "none"
+fld public final static java.lang.String SERIALIZED = "serialized"
+fld public final static java.lang.String XML = "xml"
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Converter
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.Converters)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class converterClass()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Converters
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.Converter[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.CopyPolicy
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Customizer
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.DatabaseChangeNotificationType
+fld public final static org.eclipse.persistence.annotations.DatabaseChangeNotificationType INVALIDATE
+fld public final static org.eclipse.persistence.annotations.DatabaseChangeNotificationType NONE
+meth public static org.eclipse.persistence.annotations.DatabaseChangeNotificationType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.DatabaseChangeNotificationType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.DatabaseChangeNotificationType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.DeleteAll
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+
+CLSS public final !enum org.eclipse.persistence.annotations.Direction
+fld public final static org.eclipse.persistence.annotations.Direction IN
+fld public final static org.eclipse.persistence.annotations.Direction IN_OUT
+fld public final static org.eclipse.persistence.annotations.Direction OUT
+fld public final static org.eclipse.persistence.annotations.Direction OUT_CURSOR
+meth public static org.eclipse.persistence.annotations.Direction valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.Direction[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.Direction>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.DiscriminatorClass
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class value()
+meth public abstract java.lang.String discriminator()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ExcludeDefaultMappings
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ExistenceChecking
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault org.eclipse.persistence.annotations.ExistenceType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.ExistenceType
+fld public final static org.eclipse.persistence.annotations.ExistenceType ASSUME_EXISTENCE
+fld public final static org.eclipse.persistence.annotations.ExistenceType ASSUME_NON_EXISTENCE
+fld public final static org.eclipse.persistence.annotations.ExistenceType CHECK_CACHE
+fld public final static org.eclipse.persistence.annotations.ExistenceType CHECK_DATABASE
+meth public static org.eclipse.persistence.annotations.ExistenceType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.ExistenceType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.ExistenceType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.FetchAttribute
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.FetchGroup
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.FetchGroups)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean load()
+meth public abstract java.lang.String name()
+meth public abstract org.eclipse.persistence.annotations.FetchAttribute[] attributes()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.FetchGroups
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.FetchGroup[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.HashPartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean unionUnpartitionableQueries()
+meth public abstract !hasdefault java.lang.String[] connectionPools()
+meth public abstract java.lang.String name()
+meth public abstract javax.persistence.Column partitionColumn()
+
+CLSS public final !enum org.eclipse.persistence.annotations.IdValidation
+fld public final static org.eclipse.persistence.annotations.IdValidation NEGATIVE
+fld public final static org.eclipse.persistence.annotations.IdValidation NONE
+fld public final static org.eclipse.persistence.annotations.IdValidation NULL
+fld public final static org.eclipse.persistence.annotations.IdValidation ZERO
+meth public static org.eclipse.persistence.annotations.IdValidation valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.IdValidation[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.IdValidation>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Index
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.Indexes)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean unique()
+meth public abstract !hasdefault java.lang.String catalog()
+meth public abstract !hasdefault java.lang.String name()
+meth public abstract !hasdefault java.lang.String schema()
+meth public abstract !hasdefault java.lang.String table()
+meth public abstract !hasdefault java.lang.String[] columnNames()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Indexes
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault org.eclipse.persistence.annotations.Index[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.InstantiationCopyPolicy
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.JoinFetch
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault org.eclipse.persistence.annotations.JoinFetchType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.JoinFetchType
+fld public final static org.eclipse.persistence.annotations.JoinFetchType INNER
+fld public final static org.eclipse.persistence.annotations.JoinFetchType OUTER
+meth public static org.eclipse.persistence.annotations.JoinFetchType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.JoinFetchType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.JoinFetchType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.MapKeyConvert
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Multitenant
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean includeCriteria()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.MultitenantType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.MultitenantType
+fld public final static org.eclipse.persistence.annotations.MultitenantType SINGLE_TABLE
+fld public final static org.eclipse.persistence.annotations.MultitenantType TABLE_PER_TENANT
+fld public final static org.eclipse.persistence.annotations.MultitenantType VPD
+meth public static org.eclipse.persistence.annotations.MultitenantType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.MultitenantType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.MultitenantType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Mutable
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.NamedStoredFunctionQueries
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.NamedStoredFunctionQuery[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.NamedStoredFunctionQuery
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.NamedStoredFunctionQueries)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean callByIndex()
+meth public abstract !hasdefault java.lang.String resultSetMapping()
+meth public abstract !hasdefault javax.persistence.QueryHint[] hints()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.StoredProcedureParameter[] parameters()
+meth public abstract java.lang.String functionName()
+meth public abstract java.lang.String name()
+meth public abstract org.eclipse.persistence.annotations.StoredProcedureParameter returnParameter()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.NamedStoredProcedureQueries
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.NamedStoredProcedureQuery[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.NamedStoredProcedureQuery
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.NamedStoredProcedureQueries)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean callByIndex()
+meth public abstract !hasdefault boolean multipleResultSets()
+meth public abstract !hasdefault boolean returnsResultSet()
+meth public abstract !hasdefault java.lang.Class resultClass()
+meth public abstract !hasdefault java.lang.Class[] resultClasses()
+meth public abstract !hasdefault java.lang.String resultSetMapping()
+meth public abstract !hasdefault java.lang.String[] resultSetMappings()
+meth public abstract !hasdefault javax.persistence.QueryHint[] hints()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.StoredProcedureParameter[] parameters()
+meth public abstract java.lang.String name()
+meth public abstract java.lang.String procedureName()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Noncacheable
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ObjectTypeConverter
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.ObjectTypeConverters)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class dataType()
+meth public abstract !hasdefault java.lang.Class objectType()
+meth public abstract !hasdefault java.lang.String defaultObjectValue()
+meth public abstract java.lang.String name()
+meth public abstract org.eclipse.persistence.annotations.ConversionValue[] conversionValues()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ObjectTypeConverters
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.ObjectTypeConverter[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.OptimisticLocking
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean cascade()
+meth public abstract !hasdefault javax.persistence.Column[] selectedColumns()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.OptimisticLockingType type()
+
+CLSS public final !enum org.eclipse.persistence.annotations.OptimisticLockingType
+fld public final static org.eclipse.persistence.annotations.OptimisticLockingType ALL_COLUMNS
+fld public final static org.eclipse.persistence.annotations.OptimisticLockingType CHANGED_COLUMNS
+fld public final static org.eclipse.persistence.annotations.OptimisticLockingType SELECTED_COLUMNS
+fld public final static org.eclipse.persistence.annotations.OptimisticLockingType VERSION_COLUMN
+meth public static org.eclipse.persistence.annotations.OptimisticLockingType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.OptimisticLockingType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.OptimisticLockingType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.OrderCorrection
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.OrderCorrectionType value()
+
+CLSS public final !enum org.eclipse.persistence.annotations.OrderCorrectionType
+fld public final static org.eclipse.persistence.annotations.OrderCorrectionType EXCEPTION
+fld public final static org.eclipse.persistence.annotations.OrderCorrectionType READ
+fld public final static org.eclipse.persistence.annotations.OrderCorrectionType READ_WRITE
+meth public static org.eclipse.persistence.annotations.OrderCorrectionType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.OrderCorrectionType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.OrderCorrectionType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Partitioned
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Partitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.Class<? extends org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy> partitioningClass()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.PinnedPartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String connectionPool()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.PrimaryKey
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault javax.persistence.Column[] columns()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.CacheKeyType cacheKeyType()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.IdValidation validation()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.PrivateOwned
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Properties
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.Property[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Property
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.Properties)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD, TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class valueType()
+meth public abstract java.lang.String name()
+meth public abstract java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.QueryRedirectors
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class allQueries()
+meth public abstract !hasdefault java.lang.Class delete()
+meth public abstract !hasdefault java.lang.Class insert()
+meth public abstract !hasdefault java.lang.Class readAll()
+meth public abstract !hasdefault java.lang.Class readObject()
+meth public abstract !hasdefault java.lang.Class report()
+meth public abstract !hasdefault java.lang.Class update()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.RangePartition
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String endValue()
+meth public abstract !hasdefault java.lang.String startValue()
+meth public abstract java.lang.String connectionPool()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.RangePartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean unionUnpartitionableQueries()
+meth public abstract !hasdefault java.lang.Class partitionValueType()
+meth public abstract java.lang.String name()
+meth public abstract javax.persistence.Column partitionColumn()
+meth public abstract org.eclipse.persistence.annotations.RangePartition[] partitions()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ReadOnly
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ReadTransformer
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class transformerClass()
+meth public abstract !hasdefault java.lang.String method()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ReplicationPartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String[] connectionPools()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ReturnInsert
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean returnOnly()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ReturnUpdate
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.RoundRobinPartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean replicateWrites()
+meth public abstract !hasdefault java.lang.String[] connectionPools()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.SerializedConverter
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.SerializedConverters)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class<? extends org.eclipse.persistence.sessions.serializers.Serializer> serializerClass()
+meth public abstract !hasdefault java.lang.String serializerPackage()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.SerializedConverters
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.SerializedConverter[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.SerializedObject
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault javax.persistence.Column column()
+meth public abstract java.lang.Class value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.StoredProcedureParameter
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean optional()
+meth public abstract !hasdefault int jdbcType()
+meth public abstract !hasdefault java.lang.Class type()
+meth public abstract !hasdefault java.lang.String jdbcTypeName()
+meth public abstract !hasdefault java.lang.String name()
+meth public abstract !hasdefault javax.persistence.ParameterMode mode()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.Direction direction()
+meth public abstract java.lang.String queryParameter()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Struct
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String[] fields()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.StructConverter
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.StructConverters)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String converter()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.StructConverters
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.StructConverter[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Structure
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TenantDiscriminatorColumn
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.TenantDiscriminatorColumns)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean primaryKey()
+meth public abstract !hasdefault int length()
+meth public abstract !hasdefault java.lang.String columnDefinition()
+meth public abstract !hasdefault java.lang.String contextProperty()
+meth public abstract !hasdefault java.lang.String name()
+meth public abstract !hasdefault java.lang.String table()
+meth public abstract !hasdefault javax.persistence.DiscriminatorType discriminatorType()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TenantDiscriminatorColumns
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.TenantDiscriminatorColumn[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TenantTableDiscriminator
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String contextProperty()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.TenantTableDiscriminatorType type()
+
+CLSS public final !enum org.eclipse.persistence.annotations.TenantTableDiscriminatorType
+fld public final static org.eclipse.persistence.annotations.TenantTableDiscriminatorType PREFIX
+fld public final static org.eclipse.persistence.annotations.TenantTableDiscriminatorType SCHEMA
+fld public final static org.eclipse.persistence.annotations.TenantTableDiscriminatorType SUFFIX
+meth public static org.eclipse.persistence.annotations.TenantTableDiscriminatorType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.annotations.TenantTableDiscriminatorType[] values()
+supr java.lang.Enum<org.eclipse.persistence.annotations.TenantTableDiscriminatorType>
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TimeOfDay
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean specified()
+meth public abstract !hasdefault int hour()
+meth public abstract !hasdefault int millisecond()
+meth public abstract !hasdefault int minute()
+meth public abstract !hasdefault int second()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.Transformation
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean optional()
+meth public abstract !hasdefault javax.persistence.FetchType fetch()
+
+CLSS public org.eclipse.persistence.annotations.TransientCompatibleAnnotations
+cons public init()
+meth public static java.util.List<java.lang.String> getTransientCompatibleAnnotations()
+supr java.lang.Object
+hfds transientCompatibleAnnotations
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TypeConverter
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.TypeConverters)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class dataType()
+meth public abstract !hasdefault java.lang.Class objectType()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.TypeConverters
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.TypeConverter[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.UnionPartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean replicateWrites()
+meth public abstract !hasdefault java.lang.String[] connectionPools()
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.UuidGenerator
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.UuidGenerators)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String name()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.UuidGenerators
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.UuidGenerator[] value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ValuePartition
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract java.lang.String connectionPool()
+meth public abstract java.lang.String value()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.ValuePartitioning
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE, METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean unionUnpartitionableQueries()
+meth public abstract !hasdefault java.lang.Class partitionValueType()
+meth public abstract !hasdefault java.lang.String defaultConnectionPool()
+meth public abstract java.lang.String name()
+meth public abstract javax.persistence.Column partitionColumn()
+meth public abstract org.eclipse.persistence.annotations.ValuePartition[] partitions()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.VariableOneToOne
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault boolean optional()
+meth public abstract !hasdefault boolean orphanRemoval()
+meth public abstract !hasdefault java.lang.Class targetInterface()
+meth public abstract !hasdefault javax.persistence.CascadeType[] cascade()
+meth public abstract !hasdefault javax.persistence.DiscriminatorColumn discriminatorColumn()
+meth public abstract !hasdefault javax.persistence.FetchType fetch()
+meth public abstract !hasdefault org.eclipse.persistence.annotations.DiscriminatorClass[] discriminatorClasses()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.VirtualAccessMethods
+ anno 0 java.lang.annotation.Documented()
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[TYPE])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.String get()
+meth public abstract !hasdefault java.lang.String set()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.WriteTransformer
+ anno 0 java.lang.annotation.Repeatable(java.lang.Class<? extends java.lang.annotation.Annotation> value=class org.eclipse.persistence.annotations.WriteTransformers)
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract !hasdefault java.lang.Class transformerClass()
+meth public abstract !hasdefault java.lang.String method()
+meth public abstract !hasdefault javax.persistence.Column column()
+
+CLSS public abstract interface !annotation org.eclipse.persistence.annotations.WriteTransformers
+ anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
+ anno 0 java.lang.annotation.Target(java.lang.annotation.ElementType[] value=[METHOD, FIELD])
+intf java.lang.annotation.Annotation
+meth public abstract org.eclipse.persistence.annotations.WriteTransformer[] value()
+
+CLSS public org.eclipse.persistence.config.BatchWriting
+cons public init()
+fld public final static java.lang.String Buffered = "Buffered"
+fld public final static java.lang.String DEFAULT = "None"
+fld public final static java.lang.String JDBC = "JDBC"
+fld public final static java.lang.String None = "None"
+fld public final static java.lang.String OracleJDBC = "Oracle-JDBC"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.CacheCoordinationProtocol
+cons public init()
+fld public final static java.lang.String JGROUPS = "jgroups"
+fld public final static java.lang.String JMS = "jms"
+fld public final static java.lang.String JMSPublishing = "jms-publishing"
+fld public final static java.lang.String RMI = "rmi"
+fld public final static java.lang.String RMIIIOP = "rmi-iiop"
+supr java.lang.Object
+
+CLSS public final !enum org.eclipse.persistence.config.CacheIsolationType
+fld public final static org.eclipse.persistence.config.CacheIsolationType ISOLATED
+fld public final static org.eclipse.persistence.config.CacheIsolationType PROTECTED
+fld public final static org.eclipse.persistence.config.CacheIsolationType SHARED
+meth public static org.eclipse.persistence.config.CacheIsolationType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.config.CacheIsolationType[] values()
+supr java.lang.Enum<org.eclipse.persistence.config.CacheIsolationType>
+
+CLSS public org.eclipse.persistence.config.CacheType
+cons public init()
+fld public final static java.lang.String DEFAULT = "SoftWeak"
+fld public final static java.lang.String Full = "Full"
+fld public final static java.lang.String HardWeak = "HardWeak"
+fld public final static java.lang.String NONE = "NONE"
+fld public final static java.lang.String Soft = "Soft"
+fld public final static java.lang.String SoftWeak = "SoftWeak"
+fld public final static java.lang.String Weak = "Weak"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.CacheUsage
+cons public init()
+fld public final static java.lang.String CheckCacheByExactPrimaryKey = "CheckCacheByExactPrimaryKey"
+fld public final static java.lang.String CheckCacheByPrimaryKey = "CheckCacheByPrimaryKey"
+fld public final static java.lang.String CheckCacheOnly = "CheckCacheOnly"
+fld public final static java.lang.String CheckCacheThenDatabase = "CheckCacheThenDatabase"
+fld public final static java.lang.String ConformResultsInUnitOfWork = "ConformResultsInUnitOfWork"
+fld public final static java.lang.String DEFAULT = "UseEntityDefault"
+fld public final static java.lang.String DoNotCheckCache = "DoNotCheckCache"
+fld public final static java.lang.String Invalidate = "Invalidate"
+fld public final static java.lang.String NoCache = "NoCache"
+fld public final static java.lang.String UseEntityDefault = "UseEntityDefault"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.CacheUsageIndirectionPolicy
+cons public init()
+fld public final static java.lang.String Conform = "Conform"
+fld public final static java.lang.String DEFAULT = "Exception"
+fld public final static java.lang.String Exception = "Exception"
+fld public final static java.lang.String NotConform = "NotConform"
+fld public final static java.lang.String Trigger = "Trigger"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.CascadePolicy
+cons public init()
+fld public final static java.lang.String CascadeAllParts = "CascadeAllParts"
+fld public final static java.lang.String CascadeByMapping = "CascadeByMapping"
+fld public final static java.lang.String CascadePrivateParts = "CascadePrivateParts"
+fld public final static java.lang.String DEFAULT = "CascadeByMapping"
+fld public final static java.lang.String NoCascading = "NoCascading"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.CommitOrderType
+cons public init()
+fld public final static java.lang.String Changes = "Changes"
+fld public final static java.lang.String DEFAULT = "Id"
+fld public final static java.lang.String Id = "Id"
+fld public final static java.lang.String None = "None"
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.config.DescriptorCustomizer
+meth public abstract void customize(org.eclipse.persistence.descriptors.ClassDescriptor) throws java.lang.Exception
+
+CLSS public org.eclipse.persistence.config.EntityManagerProperties
+cons public init()
+fld public final static java.lang.String COMPOSITE_UNIT_PROPERTIES = "eclipselink.composite-unit.properties"
+fld public final static java.lang.String CONNECTION_POLICY = "eclipselink.jdbc.connection-policy"
+fld public final static java.lang.String EXCLUSIVE_CONNECTION_IS_LAZY = "eclipselink.jdbc.exclusive-connection.is-lazy"
+fld public final static java.lang.String EXCLUSIVE_CONNECTION_MODE = "eclipselink.jdbc.exclusive-connection.mode"
+fld public final static java.lang.String FLUSH_CLEAR_CACHE = "eclipselink.flush-clear.cache"
+fld public final static java.lang.String JDBC_DRIVER = "javax.persistence.jdbc.driver"
+fld public final static java.lang.String JDBC_PASSWORD = "javax.persistence.jdbc.password"
+fld public final static java.lang.String JDBC_URL = "javax.persistence.jdbc.url"
+fld public final static java.lang.String JDBC_USER = "javax.persistence.jdbc.user"
+fld public final static java.lang.String JOIN_EXISTING_TRANSACTION = "eclipselink.transaction.join-existing"
+fld public final static java.lang.String JTA_DATASOURCE = "javax.persistence.jtaDataSource"
+fld public final static java.lang.String MULTITENANT_PROPERTY_DEFAULT = "eclipselink.tenant-id"
+fld public final static java.lang.String MULTITENANT_SCHEMA_PROPERTY_DEFAULT = "eclipselink.tenant-schema-id"
+fld public final static java.lang.String NON_JTA_DATASOURCE = "javax.persistence.nonJtaDataSource"
+fld public final static java.lang.String ORACLE_PROXY_TYPE = "eclipselink.oracle.proxy-type"
+fld public final static java.lang.String ORDER_UPDATES = "eclipselink.order-updates"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT = "eclipselink.persistence-context.close-on-commit"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_COMMIT_ORDER = "eclipselink.persistence-context.commit-order"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES = "eclipselink.persistence-context.commit-without-persist-rules"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_FLUSH_MODE = "eclipselink.persistence-context.flush-mode"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT = "eclipselink.persistence-context.persist-on-commit"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_REFERENCE_MODE = "eclipselink.persistence-context.reference-mode"
+fld public final static java.lang.String VALIDATE_EXISTENCE = "eclipselink.validate-existence"
+meth public static java.util.Set<java.lang.String> getSupportedProperties()
+supr java.lang.Object
+hfds supportedProperties
+
+CLSS public org.eclipse.persistence.config.ExclusiveConnectionMode
+cons public init()
+fld public final static java.lang.String Always = "Always"
+fld public final static java.lang.String DEFAULT = "Transactional"
+fld public final static java.lang.String Isolated = "Isolated"
+fld public final static java.lang.String Transactional = "Transactional"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.FlushClearCache
+cons public init()
+fld public final static java.lang.String DEFAULT = "DropInvalidate"
+fld public final static java.lang.String Drop = "Drop"
+fld public final static java.lang.String DropInvalidate = "DropInvalidate"
+fld public final static java.lang.String Merge = "Merge"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.HintValues
+cons public init()
+fld public final static java.lang.String FALSE = "False"
+fld public final static java.lang.String PERSISTENCE_UNIT_DEFAULT = "PersistenceUnitDefault"
+fld public final static java.lang.String TRUE = "True"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.LoggerType
+cons public init()
+fld public final static java.lang.String DEFAULT = "DefaultLogger"
+fld public final static java.lang.String DefaultLogger = "DefaultLogger"
+fld public final static java.lang.String JavaLogger = "JavaLogger"
+fld public final static java.lang.String ServerLogger = "ServerLogger"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ParameterDelimiterType
+cons public init()
+fld public final static java.lang.String DEFAULT = "#"
+fld public final static java.lang.String Hash = "#"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ParserType
+cons public init()
+fld public final static java.lang.String ANTLR = "ANTLR"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String DEFAULT = "Hermes"
+fld public final static java.lang.String Hermes = "Hermes"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ParserValidationType
+cons public init()
+fld public final static java.lang.String DEFAULT = "EclipseLink"
+fld public final static java.lang.String EclipseLink = "EclipseLink"
+fld public final static java.lang.String JPA10 = "JPA 1.0"
+fld public final static java.lang.String JPA20 = "JPA 2.0"
+fld public final static java.lang.String JPA21 = "JPA 2.1"
+fld public final static java.lang.String None = "None"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.PersistenceUnitProperties
+cons public init()
+fld public final static java.lang.String ALLOW_CONVERT_RESULT_TO_BOOLEAN = "eclipselink.sql.allow-convert-result-to-boolean"
+fld public final static java.lang.String ALLOW_NATIVE_SQL_QUERIES = "eclipselink.jdbc.allow-native-sql-queries"
+fld public final static java.lang.String ALLOW_NULL_MAX_MIN = "eclipselink.allow-null-max-min"
+fld public final static java.lang.String ALLOW_ZERO_ID = "eclipselink.allow-zero-id"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String APP_LOCATION = "eclipselink.application-location"
+fld public final static java.lang.String BATCH_WRITING = "eclipselink.jdbc.batch-writing"
+fld public final static java.lang.String BATCH_WRITING_SIZE = "eclipselink.jdbc.batch-writing.size"
+fld public final static java.lang.String BEAN_VALIDATION_NO_OPTIMISATION = "eclipselink.beanvalidation.no-optimisation"
+fld public final static java.lang.String CACHE_EXTENDED_LOGGING = "eclipselink.cache.extended.logging"
+fld public final static java.lang.String CACHE_QUERY_FORCE_DEFERRED_LOCKS = "eclipselink.cache.query-force-deferred-locks"
+fld public final static java.lang.String CACHE_SHARED_ = "eclipselink.cache.shared."
+fld public final static java.lang.String CACHE_SHARED_DEFAULT = "eclipselink.cache.shared.default"
+fld public final static java.lang.String CACHE_SIZE_ = "eclipselink.cache.size."
+fld public final static java.lang.String CACHE_SIZE_DEFAULT = "eclipselink.cache.size.default"
+fld public final static java.lang.String CACHE_STATEMENTS = "eclipselink.jdbc.cache-statements"
+fld public final static java.lang.String CACHE_STATEMENTS_SIZE = "eclipselink.jdbc.cache-statements.size"
+fld public final static java.lang.String CACHE_TYPE_ = "eclipselink.cache.type."
+fld public final static java.lang.String CACHE_TYPE_DEFAULT = "eclipselink.cache.type.default"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_COMMENTS = "eclipselink.canonicalmodel.generate_comments"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_COMMENTS_DEFAULT = "true"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_GENERATED = "eclipselink.canonicalmodel.use_generated"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_GENERATED_DEFAULT = "true"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_TIMESTAMP = "eclipselink.canonicalmodel.generate_timestamp"
+fld public final static java.lang.String CANONICAL_MODEL_GENERATE_TIMESTAMP_DEFAULT = "true"
+fld public final static java.lang.String CANONICAL_MODEL_LOAD_XML = "eclipselink.canonicalmodel.load_xml"
+fld public final static java.lang.String CANONICAL_MODEL_LOAD_XML_DEFAULT = "true"
+fld public final static java.lang.String CANONICAL_MODEL_PREFIX = "eclipselink.canonicalmodel.prefix"
+fld public final static java.lang.String CANONICAL_MODEL_SUB_PACKAGE = "eclipselink.canonicalmodel.subpackage"
+fld public final static java.lang.String CANONICAL_MODEL_SUFFIX = "eclipselink.canonicalmodel.suffix"
+fld public final static java.lang.String CANONICAL_MODEL_USE_STATIC_FACTORY = "eclipselink.canonicalmodel.use_static_factory"
+fld public final static java.lang.String CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT = "true"
+fld public final static java.lang.String CATEGORY_LOGGING_LEVEL_ = "eclipselink.logging.level."
+fld public final static java.lang.String CDI_BEANMANAGER = "javax.persistence.bean.manager"
+fld public final static java.lang.String CLASSLOADER = "eclipselink.classloader"
+fld public final static java.lang.String COMPOSITE_UNIT = "eclipselink.composite-unit"
+fld public final static java.lang.String COMPOSITE_UNIT_MEMBER = "eclipselink.composite-unit.member"
+fld public final static java.lang.String COMPOSITE_UNIT_PROPERTIES = "eclipselink.composite-unit.properties"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME = "eclipselink.concurrency.manager.waittime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION = "eclipselink.concurrency.manager.allow.concurrencyexception"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION = "eclipselink.concurrency.manager.allow.interruptedexception"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK = "eclipselink.concurrency.manager.allow.readlockstacktrace"
+fld public final static java.lang.String CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME = "eclipselink.concurrency.manager.build.object.complete.waittime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE = "eclipselink.concurrency.manager.maxfrequencytodumpmassivemessage"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE = "eclipselink.concurrency.manager.maxfrequencytodumptinymessage"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_SLEEP_TIME = "eclipselink.concurrency.manager.maxsleeptime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS = "eclipselink.concurrency.manager.object.building.no.threads"
+fld public final static java.lang.String CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING = "eclipselink.concurrency.manager.object.building.semaphore"
+fld public final static java.lang.String CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS = "eclipselink.concurrency.manager.write.lock.manager.semaphore"
+fld public final static java.lang.String CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS = "eclipselink.concurrency.manager.write.lock.manager.no.threads"
+fld public final static java.lang.String CONCURRENCY_SEMAPHORE_LOG_TIMEOUT = "eclipselink.concurrency.semaphore.log.timeout"
+fld public final static java.lang.String CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT = "eclipselink.concurrency.semaphore.max.time.permit"
+fld public final static java.lang.String CONNECTION_POOL = "eclipselink.connection-pool."
+fld public final static java.lang.String CONNECTION_POOL_FAILOVER = "failover"
+fld public final static java.lang.String CONNECTION_POOL_INITIAL = "initial"
+fld public final static java.lang.String CONNECTION_POOL_INTERNALLY_POOL_DATASOURCE = "eclipselink.connection-pool.force-internal-pool"
+fld public final static java.lang.String CONNECTION_POOL_JTA_DATA_SOURCE = "jtaDataSource"
+fld public final static java.lang.String CONNECTION_POOL_MAX = "max"
+fld public final static java.lang.String CONNECTION_POOL_MIN = "min"
+fld public final static java.lang.String CONNECTION_POOL_NON_JTA_DATA_SOURCE = "nonJtaDataSource"
+fld public final static java.lang.String CONNECTION_POOL_PASSWORD = "password"
+fld public final static java.lang.String CONNECTION_POOL_READ = "eclipselink.connection-pool.read."
+fld public final static java.lang.String CONNECTION_POOL_SEQUENCE = "eclipselink.connection-pool.sequence."
+fld public final static java.lang.String CONNECTION_POOL_SHARED = "shared"
+fld public final static java.lang.String CONNECTION_POOL_URL = "url"
+fld public final static java.lang.String CONNECTION_POOL_USER = "user"
+fld public final static java.lang.String CONNECTION_POOL_WAIT = "wait"
+fld public final static java.lang.String COORDINATION_ASYNCH = "eclipselink.cache.coordination.propagate-asynchronously"
+fld public final static java.lang.String COORDINATION_CHANNEL = "eclipselink.cache.coordination.channel"
+fld public final static java.lang.String COORDINATION_JGROUPS_CONFIG = "eclipselink.cache.coordination.jgroups.config"
+fld public final static java.lang.String COORDINATION_JMS_FACTORY = "eclipselink.cache.coordination.jms.factory"
+fld public final static java.lang.String COORDINATION_JMS_HOST = "eclipselink.cache.coordination.jms.host"
+fld public final static java.lang.String COORDINATION_JMS_REUSE_PUBLISHER = "eclipselink.cache.coordination.jms.reuse-topic-publisher"
+fld public final static java.lang.String COORDINATION_JMS_TOPIC = "eclipselink.cache.coordination.jms.topic"
+fld public final static java.lang.String COORDINATION_JNDI_CONTEXT = "eclipselink.cache.coordination.jndi.initial-context-factory"
+fld public final static java.lang.String COORDINATION_JNDI_PASSWORD = "eclipselink.cache.coordination.jndi.password"
+fld public final static java.lang.String COORDINATION_JNDI_USER = "eclipselink.cache.coordination.jndi.user"
+fld public final static java.lang.String COORDINATION_NAMING_SERVICE = "eclipselink.cache.coordination.naming-service"
+fld public final static java.lang.String COORDINATION_PROTOCOL = "eclipselink.cache.coordination.protocol"
+fld public final static java.lang.String COORDINATION_REMOVE_CONNECTION = "eclipselink.cache.coordination.remove-connection-on-error"
+fld public final static java.lang.String COORDINATION_RMI_ANNOUNCEMENT_DELAY = "eclipselink.cache.coordination.rmi.announcement-delay"
+fld public final static java.lang.String COORDINATION_RMI_MULTICAST_GROUP = "eclipselink.cache.coordination.rmi.multicast-group"
+fld public final static java.lang.String COORDINATION_RMI_MULTICAST_GROUP_PORT = "eclipselink.cache.coordination.rmi.multicast-group.port"
+fld public final static java.lang.String COORDINATION_RMI_PACKET_TIME_TO_LIVE = "eclipselink.cache.coordination.rmi.packet-time-to-live"
+fld public final static java.lang.String COORDINATION_RMI_URL = "eclipselink.cache.coordination.rmi.url"
+fld public final static java.lang.String COORDINATION_SERIALIZER = "eclipselink.cache.coordination.serializer"
+fld public final static java.lang.String COORDINATION_THREAD_POOL_SIZE = "eclipselink.cache.coordination.thread.pool.size"
+fld public final static java.lang.String CREATE_JDBC_DDL_FILE = "eclipselink.create-ddl-jdbc-file-name"
+fld public final static java.lang.String CREATE_ONLY = "create-tables"
+fld public final static java.lang.String CREATE_OR_EXTEND = "create-or-extend-tables"
+fld public final static java.lang.String DATABASE_EVENT_LISTENER = "eclipselink.cache.database-event-listener"
+fld public final static java.lang.String DDL_BOTH_GENERATION = "both"
+fld public final static java.lang.String DDL_DATABASE_GENERATION = "database"
+fld public final static java.lang.String DDL_GENERATION = "eclipselink.ddl-generation"
+fld public final static java.lang.String DDL_GENERATION_INDEX_FOREIGN_KEYS = "eclipselink.ddl-generation.index-foreign-keys"
+fld public final static java.lang.String DDL_GENERATION_MODE = "eclipselink.ddl-generation.output-mode"
+fld public final static java.lang.String DDL_SQL_SCRIPT_GENERATION = "sql-script"
+fld public final static java.lang.String DEFAULT = "default"
+fld public final static java.lang.String DEFAULT_APP_LOCATION
+fld public final static java.lang.String DEFAULT_CREATE_JDBC_FILE_NAME = "createDDL.jdbc"
+fld public final static java.lang.String DEFAULT_DDL_GENERATION_MODE = "database"
+fld public final static java.lang.String DEFAULT_DROP_JDBC_FILE_NAME = "dropDDL.jdbc"
+fld public final static java.lang.String DEPLOY_ON_STARTUP = "eclipselink.deploy-on-startup"
+fld public final static java.lang.String DESCRIPTOR_CUSTOMIZER_ = "eclipselink.descriptor.customizer."
+fld public final static java.lang.String DROP_AND_CREATE = "drop-and-create-tables"
+fld public final static java.lang.String DROP_JDBC_DDL_FILE = "eclipselink.drop-ddl-jdbc-file-name"
+fld public final static java.lang.String DROP_ONLY = "drop-tables"
+fld public final static java.lang.String ECLIPSELINK_PERSISTENCE_UNITS = "eclipselink.persistenceunits"
+fld public final static java.lang.String ECLIPSELINK_PERSISTENCE_XML = "eclipselink.persistencexml"
+fld public final static java.lang.String ECLIPSELINK_PERSISTENCE_XML_DEFAULT = "META-INF/persistence.xml"
+fld public final static java.lang.String ECLIPSELINK_SE_PUINFO = "eclipselink.se-puinfo"
+fld public final static java.lang.String EXCEPTION_HANDLER_CLASS = "eclipselink.exception-handler"
+fld public final static java.lang.String EXCLUDE_ECLIPSELINK_ORM_FILE = "eclipselink.exclude-eclipselink-orm"
+fld public final static java.lang.String EXCLUSIVE_CONNECTION_IS_LAZY = "eclipselink.jdbc.exclusive-connection.is-lazy"
+fld public final static java.lang.String EXCLUSIVE_CONNECTION_MODE = "eclipselink.jdbc.exclusive-connection.mode"
+fld public final static java.lang.String FLUSH_CLEAR_CACHE = "eclipselink.flush-clear.cache"
+fld public final static java.lang.String FREE_METADATA = "eclipselink.memory.free-metadata"
+fld public final static java.lang.String ID_VALIDATION = "eclipselink.id-validation"
+fld public final static java.lang.String INCLUDE_DESCRIPTOR_QUERIES = "eclipselink.session.include.descriptor.queries"
+fld public final static java.lang.String JAVASE_DB_INTERACTION = "INTERACT_WITH_DB"
+fld public final static java.lang.String JDBC_BIND_PARAMETERS = "eclipselink.jdbc.bind-parameters"
+fld public final static java.lang.String JDBC_CONNECTIONS_INITIAL = "eclipselink.jdbc.connections.initial"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_CONNECTIONS_MAX = "eclipselink.jdbc.connections.max"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_CONNECTIONS_MIN = "eclipselink.jdbc.connections.min"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_CONNECTIONS_WAIT = "eclipselink.jdbc.connections.wait-timeout"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_CONNECTOR = "eclipselink.jdbc.connector"
+fld public final static java.lang.String JDBC_DRIVER = "javax.persistence.jdbc.driver"
+fld public final static java.lang.String JDBC_FORCE_BIND_PARAMETERS = "eclipselink.jdbc.force-bind-parameters"
+fld public final static java.lang.String JDBC_PASSWORD = "javax.persistence.jdbc.password"
+fld public final static java.lang.String JDBC_PROPERTY = "eclipselink.jdbc.property."
+fld public final static java.lang.String JDBC_READ_CONNECTIONS_INITIAL = "eclipselink.jdbc.read-connections.initial"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_READ_CONNECTIONS_MAX = "eclipselink.jdbc.read-connections.max"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_READ_CONNECTIONS_MIN = "eclipselink.jdbc.read-connections.min"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_READ_CONNECTIONS_SHARED = "eclipselink.jdbc.read-connections.shared"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_RESULT_SET_ACCESS_OPTIMIZATION = "eclipselink.jdbc.result-set-access-optimization"
+fld public final static java.lang.String JDBC_SEQUENCE_CONNECTION_POOL = "eclipselink.jdbc.sequence-connection-pool"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_SEQUENCE_CONNECTION_POOL_DATASOURCE = "eclipselink.jdbc.sequence-connection-pool.non-jta-data-source"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_SEQUENCE_CONNECTION_POOL_INITIAL = "eclipselink.jdbc.sequence-connection-pool.initial"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_SEQUENCE_CONNECTION_POOL_MAX = "eclipselink.jdbc.sequence-connection-pool.max"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_SEQUENCE_CONNECTION_POOL_MIN = "eclipselink.jdbc.sequence-connection-pool.min"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_URL = "javax.persistence.jdbc.url"
+fld public final static java.lang.String JDBC_USER = "javax.persistence.jdbc.user"
+fld public final static java.lang.String JDBC_WRITE_CONNECTIONS_INITIAL = "eclipselink.jdbc.write-connections.initial"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_WRITE_CONNECTIONS_MAX = "eclipselink.jdbc.write-connections.max"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JDBC_WRITE_CONNECTIONS_MIN = "eclipselink.jdbc.write-connections.min"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String JOIN_EXISTING_TRANSACTION = "eclipselink.transaction.join-existing"
+fld public final static java.lang.String JPQL_PARSER = "eclipselink.jpql.parser"
+fld public final static java.lang.String JPQL_TOLERATE = "eclipselink.tolerate-invalid-jpql"
+fld public final static java.lang.String JPQL_VALIDATION = "eclipselink.jpql.validation"
+fld public final static java.lang.String JTA_DATASOURCE = "javax.persistence.jtaDataSource"
+fld public final static java.lang.String LOGGING_CONNECTION = "eclipselink.logging.connection"
+fld public final static java.lang.String LOGGING_EXCEPTIONS = "eclipselink.logging.exceptions"
+fld public final static java.lang.String LOGGING_FILE = "eclipselink.logging.file"
+fld public final static java.lang.String LOGGING_LEVEL = "eclipselink.logging.level"
+fld public final static java.lang.String LOGGING_LOGGER = "eclipselink.logging.logger"
+fld public final static java.lang.String LOGGING_PARAMETERS = "eclipselink.logging.parameters"
+fld public final static java.lang.String LOGGING_SESSION = "eclipselink.logging.session"
+fld public final static java.lang.String LOGGING_THREAD = "eclipselink.logging.thread"
+fld public final static java.lang.String LOGGING_TIMESTAMP = "eclipselink.logging.timestamp"
+fld public final static java.lang.String METADATA_SOURCE = "eclipselink.metadata-source"
+fld public final static java.lang.String METADATA_SOURCE_PROPERTIES_FILE = "eclipselink.metadata-source.properties.file"
+fld public final static java.lang.String METADATA_SOURCE_RCM_COMMAND = "eclipselink.metadata-source.send-refresh-command"
+fld public final static java.lang.String METADATA_SOURCE_XML_FILE = "eclipselink.metadata-source.xml.file"
+fld public final static java.lang.String METADATA_SOURCE_XML_URL = "eclipselink.metadata-source.xml.url"
+fld public final static java.lang.String MULTITENANT_PROPERTY_DEFAULT = "eclipselink.tenant-id"
+fld public final static java.lang.String MULTITENANT_SCHEMA_PROPERTY_DEFAULT = "eclipselink.tenant-schema-id"
+fld public final static java.lang.String MULTITENANT_SHARED_CACHE = "eclipselink.multitenant.tenants-share-cache"
+fld public final static java.lang.String MULTITENANT_SHARED_EMF = "eclipselink.multitenant.tenants-share-emf"
+fld public final static java.lang.String MULTITENANT_STRATEGY = "eclipselink.multitenant.strategy"
+fld public final static java.lang.String NAMING_INTO_INDEXED = "eclipselink.jpa.naming_into_indexed"
+fld public final static java.lang.String NATIVE_QUERY_UPPERCASE_COLUMNS = "eclipselink.jdbc.uppercase-columns"
+fld public final static java.lang.String NATIVE_SQL = "eclipselink.jdbc.native-sql"
+fld public final static java.lang.String NONE = "none"
+fld public final static java.lang.String NON_JTA_DATASOURCE = "javax.persistence.nonJtaDataSource"
+fld public final static java.lang.String NOSQL_CONNECTION_FACTORY = "eclipselink.nosql.connection-factory"
+fld public final static java.lang.String NOSQL_CONNECTION_SPEC = "eclipselink.nosql.connection-spec"
+fld public final static java.lang.String NOSQL_PASSWORD = "eclipselink.nosql.property.password"
+fld public final static java.lang.String NOSQL_PROPERTY = "eclipselink.nosql.property."
+fld public final static java.lang.String NOSQL_USER = "eclipselink.nosql.property.user"
+fld public final static java.lang.String ORACLE_PROXY_TYPE = "eclipselink.oracle.proxy-type"
+fld public final static java.lang.String ORDER_UPDATES = "eclipselink.order-updates"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String ORM_SCHEMA_VALIDATION = "eclipselink.orm.validate.schema"
+fld public final static java.lang.String PARTITIONING = "eclipselink.partitioning"
+fld public final static java.lang.String PARTITIONING_CALLBACK = "eclipselink.partitioning.callback"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT = "eclipselink.persistence-context.close-on-commit"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_COMMIT_ORDER = "eclipselink.persistence-context.commit-order"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES = "eclipselink.persistence-context.commit-without-persist-rules"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_FLUSH_MODE = "eclipselink.persistence-context.flush-mode"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT = "eclipselink.persistence-context.persist-on-commit"
+fld public final static java.lang.String PERSISTENCE_CONTEXT_REFERENCE_MODE = "eclipselink.persistence-context.reference-mode"
+fld public final static java.lang.String PESSIMISTIC_LOCK_TIMEOUT = "javax.persistence.lock.timeout"
+fld public final static java.lang.String PESSIMISTIC_LOCK_TIMEOUT_UNIT = "eclipselink.pessimistic.lock.timeout.unit"
+fld public final static java.lang.String PROFILER = "eclipselink.profiler"
+fld public final static java.lang.String PROJECT_CACHE = "eclipselink.project-cache"
+fld public final static java.lang.String PROJECT_CACHE_FILE = "eclipselink.project-cache.java-serialization.file-location"
+fld public final static java.lang.String QUERY_CACHE = "eclipselink.cache.query-results"
+fld public final static java.lang.String QUERY_TIMEOUT = "javax.persistence.query.timeout"
+fld public final static java.lang.String QUERY_TIMEOUT_UNIT = "eclipselink.query.timeout.unit"
+fld public final static java.lang.String REMOTE_PROTOCOL = "eclipselink.remote.protocol"
+fld public final static java.lang.String REMOTE_SERVER_NAME = "eclipselink.remote.server.name"
+fld public final static java.lang.String REMOTE_URL = "eclipselink.remote.client.url"
+fld public final static java.lang.String SCHEMA_DATABASE_MAJOR_VERSION = "javax.persistence.database-major-version"
+fld public final static java.lang.String SCHEMA_DATABASE_MINOR_VERSION = "javax.persistence.database-minor-version"
+fld public final static java.lang.String SCHEMA_DATABASE_PRODUCT_NAME = "javax.persistence.database-product-name"
+fld public final static java.lang.String SCHEMA_GENERATION_CONNECTION = "javax.persistence.schema-generation.connection"
+fld public final static java.lang.String SCHEMA_GENERATION_CREATE_ACTION = "create"
+fld public final static java.lang.String SCHEMA_GENERATION_CREATE_DATABASE_SCHEMAS = "javax.persistence.schema-generation.create-database-schemas"
+fld public final static java.lang.String SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE = "javax.persistence.schema-generation.create-script-source"
+fld public final static java.lang.String SCHEMA_GENERATION_CREATE_SOURCE = "javax.persistence.schema-generation.create-source"
+fld public final static java.lang.String SCHEMA_GENERATION_DATABASE_ACTION = "javax.persistence.schema-generation.database.action"
+fld public final static java.lang.String SCHEMA_GENERATION_DROP_ACTION = "drop"
+fld public final static java.lang.String SCHEMA_GENERATION_DROP_AND_CREATE_ACTION = "drop-and-create"
+fld public final static java.lang.String SCHEMA_GENERATION_DROP_SCRIPT_SOURCE = "javax.persistence.schema-generation.drop-script-source"
+fld public final static java.lang.String SCHEMA_GENERATION_DROP_SOURCE = "javax.persistence.schema-generation.drop-source"
+fld public final static java.lang.String SCHEMA_GENERATION_METADATA_SOURCE = "metadata"
+fld public final static java.lang.String SCHEMA_GENERATION_METADATA_THEN_SCRIPT_SOURCE = "metadata-then-script"
+fld public final static java.lang.String SCHEMA_GENERATION_NONE_ACTION = "none"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPTS_ACTION = "javax.persistence.schema-generation.scripts.action"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPTS_CREATE_TARGET = "javax.persistence.schema-generation.scripts.create-target"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPTS_DROP_TARGET = "javax.persistence.schema-generation.scripts.drop-target"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPT_SOURCE = "script"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPT_TERMINATE_STATEMENTS = "eclipselink.ddlgen-terminate-statements"
+fld public final static java.lang.String SCHEMA_GENERATION_SCRIPT_THEN_METADATA_SOURCE = "script-then-metadata"
+fld public final static java.lang.String SCHEMA_GENERATION_SQL_LOAD_SCRIPT_SOURCE = "javax.persistence.sql-load-script-source"
+fld public final static java.lang.String SEQUENCING_SEQUENCE_DEFAULT = "eclipselink.sequencing.default-sequence-to-table"
+fld public final static java.lang.String SEQUENCING_START_AT_NEXTVAL = "eclipselink.sequencing.start-sequence-at-nextval"
+fld public final static java.lang.String SERIALIZER = "eclipselink.serializer"
+fld public final static java.lang.String SESSIONS_XML = "eclipselink.sessions-xml"
+fld public final static java.lang.String SESSION_CUSTOMIZER = "eclipselink.session.customizer"
+fld public final static java.lang.String SESSION_EVENT_LISTENER_CLASS = "eclipselink.session-event-listener"
+fld public final static java.lang.String SESSION_NAME = "eclipselink.session-name"
+fld public final static java.lang.String SHARED_CACHE_MODE = "javax.persistence.sharedCache.mode"
+fld public final static java.lang.String SQL_CALL_DEFERRAL = "eclipselink.jpa.sql-call-deferral"
+fld public final static java.lang.String SQL_CAST = "eclipselink.jdbc.sql-cast"
+fld public final static java.lang.String TABLE_CREATION_SUFFIX = "eclipselink.ddl-generation.table-creation-suffix"
+fld public final static java.lang.String TARGET_DATABASE = "eclipselink.target-database"
+fld public final static java.lang.String TARGET_DATABASE_PROPERTIES = "eclipselink.target-database-properties"
+fld public final static java.lang.String TARGET_SERVER = "eclipselink.target-server"
+fld public final static java.lang.String TEMPORAL_MUTABLE = "eclipselink.temporal.mutable"
+fld public final static java.lang.String THREAD_EXTENDED_LOGGING = "eclipselink.thread.extended.logging"
+fld public final static java.lang.String THREAD_EXTENDED_LOGGING_THREADDUMP = "eclipselink.thread.extended.logging.threaddump"
+fld public final static java.lang.String THROW_EXCEPTIONS = "eclipselink.orm.throw.exceptions"
+fld public final static java.lang.String TRANSACTION_TYPE = "javax.persistence.transactionType"
+fld public final static java.lang.String TUNING = "eclipselink.tuning"
+fld public final static java.lang.String UPPERCASE_COLUMN_NAMES = "eclipselink.jpa.uppercase-column-names"
+fld public final static java.lang.String USE_LOCAL_TIMESTAMP = "eclipselink.locking.timestamp.local.default"
+fld public final static java.lang.String VALIDATE_EXISTENCE = "eclipselink.validate-existence"
+fld public final static java.lang.String VALIDATION_GROUP_PRE_PERSIST = "javax.persistence.validation.group.pre-persist"
+fld public final static java.lang.String VALIDATION_GROUP_PRE_REMOVE = "javax.persistence.validation.group.pre-remove"
+fld public final static java.lang.String VALIDATION_GROUP_PRE_UPDATE = "javax.persistence.validation.group.pre-update"
+fld public final static java.lang.String VALIDATION_MODE = "javax.persistence.validation.mode"
+fld public final static java.lang.String VALIDATION_ONLY_PROPERTY = "eclipselink.validation-only"
+fld public final static java.lang.String VALIDATOR_FACTORY = "javax.persistence.validation.factory"
+fld public final static java.lang.String WEAVING = "eclipselink.weaving"
+fld public final static java.lang.String WEAVING_CHANGE_TRACKING = "eclipselink.weaving.changetracking"
+fld public final static java.lang.String WEAVING_EAGER = "eclipselink.weaving.eager"
+fld public final static java.lang.String WEAVING_FETCHGROUPS = "eclipselink.weaving.fetchgroups"
+fld public final static java.lang.String WEAVING_INTERNAL = "eclipselink.weaving.internal"
+fld public final static java.lang.String WEAVING_LAZY = "eclipselink.weaving.lazy"
+fld public final static java.lang.String WEAVING_MAPPEDSUPERCLASS = "eclipselink.weaving.mappedsuperclass"
+fld public final static java.lang.String WEAVING_REST = "eclipselink.weaving.rest"
+fld public final static java.util.Map<java.lang.String,java.lang.String> PROPERTY_LOG_OVERRIDES
+fld public static java.lang.String CANONICAL_MODEL_PREFIX_DEFAULT
+fld public static java.lang.String CANONICAL_MODEL_SUB_PACKAGE_DEFAULT
+fld public static java.lang.String CANONICAL_MODEL_SUFFIX_DEFAULT
+meth public static java.lang.String getOverriddenLogStringForProperty(java.lang.String)
+meth public static java.util.Set<java.lang.String> getSupportedNonServerSessionProperties()
+supr java.lang.Object
+hfds supportedNonServerSessionProperties
+
+CLSS public org.eclipse.persistence.config.PessimisticLock
+cons public init()
+fld public final static java.lang.String DEFAULT = "NoLock"
+fld public final static java.lang.String Lock = "Lock"
+fld public final static java.lang.String LockNoWait = "LockNoWait"
+fld public final static java.lang.String NoLock = "NoLock"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ProfilerType
+cons public init()
+fld public final static java.lang.String DEFAULT = "NoProfiler"
+fld public final static java.lang.String DMSProfiler = "DMSProfiler"
+fld public final static java.lang.String DMSProfilerClassName = "org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler"
+fld public final static java.lang.String NoProfiler = "NoProfiler"
+fld public final static java.lang.String PerformanceMonitor = "PerformanceMonitor"
+fld public final static java.lang.String PerformanceProfiler = "PerformanceProfiler"
+fld public final static java.lang.String QueryMonitor = "QueryMonitor"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.PropertiesUtils
+cons public init()
+meth public static void set(java.lang.Object,java.lang.String,java.lang.String)
+supr java.lang.Object
+hcls MethodMatch
+
+CLSS public org.eclipse.persistence.config.QueryHints
+cons public init()
+fld public final static java.lang.String ALLOW_NATIVE_SQL_QUERY = "eclipselink.jdbc.allow-native-sql-query"
+fld public final static java.lang.String AS_OF = "eclipselink.history.as-of"
+fld public final static java.lang.String AS_OF_SCN = "eclipselink.history.as-of.scn"
+fld public final static java.lang.String BATCH = "eclipselink.batch"
+fld public final static java.lang.String BATCH_SIZE = "eclipselink.batch.size"
+fld public final static java.lang.String BATCH_TYPE = "eclipselink.batch.type"
+fld public final static java.lang.String BATCH_WRITING = "eclipselink.jdbc.batch-writing"
+fld public final static java.lang.String BIND_PARAMETERS = "eclipselink.jdbc.bind-parameters"
+fld public final static java.lang.String CACHE_RETRIEVE_MODE = "javax.persistence.cache.retrieveMode"
+fld public final static java.lang.String CACHE_STATMENT = "eclipselink.jdbc.cache-statement"
+fld public final static java.lang.String CACHE_STORE_MODE = "javax.persistence.cache.storeMode"
+fld public final static java.lang.String CACHE_USAGE = "eclipselink.cache-usage"
+fld public final static java.lang.String COMPOSITE_UNIT_MEMBER = "eclipselink.composite-unit.member"
+fld public final static java.lang.String CURSOR = "eclipselink.cursor"
+fld public final static java.lang.String CURSOR_INITIAL_SIZE = "eclipselink.cursor.initial-size"
+fld public final static java.lang.String CURSOR_PAGE_SIZE = "eclipselink.cursor.page-size"
+fld public final static java.lang.String CURSOR_SIZE = "eclipselink.cursor.size-sql"
+fld public final static java.lang.String EXCLUSIVE_CONNECTION = "eclipselink.exclusive-connection"
+fld public final static java.lang.String FETCH = "eclipselink.join-fetch"
+fld public final static java.lang.String FETCH_GROUP = "eclipselink.fetch-group"
+fld public final static java.lang.String FETCH_GROUP_ATTRIBUTE = "eclipselink.fetch-group.attribute"
+fld public final static java.lang.String FETCH_GROUP_DEFAULT = "eclipselink.fetch-group.default"
+fld public final static java.lang.String FETCH_GROUP_LOAD = "eclipselink.fetch-group.load"
+fld public final static java.lang.String FETCH_GROUP_NAME = "eclipselink.fetch-group.name"
+fld public final static java.lang.String FLUSH = "eclipselink.flush"
+fld public final static java.lang.String HINT = "eclipselink.sql.hint"
+fld public final static java.lang.String INDIRECTION_POLICY = "eclipselink.cache-usage.indirection-policy"
+fld public final static java.lang.String INHERITANCE_OUTER_JOIN = "eclipselink.inheritance.outer-join"
+fld public final static java.lang.String JDBC_FETCH_SIZE = "eclipselink.jdbc.fetch-size"
+fld public final static java.lang.String JDBC_FIRST_RESULT = "eclipselink.jdbc.first-result"
+fld public final static java.lang.String JDBC_MAX_ROWS = "eclipselink.jdbc.max-rows"
+fld public final static java.lang.String JDBC_TIMEOUT = "eclipselink.jdbc.timeout"
+fld public final static java.lang.String JPA_FETCH_GRAPH = "javax.persistence.fetchgraph"
+fld public final static java.lang.String JPA_LOAD_GRAPH = "javax.persistence.loadgraph"
+fld public final static java.lang.String LEFT_FETCH = "eclipselink.left-join-fetch"
+fld public final static java.lang.String LOAD_GROUP = "eclipselink.load-group"
+fld public final static java.lang.String LOAD_GROUP_ATTRIBUTE = "eclipselink.load-group.attribute"
+fld public final static java.lang.String MAINTAIN_CACHE = "eclipselink.maintain-cache"
+fld public final static java.lang.String NATIVE_CONNECTION = "eclipselink.jdbc.native-connection"
+fld public final static java.lang.String PARAMETER_DELIMITER = "eclipselink.jdbc.parameter-delimiter"
+fld public final static java.lang.String PARTITIONING = "eclipselink.partitioning"
+fld public final static java.lang.String PESSIMISTIC_LOCK = "eclipselink.pessimistic-lock"
+fld public final static java.lang.String PESSIMISTIC_LOCK_SCOPE = "javax.persistence.lock.scope"
+fld public final static java.lang.String PESSIMISTIC_LOCK_TIMEOUT = "javax.persistence.lock.timeout"
+fld public final static java.lang.String PESSIMISTIC_LOCK_TIMEOUT_UNIT = "eclipselink.pessimistic.lock.timeout.unit"
+fld public final static java.lang.String PREPARE = "eclipselink.prepare"
+fld public final static java.lang.String QUERY_REDIRECTOR = "eclipselink.query.redirector"
+fld public final static java.lang.String QUERY_RESULTS_CACHE = "eclipselink.query-results-cache"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_EXPIRY = "eclipselink.query-results-cache.expiry"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_EXPIRY_TIME_OF_DAY = "eclipselink.query-results-cache.expiry-time-of-day"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_IGNORE_NULL = "eclipselink.query-results-cache.ignore-null"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_INVALIDATE = "eclipselink.query-results-cache.invalidate-on-change"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_RANDOMIZE_EXPIRY = "eclipselink.query-results-cache.randomize-expiry"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_SIZE = "eclipselink.query-results-cache.size"
+fld public final static java.lang.String QUERY_RESULTS_CACHE_TYPE = "eclipselink.query-results-cache.type"
+fld public final static java.lang.String QUERY_TIMEOUT = "javax.persistence.query.timeout"
+fld public final static java.lang.String QUERY_TIMEOUT_UNIT = "eclipselink.query.timeout.unit"
+fld public final static java.lang.String QUERY_TYPE = "eclipselink.query-type"
+fld public final static java.lang.String READ_ONLY = "eclipselink.read-only"
+fld public final static java.lang.String REFRESH = "eclipselink.refresh"
+fld public final static java.lang.String REFRESH_CASCADE = "eclipselink.refresh.cascade"
+fld public final static java.lang.String RESULT_COLLECTION_TYPE = "eclipselink.result-collection-type"
+fld public final static java.lang.String RESULT_SET_ACCESS = "eclipselink.result-set-access"
+fld public final static java.lang.String RESULT_SET_CONCURRENCY = "eclipselink.cursor.scrollable.result-set-concurrency"
+fld public final static java.lang.String RESULT_SET_TYPE = "eclipselink.cursor.scrollable.result-set-type"
+fld public final static java.lang.String RESULT_TYPE = "eclipselink.result-type"
+fld public final static java.lang.String RETURN_NAME_VALUE_PAIRS = "eclipselink.query-return-name-value-pairs"
+fld public final static java.lang.String SCROLLABLE_CURSOR = "eclipselink.cursor.scrollable"
+fld public final static java.lang.String SERIALIZED_OBJECT = "eclipselink.serialized-object"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.QueryType
+cons public init()
+fld public final static java.lang.String Auto = "Auto"
+fld public final static java.lang.String DEFAULT = "Auto"
+fld public final static java.lang.String DataModify = "DataModify"
+fld public final static java.lang.String DataRead = "DataRead"
+fld public final static java.lang.String DeleteAll = "DeleteAll"
+fld public final static java.lang.String DirectRead = "DirectRead"
+fld public final static java.lang.String ReadAll = "ReadAll"
+fld public final static java.lang.String ReadObject = "ReadObject"
+fld public final static java.lang.String Report = "Report"
+fld public final static java.lang.String ResultSetMapping = "ResultSetMapping"
+fld public final static java.lang.String UpdateAll = "UpdateAll"
+fld public final static java.lang.String ValueRead = "ValueRead"
+supr java.lang.Object
+
+CLSS public final !enum org.eclipse.persistence.config.ReferenceMode
+fld public final static org.eclipse.persistence.config.ReferenceMode FORCE_WEAK
+fld public final static org.eclipse.persistence.config.ReferenceMode HARD
+fld public final static org.eclipse.persistence.config.ReferenceMode WEAK
+meth public static org.eclipse.persistence.config.ReferenceMode valueOf(java.lang.String)
+meth public static org.eclipse.persistence.config.ReferenceMode[] values()
+supr java.lang.Enum<org.eclipse.persistence.config.ReferenceMode>
+
+CLSS public org.eclipse.persistence.config.RemoteProtocol
+cons public init()
+fld public final static java.lang.String RMI = "rmi"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ResultSetConcurrency
+cons public init()
+fld public final static java.lang.String DEFAULT = "Updatable"
+fld public final static java.lang.String ReadOnly = "ReadOnly"
+fld public final static java.lang.String Updatable = "Updatable"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ResultSetType
+cons public init()
+fld public final static java.lang.String DEFAULT = "ScrollInsensitive"
+fld public final static java.lang.String Forward = "Forward"
+fld public final static java.lang.String ForwardOnly = "ForwardOnly"
+fld public final static java.lang.String Reverse = "Reverse"
+fld public final static java.lang.String ScrollInsensitive = "ScrollInsensitive"
+fld public final static java.lang.String ScrollSensitive = "ScrollSensitive"
+fld public final static java.lang.String Unknown = "Unknown"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.ResultType
+cons public init()
+fld public final static java.lang.String Array = "Array"
+fld public final static java.lang.String Attribute = "Attribute"
+fld public final static java.lang.String DEFAULT = "Array"
+fld public final static java.lang.String Map = "Map"
+fld public final static java.lang.String Value = "Value"
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.config.SessionCustomizer
+meth public abstract void customize(org.eclipse.persistence.sessions.Session) throws java.lang.Exception
+
+CLSS public org.eclipse.persistence.config.StructConverterType
+cons public init()
+fld public final static java.lang.String JGeometry = "JGEOMETRY"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.SystemProperties
+cons public init()
+fld public final static java.lang.String ARCHIVE_FACTORY = "eclipselink.archive.factory"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ACQUIRE_WAIT_TIME = "eclipselink.concurrency.manager.waittime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_CONCURRENCY_EXCEPTION = "eclipselink.concurrency.manager.allow.concurrency.exception"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_INTERRUPTED_EXCEPTION = "eclipselink.concurrency.manager.allow.interruptedexception"
+fld public final static java.lang.String CONCURRENCY_MANAGER_ALLOW_STACK_TRACE_READ_LOCK = "eclipselink.concurrency.manager.allow.readlockstacktrace"
+fld public final static java.lang.String CONCURRENCY_MANAGER_BUILD_OBJECT_COMPLETE_WAIT_TIME = "eclipselink.concurrency.manager.build.object.complete.waittime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_MASSIVE_MESSAGE = "eclipselink.concurrency.manager.maxfrequencytodumpmassivemessage"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_FREQUENCY_DUMP_TINY_MESSAGE = "eclipselink.concurrency.manager.maxfrequencytodumptinymessage"
+fld public final static java.lang.String CONCURRENCY_MANAGER_MAX_SLEEP_TIME = "eclipselink.concurrency.manager.maxsleeptime"
+fld public final static java.lang.String CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS = "eclipselink.concurrency.manager.object.building.no.threads"
+fld public final static java.lang.String CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING = "eclipselink.concurrency.manager.object.building.semaphore"
+fld public final static java.lang.String CONCURRENCY_MANAGER_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS = "eclipselink.concurrency.manager.write.lock.manager.semaphore"
+fld public final static java.lang.String CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS = "eclipselink.concurrency.manager.write.lock.manager.no.threads"
+fld public final static java.lang.String CONCURRENCY_SEMAPHORE_LOG_TIMEOUT = "eclipselink.concurrency.semaphore.log.timeout"
+fld public final static java.lang.String CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT = "eclipselink.concurrency.semaphore.max.time.permit"
+fld public final static java.lang.String CONVERSION_USE_DEFAULT_TIMEZONE = "org.eclipse.persistence.conversion.useDefaultTimeZoneForJavaTime"
+fld public final static java.lang.String CONVERSION_USE_TIMEZONE = "org.eclipse.persistence.conversion.useTimeZone"
+fld public final static java.lang.String DO_NOT_PROCESS_XTOMANY_FOR_QBE = "eclipselink.query.query-by-example.ignore-xtomany"
+fld public final static java.lang.String ENFORCE_TARGET_SERVER = "eclipselink.target-server.enforce"
+fld public final static java.lang.String ONETOMANY_DEFER_INSERTS = "eclipselink.mapping.onetomany.defer-inserts"
+fld public final static java.lang.String RECORD_STACK_ON_LOCK = "eclipselink.cache.record-stack-on-lock"
+fld public final static java.lang.String WEAVING_OUTPUT_PATH = "eclipselink.weaving.output.path"
+fld public final static java.lang.String WEAVING_REFLECTIVE_INTROSPECTION = "eclipselink.weaving.reflective-introspection"
+fld public final static java.lang.String WEAVING_SHOULD_OVERWRITE = "eclipselink.weaving.overwrite.existing"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.TargetDatabase
+cons public init()
+fld public final static java.lang.String Attunity = "Attunity"
+fld public final static java.lang.String Auto = "Auto"
+fld public final static java.lang.String Cloudscape = "Cloudscape"
+fld public final static java.lang.String DB2 = "DB2"
+fld public final static java.lang.String DB2Mainframe = "DB2Mainframe"
+fld public final static java.lang.String DBase = "DBase"
+fld public final static java.lang.String DEFAULT = "Auto"
+fld public final static java.lang.String Database = "Database"
+fld public final static java.lang.String Derby = "Derby"
+fld public final static java.lang.String HANA = "HANA"
+fld public final static java.lang.String HSQL = "HSQL"
+fld public final static java.lang.String Informix = "Informix"
+fld public final static java.lang.String Informix11 = "Informix11"
+fld public final static java.lang.String JavaDB = "JavaDB"
+fld public final static java.lang.String MaxDB = "MaxDB"
+fld public final static java.lang.String MySQL = "MySQL"
+fld public final static java.lang.String MySQL4 = "MySQL4"
+fld public final static java.lang.String Oracle = "Oracle"
+fld public final static java.lang.String Oracle10 = "Oracle10g"
+fld public final static java.lang.String Oracle11 = "Oracle11"
+fld public final static java.lang.String Oracle8 = "Oracle8i"
+fld public final static java.lang.String Oracle9 = "Oracle9i"
+fld public final static java.lang.String PointBase = "PointBase"
+fld public final static java.lang.String PostgreSQL = "PostgreSQL"
+fld public final static java.lang.String SQLAnywhere = "SQLAnywhere"
+fld public final static java.lang.String SQLServer = "SQLServer"
+fld public final static java.lang.String Sybase = "Sybase"
+fld public final static java.lang.String Symfoware = "Symfoware"
+fld public final static java.lang.String TimesTen = "TimesTen"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.TargetServer
+cons public init()
+fld public final static java.lang.String DEFAULT = "None"
+fld public final static java.lang.String Glassfish = "Glassfish"
+fld public final static java.lang.String JBoss = "JBoss"
+fld public final static java.lang.String None = "None"
+fld public final static java.lang.String OC4J = "OC4J"
+fld public final static java.lang.String SAPNetWeaver_7_1 = "NetWeaver_7_1"
+fld public final static java.lang.String SunAS9 = "SunAS9"
+ anno 0 java.lang.Deprecated()
+fld public final static java.lang.String WebLogic = "WebLogic"
+fld public final static java.lang.String WebLogic_10 = "WebLogic_10"
+fld public final static java.lang.String WebLogic_12 = "WebLogic_12"
+fld public final static java.lang.String WebLogic_9 = "WebLogic_9"
+fld public final static java.lang.String WebSphere = "WebSphere"
+fld public final static java.lang.String WebSphere_6_1 = "WebSphere_6_1"
+fld public final static java.lang.String WebSphere_7 = "WebSphere_7"
+fld public final static java.lang.String WebSphere_EJBEmbeddable = "WebSphere_EJBEmbeddable"
+fld public final static java.lang.String WebSphere_Liberty = "WebSphere_Liberty"
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.config.TunerType
+cons public init()
+fld public final static java.lang.String Safe = "Safe"
+fld public final static java.lang.String Standard = "Standard"
+supr java.lang.Object
+
+CLSS public abstract org.eclipse.persistence.core.descriptors.CoreDescriptor<%0 extends org.eclipse.persistence.core.queries.CoreAttributeGroup, %1 extends org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager, %2 extends org.eclipse.persistence.internal.core.helper.CoreField, %3 extends org.eclipse.persistence.core.descriptors.CoreInheritancePolicy, %4 extends org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy, %5 extends java.util.List, %6 extends o [...]
+cons public init()
+fld protected java.util.Map<java.lang.String,{org.eclipse.persistence.core.descriptors.CoreDescriptor%0}> attributeGroups
+fld protected {org.eclipse.persistence.core.descriptors.CoreDescriptor%1} eventManager
+fld protected {org.eclipse.persistence.core.descriptors.CoreDescriptor%2} field
+fld protected {org.eclipse.persistence.core.descriptors.CoreDescriptor%3} inheritancePolicy
+fld protected {org.eclipse.persistence.core.descriptors.CoreDescriptor%4} instantiationPolicy
+fld protected {org.eclipse.persistence.core.descriptors.CoreDescriptor%6} objectBuilder
+intf java.io.Serializable
+meth protected abstract void setObjectBuilder({org.eclipse.persistence.core.descriptors.CoreDescriptor%6})
+meth public abstract boolean hasEventManager()
+meth public abstract boolean hasInheritance()
+meth public abstract java.lang.Class getJavaClass()
+meth public abstract java.util.List<java.lang.String> getPrimaryKeyFieldNames()
+meth public abstract java.util.List<{org.eclipse.persistence.core.descriptors.CoreDescriptor%2}> getPrimaryKeyFields()
+meth public abstract void setEventManager({org.eclipse.persistence.core.descriptors.CoreDescriptor%1})
+meth public abstract void setInheritancePolicy({org.eclipse.persistence.core.descriptors.CoreDescriptor%3})
+meth public abstract void setInstantiationPolicy({org.eclipse.persistence.core.descriptors.CoreDescriptor%4})
+meth public abstract void setJavaClass(java.lang.Class)
+meth public abstract void setPrimaryKeyFieldNames({org.eclipse.persistence.core.descriptors.CoreDescriptor%5})
+meth public abstract void setPrimaryKeyFields(java.util.List<{org.eclipse.persistence.core.descriptors.CoreDescriptor%2}>)
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreDescriptor%1} getEventManager()
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreDescriptor%2} getTypedField({org.eclipse.persistence.core.descriptors.CoreDescriptor%2})
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreDescriptor%3} getInheritancePolicy()
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreDescriptor%4} getInstantiationPolicy()
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreDescriptor%6} getObjectBuilder()
+meth public java.util.Map<java.lang.String,{org.eclipse.persistence.core.descriptors.CoreDescriptor%0}> getAttributeGroups()
+meth public void addAttributeGroup({org.eclipse.persistence.core.descriptors.CoreDescriptor%0})
+meth public {org.eclipse.persistence.core.descriptors.CoreDescriptor%0} getAttributeGroup(java.lang.String)
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.core.descriptors.CoreDescriptorEvent
+
+CLSS public abstract org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager<%0 extends org.eclipse.persistence.core.descriptors.CoreDescriptorEvent>
+cons public init()
+meth public abstract boolean hasAnyEventListeners()
+meth public abstract void executeEvent({org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager%0})
+supr java.lang.Object
+
+CLSS public abstract org.eclipse.persistence.core.descriptors.CoreInheritancePolicy<%0 extends org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord, %1 extends org.eclipse.persistence.internal.core.sessions.CoreAbstractSession, %2 extends org.eclipse.persistence.core.descriptors.CoreDescriptor, %3 extends org.eclipse.persistence.internal.core.helper.CoreField>
+cons public init()
+meth public abstract boolean hasClassExtractor()
+meth public abstract boolean isRootParentDescriptor()
+meth public abstract java.lang.Class classFromRow({org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%0},{org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%1})
+meth public abstract java.lang.Class getParentClass()
+meth public abstract java.lang.String getClassIndicatorFieldName()
+meth public abstract java.util.List<{org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%2}> getAllChildDescriptors()
+meth public abstract java.util.Map getClassIndicatorMapping()
+meth public abstract java.util.Map getClassNameIndicatorMapping()
+meth public abstract void addClassIndicatorFieldToRow({org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%0})
+meth public abstract void addClassNameIndicator(java.lang.String,java.lang.Object)
+meth public abstract void setClassExtractorName(java.lang.String)
+meth public abstract void setClassIndicatorField({org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%3})
+meth public abstract void setClassIndicatorMapping(java.util.Map)
+meth public abstract void setDescriptor({org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%2})
+meth public abstract void setParentClassName(java.lang.String)
+meth public abstract void setShouldReadSubclasses(java.lang.Boolean)
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%2} getDescriptor()
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%2} getParentDescriptor()
+meth public abstract {org.eclipse.persistence.core.descriptors.CoreInheritancePolicy%3} getClassIndicatorField()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
+meth public abstract boolean isInstanceVariableAttributeAccessor()
+meth public abstract boolean isMethodAttributeAccessor()
+meth public abstract boolean isWriteOnly()
+meth public abstract java.lang.Class getAttributeClass()
+meth public abstract java.lang.Object getAttributeValueFromObject(java.lang.Object)
+meth public abstract java.lang.String getAttributeName()
+meth public abstract void initializeAttributes(java.lang.Class)
+meth public abstract void setAttributeValueInObject(java.lang.Object,java.lang.Object)
+meth public abstract void setIsReadOnly(boolean)
+meth public abstract void setIsWriteOnly(boolean)
+
+CLSS public abstract org.eclipse.persistence.core.mappings.CoreMapping<%0 extends org.eclipse.persistence.core.mappings.CoreAttributeAccessor, %1 extends org.eclipse.persistence.internal.core.sessions.CoreAbstractSession, %2 extends org.eclipse.persistence.internal.core.queries.CoreContainerPolicy, %3 extends org.eclipse.persistence.core.descriptors.CoreDescriptor, %4 extends org.eclipse.persistence.internal.core.helper.CoreField>
+cons public init()
+meth protected abstract void setFields(java.util.Vector<{org.eclipse.persistence.core.mappings.CoreMapping%4}>)
+meth public abstract boolean isAbstractCompositeCollectionMapping()
+meth public abstract boolean isAbstractCompositeDirectCollectionMapping()
+meth public abstract boolean isAbstractCompositeObjectMapping()
+meth public abstract boolean isAbstractDirectMapping()
+meth public abstract boolean isCollectionMapping()
+meth public abstract boolean isDirectToFieldMapping()
+meth public abstract boolean isReadOnly()
+meth public abstract boolean isReferenceMapping()
+meth public abstract boolean isTransformationMapping()
+meth public abstract boolean isWriteOnly()
+meth public abstract java.lang.Class getAttributeClassification()
+meth public abstract java.lang.Object getAttributeValueFromObject(java.lang.Object)
+meth public abstract java.lang.Object valueFromObject(java.lang.Object,{org.eclipse.persistence.core.mappings.CoreMapping%4},{org.eclipse.persistence.core.mappings.CoreMapping%1})
+meth public abstract java.lang.String getAttributeName()
+meth public abstract java.util.Vector<{org.eclipse.persistence.core.mappings.CoreMapping%4}> getFields()
+meth public abstract void setAttributeAccessor({org.eclipse.persistence.core.mappings.CoreMapping%0})
+meth public abstract void setAttributeName(java.lang.String)
+meth public abstract void setAttributeValueInObject(java.lang.Object,java.lang.Object)
+meth public abstract void setDescriptor({org.eclipse.persistence.core.mappings.CoreMapping%3})
+meth public abstract {org.eclipse.persistence.core.mappings.CoreMapping%0} getAttributeAccessor()
+meth public abstract {org.eclipse.persistence.core.mappings.CoreMapping%2} getContainerPolicy()
+meth public abstract {org.eclipse.persistence.core.mappings.CoreMapping%3} getDescriptor()
+meth public abstract {org.eclipse.persistence.core.mappings.CoreMapping%3} getReferenceDescriptor()
+meth public abstract {org.eclipse.persistence.core.mappings.CoreMapping%4} getField()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.core.mappings.converters.CoreConverter<%0 extends org.eclipse.persistence.core.mappings.CoreMapping, %1 extends org.eclipse.persistence.core.sessions.CoreSession>
+meth public abstract java.lang.Object convertDataValueToObjectValue(java.lang.Object,{org.eclipse.persistence.core.mappings.converters.CoreConverter%1})
+meth public abstract java.lang.Object convertObjectValueToDataValue(java.lang.Object,{org.eclipse.persistence.core.mappings.converters.CoreConverter%1})
+meth public abstract void initialize({org.eclipse.persistence.core.mappings.converters.CoreConverter%0},{org.eclipse.persistence.core.mappings.converters.CoreConverter%1})
+
+CLSS public abstract interface org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer<%0 extends org.eclipse.persistence.core.sessions.CoreSession>
+fld public final static java.lang.String BUILD_FIELD_VALUE_METHOD = "buildFieldValue"
+intf java.io.Serializable
+meth public abstract java.lang.Object buildFieldValue(java.lang.Object,java.lang.String,{org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer%0})
+
+CLSS public org.eclipse.persistence.core.queries.CoreAttributeGroup<%0 extends org.eclipse.persistence.core.queries.CoreAttributeItem, %1 extends org.eclipse.persistence.core.descriptors.CoreDescriptor>
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Class,boolean)
+cons public init(java.lang.String,java.lang.String,boolean)
+fld protected boolean isValidated
+fld protected java.lang.Class type
+fld protected java.lang.String name
+fld protected java.lang.String typeName
+fld protected java.util.Map<java.lang.Object,org.eclipse.persistence.core.queries.CoreAttributeGroup> allsubclasses
+fld protected java.util.Map<java.lang.String,{org.eclipse.persistence.core.queries.CoreAttributeGroup%0}> items
+fld protected java.util.Set<org.eclipse.persistence.core.queries.CoreAttributeGroup> subClasses
+fld protected org.eclipse.persistence.core.queries.CoreAttributeGroup superClassGroup
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected !varargs java.lang.String[] convert(java.lang.String[])
+meth protected java.lang.String toStringAdditionalInfo()
+meth protected java.lang.String toStringItems()
+meth protected org.eclipse.persistence.core.queries.CoreAttributeGroup newGroup(java.lang.String,org.eclipse.persistence.core.queries.CoreAttributeGroup)
+meth protected org.eclipse.persistence.core.queries.CoreAttributeItem newItem(org.eclipse.persistence.core.queries.CoreAttributeGroup,java.lang.String)
+meth protected static java.lang.String toStringPath(java.lang.String[],int)
+meth protected {org.eclipse.persistence.core.queries.CoreAttributeGroup%0} getItem(java.lang.String[],boolean)
+meth public boolean containsAttribute(java.lang.String)
+meth public boolean containsAttributeInternal(java.lang.String)
+meth public boolean equals(java.lang.Object)
+meth public boolean hasInheritance()
+meth public boolean hasItems()
+meth public boolean isConcurrent()
+meth public boolean isCopyGroup()
+meth public boolean isFetchGroup()
+meth public boolean isLoadGroup()
+meth public boolean isSupersetOf(org.eclipse.persistence.core.queries.CoreAttributeGroup<{org.eclipse.persistence.core.queries.CoreAttributeGroup%0},{org.eclipse.persistence.core.queries.CoreAttributeGroup%1}>)
+meth public boolean isValidated()
+meth public int hashCode()
+meth public java.lang.Class getType()
+meth public java.lang.String getName()
+meth public java.lang.String getTypeName()
+meth public java.lang.String toString()
+meth public java.util.Map<java.lang.Object,org.eclipse.persistence.core.queries.CoreAttributeGroup> getSubClassGroups()
+meth public java.util.Map<java.lang.String,{org.eclipse.persistence.core.queries.CoreAttributeGroup%0}> getAllItems()
+meth public java.util.Map<java.lang.String,{org.eclipse.persistence.core.queries.CoreAttributeGroup%0}> getItems()
+meth public java.util.Set<java.lang.String> getAttributeNames()
+meth public org.eclipse.persistence.core.queries.CoreAttributeGroup clone()
+meth public org.eclipse.persistence.core.queries.CoreAttributeGroup clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<{org.eclipse.persistence.core.queries.CoreAttributeGroup%0},{org.eclipse.persistence.core.queries.CoreAttributeGroup%1}>,org.eclipse.persistence.core.queries.CoreAttributeGroup<{org.eclipse.persistence.core.queries.CoreAttributeGroup%0},{org.eclipse.persistence.core.queries.CoreAttributeGroup%1}>>)
+meth public org.eclipse.persistence.core.queries.CoreAttributeGroup findGroup({org.eclipse.persistence.core.queries.CoreAttributeGroup%1})
+meth public org.eclipse.persistence.core.queries.CoreAttributeGroup getGroup(java.lang.String)
+meth public void addAttribute(java.lang.String)
+meth public void addAttribute(java.lang.String,java.util.Collection<? extends org.eclipse.persistence.core.queries.CoreAttributeGroup>)
+meth public void addAttribute(java.lang.String,org.eclipse.persistence.core.queries.CoreAttributeGroup)
+meth public void addAttributeKey(java.lang.String,org.eclipse.persistence.core.queries.CoreAttributeGroup)
+meth public void addAttributes(java.util.Collection<java.lang.String>)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void insertSubClass(org.eclipse.persistence.core.queries.CoreAttributeGroup)
+meth public void removeAttribute(java.lang.String)
+meth public void setAllSubclasses(java.util.Map<java.lang.Object,org.eclipse.persistence.core.queries.CoreAttributeGroup>)
+meth public void setAttributeNames(java.util.Set)
+meth public void setName(java.lang.String)
+meth public {org.eclipse.persistence.core.queries.CoreAttributeGroup%0} getItem(java.lang.String)
+supr java.lang.Object
+hfds FIELD_SEP,toStringLoopCount
+
+CLSS public org.eclipse.persistence.core.queries.CoreAttributeItem<%0 extends org.eclipse.persistence.core.queries.CoreAttributeGroup>
+cons protected init()
+cons public init({org.eclipse.persistence.core.queries.CoreAttributeItem%0},java.lang.String)
+fld protected java.lang.String attributeName
+fld protected java.util.Map<java.lang.Object,{org.eclipse.persistence.core.queries.CoreAttributeItem%0}> keyGroups
+fld protected java.util.Map<java.lang.Object,{org.eclipse.persistence.core.queries.CoreAttributeItem%0}> subGroups
+fld protected {org.eclipse.persistence.core.queries.CoreAttributeItem%0} group
+fld protected {org.eclipse.persistence.core.queries.CoreAttributeItem%0} keyGroup
+fld protected {org.eclipse.persistence.core.queries.CoreAttributeItem%0} parent
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected static boolean orderInheritance(org.eclipse.persistence.core.queries.CoreAttributeGroup,java.util.Map<java.lang.Object,? extends org.eclipse.persistence.core.queries.CoreAttributeGroup>)
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+meth public java.lang.String getAttributeName()
+meth public java.lang.String toString()
+meth public java.lang.String toStringNoClassName()
+meth public java.util.Map<java.lang.Object,{org.eclipse.persistence.core.queries.CoreAttributeItem%0}> getGroups()
+meth public java.util.Map<java.lang.Object,{org.eclipse.persistence.core.queries.CoreAttributeItem%0}> getKeyGroups()
+meth public org.eclipse.persistence.core.queries.CoreAttributeItem<{org.eclipse.persistence.core.queries.CoreAttributeItem%0}> clone(java.util.Map<{org.eclipse.persistence.core.queries.CoreAttributeItem%0},{org.eclipse.persistence.core.queries.CoreAttributeItem%0}>,{org.eclipse.persistence.core.queries.CoreAttributeItem%0})
+meth public void addGroups(java.util.Collection<{org.eclipse.persistence.core.queries.CoreAttributeItem%0}>)
+meth public void addKeyGroup({org.eclipse.persistence.core.queries.CoreAttributeItem%0})
+meth public void addKeyGroups(java.util.Collection<{org.eclipse.persistence.core.queries.CoreAttributeItem%0}>)
+meth public void addSubGroup({org.eclipse.persistence.core.queries.CoreAttributeItem%0})
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void setRootGroup({org.eclipse.persistence.core.queries.CoreAttributeItem%0})
+meth public {org.eclipse.persistence.core.queries.CoreAttributeItem%0} getGroup()
+meth public {org.eclipse.persistence.core.queries.CoreAttributeItem%0} getGroup(java.lang.Class)
+meth public {org.eclipse.persistence.core.queries.CoreAttributeItem%0} getKeyGroup()
+meth public {org.eclipse.persistence.core.queries.CoreAttributeItem%0} getKeyGroup(java.lang.Class)
+meth public {org.eclipse.persistence.core.queries.CoreAttributeItem%0} getParent()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.core.sessions.CoreLogin<%0 extends org.eclipse.persistence.internal.core.databaseaccess.CorePlatform>
+meth public abstract {org.eclipse.persistence.core.sessions.CoreLogin%0} getDatasourcePlatform()
+
+CLSS public abstract org.eclipse.persistence.core.sessions.CoreProject<%0 extends org.eclipse.persistence.core.descriptors.CoreDescriptor, %1 extends org.eclipse.persistence.core.sessions.CoreLogin, %2 extends org.eclipse.persistence.core.sessions.CoreSession>
+cons public init()
+intf java.io.Serializable
+meth public abstract java.util.List<{org.eclipse.persistence.core.sessions.CoreProject%0}> getOrderedDescriptors()
+meth public abstract void addDescriptor({org.eclipse.persistence.core.sessions.CoreProject%0})
+meth public abstract void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public abstract void setLogin({org.eclipse.persistence.core.sessions.CoreProject%1})
+meth public abstract {org.eclipse.persistence.core.sessions.CoreProject%0} getDescriptor(java.lang.Class)
+meth public abstract {org.eclipse.persistence.core.sessions.CoreProject%1} getDatasourceLogin()
+meth public abstract {org.eclipse.persistence.core.sessions.CoreProject%2} createDatabaseSession()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.core.sessions.CoreSession<%0 extends org.eclipse.persistence.core.descriptors.CoreDescriptor, %1 extends org.eclipse.persistence.core.sessions.CoreLogin, %2 extends org.eclipse.persistence.internal.core.databaseaccess.CorePlatform, %3 extends org.eclipse.persistence.core.sessions.CoreProject, %4 extends org.eclipse.persistence.core.sessions.CoreSessionEventManager>
+meth public abstract java.util.Map<java.lang.Class,{org.eclipse.persistence.core.sessions.CoreSession%0}> getDescriptors()
+meth public abstract void setLogLevel(int)
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%0} getDescriptor(java.lang.Class)
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%0} getDescriptor(java.lang.Object)
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%1} getDatasourceLogin()
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%2} getDatasourcePlatform()
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%3} getProject()
+meth public abstract {org.eclipse.persistence.core.sessions.CoreSession%4} getEventManager()
+
+CLSS public abstract interface org.eclipse.persistence.core.sessions.CoreSessionEventListener
+intf java.util.EventListener
+
+CLSS public abstract org.eclipse.persistence.core.sessions.CoreSessionEventManager<%0 extends org.eclipse.persistence.core.sessions.CoreSessionEventListener>
+cons public init()
+meth public abstract void addListener({org.eclipse.persistence.core.sessions.CoreSessionEventManager%0})
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
+cons public init()
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToCompare(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addLockValuesToTranslationRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+supr org.eclipse.persistence.descriptors.FieldsLockingPolicy
+
+CLSS public org.eclipse.persistence.descriptors.CMPPolicy
+cons public init()
+fld protected int modificationDeferralLevel
+fld protected int nonDeferredCreateTime
+fld protected java.lang.Boolean forceUpdate
+fld protected java.lang.Boolean updateAllFields
+fld protected java.lang.Class mappedClass
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.descriptors.PessimisticLockingPolicy pessimisticLockingPolicy
+fld public final static int AFTER_EJBCREATE = 1
+fld public final static int AFTER_EJBPOSTCREATE = 2
+fld public final static int ALL_MODIFICATIONS = 2
+fld public final static int NONE = 0
+fld public final static int UNDEFINED = 0
+fld public final static int UPDATE_MODIFICATIONS = 1
+innr protected abstract interface static KeyElementAccessor
+innr protected final static KeyIsElementAccessor
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected !varargs void setFieldValue(org.eclipse.persistence.descriptors.CMPPolicy$KeyElementAccessor,java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.internal.sessions.AbstractSession,int[],java.lang.Object[])
+meth protected boolean isSingleKey(org.eclipse.persistence.descriptors.CMPPolicy$KeyElementAccessor[])
+meth protected org.eclipse.persistence.descriptors.CMPPolicy$KeyElementAccessor[] getKeyClassFields()
+meth public !varargs java.lang.Object createPrimaryKeyInstanceFromPrimaryKeyValues(org.eclipse.persistence.internal.sessions.AbstractSession,int[],java.lang.Object[])
+meth public boolean getForceUpdate()
+meth public boolean getUpdateAllFields()
+meth public boolean hasPessimisticLockingPolicy()
+meth public boolean isCMP3Policy()
+meth public int getDeferModificationsUntilCommit()
+meth public int getNonDeferredCreateTime()
+meth public java.lang.Boolean internalGetForceUpdate()
+meth public java.lang.Boolean internalGetUpdateAllFields()
+meth public java.lang.Class getMappedClass()
+meth public java.lang.Class getPKClass()
+meth public java.lang.Object createBeanUsingKey(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object createPrimaryKeyFromId(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object createPrimaryKeyInstance(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object createPrimaryKeyInstanceFromId(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object getClassInstance(java.lang.Class)
+meth public java.lang.Object getPKClassInstance()
+meth public org.eclipse.persistence.descriptors.CMPPolicy clone()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.descriptors.PessimisticLockingPolicy getPessimisticLockingPolicy()
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void initialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void internalSetForceUpdate(java.lang.Boolean)
+meth public void internalSetUpdateAllFields(java.lang.Boolean)
+meth public void remoteInitialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setDeferModificationsUntilCommit(int)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setForceUpdate(boolean)
+meth public void setMappedClass(java.lang.Class)
+meth public void setNonDeferredCreateTime(int)
+meth public void setPessimisticLockingPolicy(org.eclipse.persistence.descriptors.PessimisticLockingPolicy)
+meth public void setUpdateAllFields(boolean)
+supr java.lang.Object
+
+CLSS protected abstract interface static org.eclipse.persistence.descriptors.CMPPolicy$KeyElementAccessor
+ outer org.eclipse.persistence.descriptors.CMPPolicy
+meth public abstract boolean isNestedAccessor()
+meth public abstract java.lang.Object getValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract java.lang.String getAttributeName()
+meth public abstract org.eclipse.persistence.internal.helper.DatabaseField getDatabaseField()
+meth public abstract org.eclipse.persistence.mappings.DatabaseMapping getMapping()
+meth public abstract void setValue(java.lang.Object,java.lang.Object)
+
+CLSS protected final static org.eclipse.persistence.descriptors.CMPPolicy$KeyIsElementAccessor
+ outer org.eclipse.persistence.descriptors.CMPPolicy
+cons public init(java.lang.String,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.mappings.DatabaseMapping)
+fld protected java.lang.String attributeName
+fld protected org.eclipse.persistence.internal.helper.DatabaseField databaseField
+fld protected org.eclipse.persistence.mappings.DatabaseMapping mapping
+intf java.io.Serializable
+intf org.eclipse.persistence.descriptors.CMPPolicy$KeyElementAccessor
+meth public boolean isNestedAccessor()
+meth public java.lang.Object getValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getAttributeName()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getDatabaseField()
+meth public org.eclipse.persistence.mappings.DatabaseMapping getMapping()
+meth public void setValue(java.lang.Object,java.lang.Object)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.CacheIndex
+cons public !varargs init(java.lang.String[])
+cons public init()
+cons public init(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+cons public init(org.eclipse.persistence.internal.helper.DatabaseField[])
+fld protected boolean isInsertable
+fld protected boolean isUpdateable
+fld protected int cacheSize
+fld protected java.lang.Class cacheType
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> fields
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public boolean isInsertable()
+meth public boolean isUpdateable()
+meth public int getCacheSize()
+meth public java.lang.Class getCacheType()
+meth public java.lang.Object clone() throws java.lang.CloneNotSupportedException
+meth public java.lang.String toString()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getFields()
+meth public void addField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addFieldName(java.lang.String)
+meth public void setCacheSize(int)
+meth public void setCacheType(java.lang.Class)
+meth public void setFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void setIsInsertable(boolean)
+meth public void setIsUpdateable(boolean)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.CachePolicy
+cons public init()
+fld protected boolean fullyMergeEntity
+fld protected boolean prefetchCacheKeys
+fld protected boolean shouldAlwaysRefreshCache
+fld protected boolean shouldAlwaysRefreshCacheOnRemote
+fld protected boolean shouldDisableCacheHits
+fld protected boolean shouldDisableCacheHitsOnRemote
+fld protected boolean shouldOnlyRefreshCacheIfNewerVersion
+fld protected boolean wasDefaultUnitOfWorkCacheIsolationLevel
+fld protected int cacheSynchronizationType
+fld protected int identityMapSize
+fld protected int remoteIdentityMapSize
+fld protected int unitOfWorkCacheIsolationLevel
+fld protected java.lang.Class cacheInterceptorClass
+fld protected java.lang.Class identityMapClass
+fld protected java.lang.Class remoteIdentityMapClass
+fld protected java.lang.String cacheInterceptorClassName
+fld protected java.util.Map<java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>,org.eclipse.persistence.descriptors.CacheIndex> cacheIndexes
+fld protected org.eclipse.persistence.annotations.CacheKeyType cacheKeyType
+fld protected org.eclipse.persistence.annotations.DatabaseChangeNotificationType databaseChangeNotificationType
+fld protected org.eclipse.persistence.config.CacheIsolationType cacheIsolation
+fld public final static int DO_NOT_SEND_CHANGES = 4
+fld public final static int INVALIDATE_CHANGED_OBJECTS = 2
+fld public final static int ISOLATE_CACHE_AFTER_TRANSACTION = 2
+fld public final static int ISOLATE_CACHE_ALWAYS = 4
+fld public final static int ISOLATE_FROM_CLIENT_SESSION = 3
+fld public final static int ISOLATE_NEW_DATA_AFTER_TRANSACTION = 1
+fld public final static int SEND_NEW_OBJECTS_WITH_CHANGES = 3
+fld public final static int SEND_OBJECT_CHANGES = 1
+fld public final static int UNDEFINED_ISOLATATION = -1
+fld public final static int UNDEFINED_OBJECT_CHANGE_BEHAVIOR = 0
+fld public final static int USE_SESSION_CACHE_AFTER_TRANSACTION = 0
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public !varargs void addCacheIndex(java.lang.String[])
+meth public boolean getFullyMergeEntity()
+meth public boolean hasCacheIndexes()
+meth public boolean isIndexableExpression(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isIsolated()
+meth public boolean isProtectedIsolation()
+meth public boolean isSharedIsolation()
+meth public boolean shouldAlwaysRefreshCache()
+meth public boolean shouldAlwaysRefreshCacheOnRemote()
+meth public boolean shouldDisableCacheHits()
+meth public boolean shouldDisableCacheHitsOnRemote()
+meth public boolean shouldIsolateObjectsInUnitOfWork()
+meth public boolean shouldIsolateObjectsInUnitOfWorkEarlyTransaction()
+meth public boolean shouldIsolateProtectedObjectsInUnitOfWork()
+meth public boolean shouldOnlyRefreshCacheIfNewerVersion()
+meth public boolean shouldPrefetchCacheKeys()
+meth public boolean shouldUseSessionCacheInUnitOfWorkEarlyTransaction()
+meth public int getCacheSynchronizationType()
+meth public int getIdentityMapSize()
+meth public int getRemoteIdentityMapSize()
+meth public int getUnitOfWorkCacheIsolationLevel()
+meth public java.lang.Class getCacheInterceptorClass()
+meth public java.lang.Class getIdentityMapClass()
+meth public java.lang.Class getRemoteIdentityMapClass()
+meth public java.lang.String getCacheInterceptorClassName()
+meth public java.util.Map<java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>,org.eclipse.persistence.descriptors.CacheIndex> getCacheIndexes()
+meth public org.eclipse.persistence.annotations.CacheKeyType getCacheKeyType()
+meth public org.eclipse.persistence.annotations.DatabaseChangeNotificationType getDatabaseChangeNotificationType()
+meth public org.eclipse.persistence.config.CacheIsolationType getCacheIsolation()
+meth public org.eclipse.persistence.descriptors.CacheIndex getCacheIndex(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public org.eclipse.persistence.descriptors.CachePolicy clone()
+meth public org.eclipse.persistence.internal.identitymaps.CacheKey checkCacheByIndex(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void addCacheIndex(org.eclipse.persistence.descriptors.CacheIndex)
+meth public void addCacheIndex(org.eclipse.persistence.internal.helper.DatabaseField[])
+meth public void assignDefaultValues(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void indexObjectInCache(org.eclipse.persistence.internal.identitymaps.CacheKey,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public void indexObjectInCache(org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public void indexObjectInCache(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeFromParent(org.eclipse.persistence.descriptors.CachePolicy,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInitialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setCacheCoordinationType(org.eclipse.persistence.annotations.CacheCoordinationType)
+meth public void setCacheIndexes(java.util.Map<java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>,org.eclipse.persistence.descriptors.CacheIndex>)
+meth public void setCacheInterceptorClass(java.lang.Class)
+meth public void setCacheInterceptorClassName(java.lang.String)
+meth public void setCacheIsolation(org.eclipse.persistence.config.CacheIsolationType)
+meth public void setCacheKeyType(org.eclipse.persistence.annotations.CacheKeyType)
+meth public void setCacheSynchronizationType(int)
+meth public void setCacheable(java.lang.Boolean)
+meth public void setDatabaseChangeNotificationType(org.eclipse.persistence.annotations.DatabaseChangeNotificationType)
+meth public void setFullyMergeEntity(boolean)
+meth public void setIdentityMapClass(java.lang.Class)
+meth public void setIdentityMapSize(int)
+meth public void setPrefetchCacheKeys(boolean)
+meth public void setRemoteIdentityMapClass(java.lang.Class)
+meth public void setRemoteIdentityMapSize(int)
+meth public void setShouldAlwaysRefreshCache(boolean)
+meth public void setShouldAlwaysRefreshCacheOnRemote(boolean)
+meth public void setShouldDisableCacheHits(boolean)
+meth public void setShouldDisableCacheHitsOnRemote(boolean)
+meth public void setShouldOnlyRefreshCacheIfNewerVersion(boolean)
+meth public void setUnitOfWorkCacheIsolationLevel(int)
+meth public void useFullIdentityMap()
+meth public void useHardCacheWeakIdentityMap()
+meth public void useNoIdentityMap()
+meth public void useSoftIdentityMap()
+meth public void useWeakIdentityMap()
+supr java.lang.Object
+hfds cacheable
+
+CLSS public org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
+cons public init()
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToCompare(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.expressions.Expression buildDeleteExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addLockValuesToTranslationRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+supr org.eclipse.persistence.descriptors.FieldsLockingPolicy
+
+CLSS public org.eclipse.persistence.descriptors.ClassDescriptor
+cons public init()
+fld protected boolean cascadedLockingInitialized
+fld protected boolean hasMultipleTableConstraintDependecy
+fld protected boolean hasNoncacheableMappings
+fld protected boolean hasRelationships
+fld protected boolean hasSimplePrimaryKey
+fld protected boolean isCascadeOnDeleteSetOnDatabaseOnSecondaryTables
+fld protected boolean isNativeConnectionRequired
+fld protected boolean shouldAcquireCascadedLocks
+fld protected boolean shouldAlwaysConformResultsInUnitOfWork
+fld protected boolean shouldBeReadOnly
+fld protected boolean shouldLockForClone
+fld protected boolean shouldOrderMappings
+fld protected boolean shouldRegisterResultsInUnitOfWork
+fld protected boolean weavingUsesPropertyAccess
+fld protected final static int AGGREGATE = 2
+fld protected final static int AGGREGATE_COLLECTION = 3
+fld protected final static int ERROR = -1
+fld protected final static int INITIALIZED = 2
+fld protected final static int INTERFACE = 1
+fld protected final static int NORMAL = 0
+fld protected final static int POST_INITIALIZED = 3
+fld protected final static int PREINITIALIZED = 1
+fld protected final static int UNINITIALIZED = 0
+fld protected int descriptorType
+fld protected int initializationStage
+fld protected int interfaceInitializationStage
+fld protected java.lang.Class amendmentClass
+fld protected java.lang.Class javaClass
+fld protected java.lang.String alias
+fld protected java.lang.String amendmentClassName
+fld protected java.lang.String amendmentMethodName
+fld protected java.lang.String copyPolicyClassName
+fld protected java.lang.String defaultDeleteObjectQueryRedirectorClassName
+fld protected java.lang.String defaultInsertObjectQueryRedirectorClassName
+fld protected java.lang.String defaultQueryRedirectorClassName
+fld protected java.lang.String defaultReadAllQueryRedirectorClassName
+fld protected java.lang.String defaultReadObjectQueryRedirectorClassName
+fld protected java.lang.String defaultReportQueryRedirectorClassName
+fld protected java.lang.String defaultUpdateObjectQueryRedirectorClassName
+fld protected java.lang.String descriptorCustomizerClassName
+fld protected java.lang.String javaClassName
+fld protected java.lang.String partitioningPolicyName
+fld protected java.lang.String sequenceNumberName
+fld protected java.lang.String sessionName
+fld protected java.util.List<org.eclipse.persistence.annotations.IdValidation> primaryKeyIdValidations
+fld protected java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy> returningPolicies
+fld protected java.util.List<org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy> cascadeLockingPolicies
+fld protected java.util.List<org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo> virtualAttributeMethods
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> additionalAggregateCollectionKeyFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> additionalWritableMapKeyFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> allSelectionFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> primaryKeyFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> returnFieldsToMergeInsert
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> returnFieldsToMergeUpdate
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> selectionFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> multipleTableInsertOrder
+fld protected java.util.List<org.eclipse.persistence.mappings.AttributeAccessor> accessorTree
+fld protected java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> lockableMappings
+fld protected java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> mappingsPostCalculateChanges
+fld protected java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> mappingsPostCalculateChangesOnDeleted
+fld protected java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> preDeleteMappings
+fld protected java.util.Map properties
+fld protected java.util.Map<java.lang.String,java.util.List<java.lang.String>> unconvertedProperties
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping> derivesIdMappings
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.mappings.querykeys.QueryKey> queryKeys
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField>> additionalTablePrimaryKeyFields
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Set<org.eclipse.persistence.internal.helper.DatabaseTable>> multipleTableForeignKeys
+fld protected java.util.Set<org.eclipse.persistence.descriptors.ClassDescriptor> referencingClasses
+fld protected java.util.Set<org.eclipse.persistence.internal.helper.DatabaseField> foreignKeyValuesForCaching
+fld protected java.util.Vector constraintDependencies
+fld protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> allFields
+fld protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> fields
+fld protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> returnFieldsToGenerateInsert
+fld protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> returnFieldsToGenerateUpdate
+fld protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseTable> tables
+fld protected java.util.Vector<org.eclipse.persistence.mappings.DatabaseMapping> mappings
+fld protected org.eclipse.persistence.annotations.IdValidation idValidation
+fld protected org.eclipse.persistence.descriptors.CMPPolicy cmpPolicy
+fld protected org.eclipse.persistence.descriptors.CachePolicy cachePolicy
+fld protected org.eclipse.persistence.descriptors.DescriptorQueryManager queryManager
+fld protected org.eclipse.persistence.descriptors.FetchGroupManager fetchGroupManager
+fld protected org.eclipse.persistence.descriptors.InterfacePolicy interfacePolicy
+fld protected org.eclipse.persistence.descriptors.MultitenantPolicy multitenantPolicy
+fld protected org.eclipse.persistence.descriptors.ReturningPolicy returningPolicy
+fld protected org.eclipse.persistence.descriptors.SerializedObjectPolicy serializedObjectPolicy
+fld protected org.eclipse.persistence.descriptors.WrapperPolicy wrapperPolicy
+fld protected org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy changePolicy
+fld protected org.eclipse.persistence.descriptors.copying.CopyPolicy copyPolicy
+fld protected org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy cacheInvalidationPolicy
+fld protected org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy partitioningPolicy
+fld protected org.eclipse.persistence.history.HistoryPolicy historyPolicy
+fld protected org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy optimisticLockingPolicy
+fld protected org.eclipse.persistence.internal.helper.DatabaseField sequenceNumberField
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable defaultTable
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultDeleteObjectQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultInsertObjectQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultReadAllQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultReadObjectQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultReportQueryRedirector
+fld protected org.eclipse.persistence.queries.QueryRedirector defaultUpdateObjectQueryRedirector
+fld protected org.eclipse.persistence.sequencing.Sequence sequence
+fld public final static int DO_NOT_SEND_CHANGES = 4
+fld public final static int INVALIDATE_CHANGED_OBJECTS = 2
+fld public final static int ISOLATE_CACHE_AFTER_TRANSACTION = 2
+fld public final static int ISOLATE_CACHE_ALWAYS = 4
+fld public final static int ISOLATE_FROM_CLIENT_SESSION = 3
+fld public final static int ISOLATE_NEW_DATA_AFTER_TRANSACTION = 1
+fld public final static int SEND_NEW_OBJECTS_WITH_CHANGES = 3
+fld public final static int SEND_OBJECT_CHANGES = 1
+fld public final static int UNDEFINED_ISOLATATION = -1
+fld public final static int UNDEFINED_OBJECT_CHANGE_BEHAVIOR = 0
+fld public final static int USE_SESSION_CACHE_AFTER_TRANSACTION = 0
+fld public static boolean shouldUseFullChangeSetsForNewObjects
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected boolean createTableOrder(int,int,int[],int[][])
+meth protected boolean isInitialized(int)
+meth protected boolean isInterfaceInitialized(int)
+meth protected int[][] createTableComparison(java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable>,int)
+meth protected org.eclipse.persistence.internal.helper.DatabaseTable extractDefaultTable()
+meth protected void assignDefaultValues(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void checkDatabase(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void createMultipleTableInsertOrder()
+meth protected void createMultipleTableInsertOrderFromComparison(int[][],int)
+meth protected void initializeProperties(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void preInitializeInheritancePolicy(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void prepareCascadeLockingPolicy(org.eclipse.persistence.mappings.DatabaseMapping)
+meth protected void selfValidationAfterInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void selfValidationBeforeInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void setAdditionalTablePrimaryKeyFields(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected void setAllFields(java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth protected void setInitializationStage(int)
+meth protected void setInterfaceInitializationStage(int)
+meth protected void setMultipleTableForeignKeys(java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Set<org.eclipse.persistence.internal.helper.DatabaseTable>>)
+meth protected void setObjectBuilder(org.eclipse.persistence.internal.descriptors.ObjectBuilder)
+meth protected void setSessionName(java.lang.String)
+meth protected void toggleAdditionalTablePrimaryKeyFields()
+meth protected void validateAfterInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void validateBeforeInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void validateMappingType(org.eclipse.persistence.mappings.DatabaseMapping)
+meth protected void verifyMultipleTableInsertOrder()
+meth protected void verifyMultipleTablesForeignKeysTables()
+meth protected void verifyTableQualifiers(org.eclipse.persistence.internal.databaseaccess.Platform)
+meth public boolean arePrimaryKeyFields(java.util.Vector)
+meth public boolean getFullyMergeEntity()
+meth public boolean hasCMPPolicy()
+meth public boolean hasCascadeLockingPolicies()
+meth public boolean hasDependencyOnParts()
+meth public boolean hasDerivedId()
+meth public boolean hasEventManager()
+meth public boolean hasFetchGroupManager()
+meth public boolean hasInheritance()
+meth public boolean hasInterfacePolicy()
+meth public boolean hasMappingsPostCalculateChanges()
+meth public boolean hasMappingsPostCalculateChangesOnDeleted()
+meth public boolean hasMultipleTableConstraintDependecy()
+meth public boolean hasMultipleTables()
+meth public boolean hasMultitenantPolicy()
+meth public boolean hasNestedIdentityReference(boolean)
+meth public boolean hasNoncacheableMappings()
+meth public boolean hasPessimisticLockingPolicy()
+meth public boolean hasPreDeleteMappings()
+meth public boolean hasPrivatelyOwnedParts()
+meth public boolean hasQueryKeyOrMapping(java.lang.String)
+meth public boolean hasRelationships()
+meth public boolean hasRelationshipsExceptBackpointer(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public boolean hasReturningPolicies()
+meth public boolean hasReturningPolicy()
+meth public boolean hasSerializedObjectPolicy()
+meth public boolean hasSimplePrimaryKey()
+meth public boolean hasTablePerClassPolicy()
+meth public boolean hasTablePerMultitenantPolicy()
+meth public boolean hasTargetForeignKeyMapping(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean hasUnconvertedProperties()
+meth public boolean hasWrapperPolicy()
+meth public boolean isAbstract()
+meth public boolean isAggregateCollectionDescriptor()
+meth public boolean isAggregateDescriptor()
+meth public boolean isCascadeOnDeleteSetOnDatabaseOnSecondaryTables()
+meth public boolean isChildDescriptor()
+meth public boolean isDescriptorForInterface()
+meth public boolean isDescriptorTypeAggregate()
+meth public boolean isDescriptorTypeNormal()
+meth public boolean isEISDescriptor()
+meth public boolean isFullyInitialized()
+meth public boolean isInterfaceChildDescriptor()
+meth public boolean isInvalid()
+meth public boolean isIsolated()
+meth public boolean isMultipleTableDescriptor()
+meth public boolean isNativeConnectionRequired()
+meth public boolean isObjectRelationalDataTypeDescriptor()
+meth public boolean isPrimaryKeySetAfterInsert(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isProtectedIsolation()
+meth public boolean isRelationalDescriptor()
+meth public boolean isReturnTypeRequiredForReturningPolicy()
+meth public boolean isSharedIsolation()
+meth public boolean isXMLDescriptor()
+meth public boolean requiresInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean shouldAcquireCascadedLocks()
+meth public boolean shouldAlwaysConformResultsInUnitOfWork()
+meth public boolean shouldAlwaysRefreshCache()
+meth public boolean shouldAlwaysRefreshCacheOnRemote()
+meth public boolean shouldBeReadOnly()
+meth public boolean shouldDisableCacheHits()
+meth public boolean shouldDisableCacheHitsOnRemote()
+meth public boolean shouldIsolateObjectsInUnitOfWork()
+meth public boolean shouldIsolateObjectsInUnitOfWorkEarlyTransaction()
+meth public boolean shouldIsolateProtectedObjectsInUnitOfWork()
+meth public boolean shouldLockForClone()
+meth public boolean shouldOnlyRefreshCacheIfNewerVersion()
+meth public boolean shouldOrderMappings()
+meth public boolean shouldRegisterResultsInUnitOfWork()
+meth public boolean shouldUseAdditionalJoinExpression()
+meth public boolean shouldUseCacheIdentityMap()
+meth public boolean shouldUseFullChangeSetsForNewObjects()
+meth public boolean shouldUseFullIdentityMap()
+meth public boolean shouldUseHardCacheWeakIdentityMap()
+meth public boolean shouldUseNoIdentityMap()
+meth public boolean shouldUseRemoteCacheIdentityMap()
+meth public boolean shouldUseRemoteFullIdentityMap()
+meth public boolean shouldUseRemoteHardCacheWeakIdentityMap()
+meth public boolean shouldUseRemoteNoIdentityMap()
+meth public boolean shouldUseRemoteSoftCacheWeakIdentityMap()
+meth public boolean shouldUseRemoteSoftIdentityMap()
+meth public boolean shouldUseRemoteWeakIdentityMap()
+meth public boolean shouldUseSessionCacheInUnitOfWorkEarlyTransaction()
+meth public boolean shouldUseSoftCacheWeakIdentityMap()
+meth public boolean shouldUseSoftIdentityMap()
+meth public boolean shouldUseWeakIdentityMap()
+meth public boolean supportsChangeTracking(org.eclipse.persistence.sessions.Project)
+meth public boolean usesFieldLocking()
+meth public boolean usesOptimisticLocking()
+meth public boolean usesPropertyAccessForWeaving()
+meth public boolean usesSequenceNumbers()
+meth public boolean usesVersionLocking()
+meth public int getCacheSynchronizationType()
+meth public int getDescriptorType()
+meth public int getIdentityMapSize()
+meth public int getRemoteIdentityMapSize()
+meth public int getUnitOfWorkCacheIsolationLevel()
+meth public java.lang.Class getAmendmentClass()
+meth public java.lang.Class getCacheInterceptorClass()
+meth public java.lang.Class getIdentityMapClass()
+meth public java.lang.Class getJavaClass()
+meth public java.lang.Class getRemoteIdentityMapClass()
+meth public java.lang.Object buildFieldValueFromDirectValues(java.util.Vector,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildFieldValueFromForeignKeys(java.util.Vector,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildFieldValueFromNestedRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildFieldValueFromNestedRows(java.util.Vector,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object clone()
+meth public java.lang.Object getProperty(java.lang.String)
+meth public java.lang.String getAlias()
+meth public java.lang.String getAmendmentClassName()
+meth public java.lang.String getAmendmentMethodName()
+meth public java.lang.String getCacheInterceptorClassName()
+meth public java.lang.String getCopyPolicyClassName()
+meth public java.lang.String getDescriptorCustomizerClassName()
+meth public java.lang.String getDescriptorTypeValue()
+meth public java.lang.String getJavaClassName()
+meth public java.lang.String getPartitioningPolicyName()
+meth public java.lang.String getSequenceNumberFieldName()
+meth public java.lang.String getSequenceNumberName()
+meth public java.lang.String getSessionName()
+meth public java.lang.String getTableName()
+meth public java.lang.String toString()
+meth public java.util.Collection<org.eclipse.persistence.mappings.DatabaseMapping> getDerivesIdMappinps()
+meth public java.util.List<org.eclipse.persistence.annotations.IdValidation> getPrimaryKeyIdValidations()
+meth public java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy> getReturningPolicies()
+meth public java.util.List<org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy> getCascadeLockingPolicies()
+meth public java.util.List<org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo> getVirtualAttributeMethods()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAdditionalAggregateCollectionKeyFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAdditionalWritableMapKeyFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAllSelectionFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAllSelectionFields(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getPrimaryKeyFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getReturnFieldsToMergeInsert()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getReturnFieldsToMergeUpdate()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSelectionFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSelectionFields(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> getMultipleTableInsertOrder()
+meth public java.util.List<org.eclipse.persistence.mappings.AttributeAccessor> getAccessorTree()
+meth public java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> getLockableMappings()
+meth public java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> getMappingsPostCalculateChanges()
+meth public java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> getMappingsPostCalculateChangesOnDeleted()
+meth public java.util.List<org.eclipse.persistence.mappings.DatabaseMapping> getPreDeleteMappings()
+meth public java.util.Map getProperties()
+meth public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getUnconvertedProperties()
+meth public java.util.Map<java.lang.String,org.eclipse.persistence.mappings.querykeys.QueryKey> getQueryKeys()
+meth public java.util.Map<java.lang.String,org.eclipse.persistence.queries.AttributeGroup> getAttributeGroups()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField>> getAdditionalTablePrimaryKeyFields()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Set<org.eclipse.persistence.internal.helper.DatabaseTable>> getMultipleTableForeignKeys()
+meth public java.util.Set<org.eclipse.persistence.internal.helper.DatabaseField> getForeignKeyValuesForCaching()
+meth public java.util.Vector buildDirectValuesFromFieldValue(java.lang.Object)
+meth public java.util.Vector buildNestedRowsFromFieldValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.util.Vector getConstraintDependencies()
+meth public java.util.Vector getMultipleTableForeignKeyAssociations()
+meth public java.util.Vector getMultipleTablePrimaryKeyAssociations()
+meth public java.util.Vector getTableNames()
+meth public java.util.Vector<java.lang.String> getPrimaryKeyFieldNames()
+meth public java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> getAllFields()
+meth public java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> getFields()
+meth public java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> getReturnFieldsToGenerateInsert()
+meth public java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> getReturnFieldsToGenerateUpdate()
+meth public java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseTable> getTables()
+meth public java.util.Vector<org.eclipse.persistence.mappings.DatabaseMapping> getMappings()
+meth public org.eclipse.persistence.annotations.CacheKeyType getCacheKeyType()
+meth public org.eclipse.persistence.annotations.IdValidation getIdValidation()
+meth public org.eclipse.persistence.config.CacheIsolationType getCacheIsolation()
+meth public org.eclipse.persistence.descriptors.CMPPolicy getCMPPolicy()
+meth public org.eclipse.persistence.descriptors.CachePolicy getCachePolicy()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getRootDescriptor()
+meth public org.eclipse.persistence.descriptors.DescriptorEventManager getDescriptorEventManager()
+meth public org.eclipse.persistence.descriptors.DescriptorEventManager getEventManager()
+meth public org.eclipse.persistence.descriptors.DescriptorQueryManager getDescriptorQueryManager()
+meth public org.eclipse.persistence.descriptors.DescriptorQueryManager getQueryManager()
+meth public org.eclipse.persistence.descriptors.FetchGroupManager getFetchGroupManager()
+meth public org.eclipse.persistence.descriptors.InheritancePolicy getDescriptorInheritancePolicy()
+meth public org.eclipse.persistence.descriptors.InheritancePolicy getInheritancePolicy()
+meth public org.eclipse.persistence.descriptors.InheritancePolicy getInheritancePolicyOrNull()
+meth public org.eclipse.persistence.descriptors.InterfacePolicy getInterfacePolicy()
+meth public org.eclipse.persistence.descriptors.InterfacePolicy getInterfacePolicyOrNull()
+meth public org.eclipse.persistence.descriptors.MultitenantPolicy getMultitenantPolicy()
+meth public org.eclipse.persistence.descriptors.ReturningPolicy getReturningPolicy()
+meth public org.eclipse.persistence.descriptors.SerializedObjectPolicy getSerializedObjectPolicy()
+meth public org.eclipse.persistence.descriptors.TablePerClassPolicy getTablePerClassPolicy()
+meth public org.eclipse.persistence.descriptors.WrapperPolicy getWrapperPolicy()
+meth public org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy getObjectChangePolicy()
+meth public org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy getObjectChangePolicyInternal()
+meth public org.eclipse.persistence.descriptors.copying.CopyPolicy getCopyPolicy()
+meth public org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy getCacheInvalidationPolicy()
+meth public org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy getPartitioningPolicy()
+meth public org.eclipse.persistence.expressions.Expression buildBatchCriteriaByPK(org.eclipse.persistence.expressions.ExpressionBuilder,org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public org.eclipse.persistence.history.HistoryPolicy getHistoryPolicy()
+meth public org.eclipse.persistence.internal.databaseaccess.DatasourceCall buildCallFromStatement(org.eclipse.persistence.internal.expressions.SQLStatement,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.descriptors.InstantiationPolicy getInstantiationPolicy()
+meth public org.eclipse.persistence.internal.descriptors.ObjectBuilder getObjectBuilder()
+meth public org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy getOptimisticLockingPolicy()
+meth public org.eclipse.persistence.internal.helper.DatabaseField buildField(java.lang.String)
+meth public org.eclipse.persistence.internal.helper.DatabaseField buildField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.internal.helper.DatabaseField buildField(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public org.eclipse.persistence.internal.helper.DatabaseField getSequenceNumberField()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getTypedField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getDefaultTable()
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getTable(java.lang.String)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildNestedRowFromFieldValue(java.lang.Object)
+meth public org.eclipse.persistence.mappings.AggregateMapping newAggregateMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newManyToManyMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newOneToManyMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newUnidirectionalOneToManyMapping()
+meth public org.eclipse.persistence.mappings.DatabaseMapping addDirectMapping(java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.mappings.DatabaseMapping addDirectMapping(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.mappings.DatabaseMapping addMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public org.eclipse.persistence.mappings.DatabaseMapping getMappingForAttributeName(java.lang.String)
+meth public org.eclipse.persistence.mappings.DatabaseMapping newAggregateCollectionMapping()
+meth public org.eclipse.persistence.mappings.DatabaseMapping newDirectCollectionMapping()
+meth public org.eclipse.persistence.mappings.DatabaseMapping removeMappingForAttributeName(java.lang.String)
+meth public org.eclipse.persistence.mappings.ObjectReferenceMapping newManyToOneMapping()
+meth public org.eclipse.persistence.mappings.ObjectReferenceMapping newOneToOneMapping()
+meth public org.eclipse.persistence.mappings.foundation.AbstractDirectMapping newDirectMapping()
+meth public org.eclipse.persistence.mappings.querykeys.QueryKey getQueryKeyNamed(java.lang.String)
+meth public org.eclipse.persistence.queries.AttributeGroup getAttributeGroup(java.lang.String)
+meth public org.eclipse.persistence.queries.FetchGroup getDefaultFetchGroup()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultDeleteObjectQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultInsertObjectQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultReadAllQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultReadObjectQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultReportQueryRedirector()
+meth public org.eclipse.persistence.queries.QueryRedirector getDefaultUpdateObjectQueryRedirector()
+meth public org.eclipse.persistence.sequencing.Sequence getSequence()
+meth public void addAbstractQueryKey(java.lang.String)
+meth public void addCascadeLockingPolicy(org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy)
+meth public void addConstraintDependencies(java.lang.Class)
+meth public void addConstraintDependency(java.lang.Class)
+meth public void addDirectQueryKey(java.lang.String,java.lang.String)
+meth public void addForeignKeyFieldForMultipleTable(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addForeignKeyFieldNameForMultipleTable(java.lang.String,java.lang.String)
+meth public void addMappingsPostCalculateChanges(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public void addMappingsPostCalculateChangesOnDeleted(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public void addPreDeleteMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public void addPrimaryKeyField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addPrimaryKeyFieldName(java.lang.String)
+meth public void addQueryKey(org.eclipse.persistence.mappings.querykeys.QueryKey)
+meth public void addTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void addTableName(java.lang.String)
+meth public void addUnconvertedProperty(java.lang.String,java.lang.String,java.lang.String)
+meth public void adjustMultipleTableInsertOrder()
+meth public void alwaysConformResultsInUnitOfWork()
+meth public void alwaysRefreshCache()
+meth public void alwaysRefreshCacheOnRemote()
+meth public void applyAmendmentMethod()
+meth public void applyAmendmentMethod(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void checkInheritanceTreeAggregateSettings(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.AggregateMapping)
+meth public void clearReferencingClasses()
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void createCopyPolicy(java.lang.String)
+meth public void createInstantiationPolicy(java.lang.String)
+meth public void descriptorIsAggregate()
+meth public void descriptorIsAggregateCollection()
+meth public void descriptorIsForInterface()
+meth public void descriptorIsNormal()
+meth public void disableCacheHits()
+meth public void disableCacheHitsOnRemote()
+meth public void dontAlwaysConformResultsInUnitOfWork()
+meth public void dontAlwaysRefreshCache()
+meth public void dontAlwaysRefreshCacheOnRemote()
+meth public void dontDisableCacheHits()
+meth public void dontDisableCacheHitsOnRemote()
+meth public void dontOnlyRefreshCacheIfNewerVersion()
+meth public void initialize(org.eclipse.persistence.descriptors.DescriptorQueryManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeAggregateInheritancePolicy(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeMultipleTablePrimaryKeyFields()
+meth public void interfaceInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void notifyReferencingDescriptorsOfIsolation(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void onlyRefreshCacheIfNewerVersion()
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInterfaceInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void reInitializeJoinedAttributes()
+meth public void rehashFieldDependancies(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void remoteInitialization(org.eclipse.persistence.sessions.remote.DistributedSession)
+meth public void removeProperty(java.lang.String)
+meth public void setAccessorTree(java.util.List<org.eclipse.persistence.mappings.AttributeAccessor>)
+meth public void setAdditionalTablePrimaryKeyFields(java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField>>)
+meth public void setAlias(java.lang.String)
+meth public void setAmendmentClass(java.lang.Class)
+meth public void setAmendmentClassName(java.lang.String)
+meth public void setAmendmentMethodName(java.lang.String)
+meth public void setCMPPolicy(org.eclipse.persistence.descriptors.CMPPolicy)
+meth public void setCacheInterceptorClass(java.lang.Class)
+meth public void setCacheInterceptorClassName(java.lang.String)
+meth public void setCacheInvalidationPolicy(org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy)
+meth public void setCacheIsolation(org.eclipse.persistence.config.CacheIsolationType)
+meth public void setCacheKeyType(org.eclipse.persistence.annotations.CacheKeyType)
+meth public void setCachePolicy(org.eclipse.persistence.descriptors.CachePolicy)
+meth public void setCacheSynchronizationType(int)
+meth public void setCacheable(java.lang.Boolean)
+meth public void setConstraintDependencies(java.util.Vector)
+meth public void setCopyPolicy(org.eclipse.persistence.descriptors.copying.CopyPolicy)
+meth public void setCopyPolicyClassName(java.lang.String)
+meth public void setDefaultDeleteObjectQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultDeleteObjectQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultInsertObjectQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultInsertObjectQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultReadAllQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultReadAllQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultReadObjectQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultReadObjectQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultReportQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultReportQueryRedirectorClassName(java.lang.String)
+meth public void setDefaultTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void setDefaultTableName(java.lang.String)
+meth public void setDefaultUpdateObjectQueryRedirector(org.eclipse.persistence.queries.QueryRedirector)
+meth public void setDefaultUpdateObjectQueryRedirectorClassName(java.lang.String)
+meth public void setDescriptorCustomizerClassName(java.lang.String)
+meth public void setDescriptorType(int)
+meth public void setDescriptorTypeValue(java.lang.String)
+meth public void setEventManager(org.eclipse.persistence.descriptors.DescriptorEventManager)
+meth public void setExistenceChecking(java.lang.String)
+meth public void setFetchGroupManager(org.eclipse.persistence.descriptors.FetchGroupManager)
+meth public void setFields(java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void setForeignKeyFieldNamesForMultipleTable(java.util.Vector)
+meth public void setFullyMergeEntity(boolean)
+meth public void setHasMultipleTableConstraintDependecy(boolean)
+meth public void setHasRelationships(boolean)
+meth public void setHasSimplePrimaryKey(boolean)
+meth public void setHistoryPolicy(org.eclipse.persistence.history.HistoryPolicy)
+meth public void setIdValidation(org.eclipse.persistence.annotations.IdValidation)
+meth public void setIdentityMapClass(java.lang.Class)
+meth public void setIdentityMapSize(int)
+meth public void setInheritancePolicy(org.eclipse.persistence.descriptors.InheritancePolicy)
+meth public void setInstantiationPolicy(org.eclipse.persistence.internal.descriptors.InstantiationPolicy)
+meth public void setInterfacePolicy(org.eclipse.persistence.descriptors.InterfacePolicy)
+meth public void setInternalDefaultTable()
+meth public void setInternalDefaultTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void setIsCascadeOnDeleteSetOnDatabaseOnSecondaryTables(boolean)
+meth public void setIsIsolated(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void setIsNativeConnectionRequired(boolean)
+meth public void setJavaClass(java.lang.Class)
+meth public void setJavaClassName(java.lang.String)
+meth public void setJavaInterface(java.lang.Class)
+meth public void setJavaInterfaceName(java.lang.String)
+meth public void setLockableMappings(java.util.List<org.eclipse.persistence.mappings.DatabaseMapping>)
+meth public void setMappings(java.util.Vector<org.eclipse.persistence.mappings.DatabaseMapping>)
+meth public void setMultipleTableInsertOrder(java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable>)
+meth public void setMultitenantPolicy(org.eclipse.persistence.descriptors.MultitenantPolicy)
+meth public void setObjectChangePolicy(org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy)
+meth public void setOptimisticLockingPolicy(org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy)
+meth public void setPartitioningPolicy(org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy)
+meth public void setPartitioningPolicyName(java.lang.String)
+meth public void setPrimaryKeyFieldName(java.lang.String)
+meth public void setPrimaryKeyFieldNames(java.util.Vector)
+meth public void setPrimaryKeyFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void setPrimaryKeyIdValidations(java.util.List<org.eclipse.persistence.annotations.IdValidation>)
+meth public void setProperties(java.util.Map)
+meth public void setProperty(java.lang.String,java.lang.Object)
+meth public void setQueryKeys(java.util.Map<java.lang.String,org.eclipse.persistence.mappings.querykeys.QueryKey>)
+meth public void setQueryManager(org.eclipse.persistence.descriptors.DescriptorQueryManager)
+meth public void setReadOnly()
+meth public void setRemoteIdentityMapClass(java.lang.Class)
+meth public void setRemoteIdentityMapSize(int)
+meth public void setReturningPolicy(org.eclipse.persistence.descriptors.ReturningPolicy)
+meth public void setSequence(org.eclipse.persistence.sequencing.Sequence)
+meth public void setSequenceNumberField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setSequenceNumberFieldName(java.lang.String)
+meth public void setSequenceNumberName(java.lang.String)
+meth public void setSerializedObjectPolicy(org.eclipse.persistence.descriptors.SerializedObjectPolicy)
+meth public void setShouldAcquireCascadedLocks(boolean)
+meth public void setShouldAlwaysConformResultsInUnitOfWork(boolean)
+meth public void setShouldAlwaysRefreshCache(boolean)
+meth public void setShouldAlwaysRefreshCacheOnRemote(boolean)
+meth public void setShouldBeReadOnly(boolean)
+meth public void setShouldDisableCacheHits(boolean)
+meth public void setShouldDisableCacheHitsOnRemote(boolean)
+meth public void setShouldLockForClone(boolean)
+meth public void setShouldOnlyRefreshCacheIfNewerVersion(boolean)
+meth public void setShouldOrderMappings(boolean)
+meth public void setShouldRegisterResultsInUnitOfWork(boolean)
+meth public void setTableName(java.lang.String)
+meth public void setTableNames(java.util.Vector)
+meth public void setTablePerClassPolicy(org.eclipse.persistence.descriptors.TablePerClassPolicy)
+meth public void setTableQualifier(java.lang.String)
+meth public void setTables(java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseTable>)
+meth public void setUnitOfWorkCacheIsolationLevel(int)
+meth public void setVirtualAttributeMethods(java.util.List<org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo>)
+meth public void setWrapperPolicy(org.eclipse.persistence.descriptors.WrapperPolicy)
+meth public void useAllFieldsLocking()
+meth public void useCacheIdentityMap()
+meth public void useChangedFieldsLocking()
+meth public void useCloneCopyPolicy()
+meth public void useCloneCopyPolicy(java.lang.String)
+meth public void useDefaultConstructorInstantiationPolicy()
+meth public void useFactoryInstantiationPolicy(java.lang.Class,java.lang.String)
+meth public void useFactoryInstantiationPolicy(java.lang.Class,java.lang.String,java.lang.String)
+meth public void useFactoryInstantiationPolicy(java.lang.Object,java.lang.String)
+meth public void useFactoryInstantiationPolicy(java.lang.String,java.lang.String)
+meth public void useFactoryInstantiationPolicy(java.lang.String,java.lang.String,java.lang.String)
+meth public void useFullIdentityMap()
+meth public void useHardCacheWeakIdentityMap()
+meth public void useInstantiationCopyPolicy()
+meth public void useMethodInstantiationPolicy(java.lang.String)
+meth public void useNoIdentityMap()
+meth public void usePropertyAccessForWeaving()
+meth public void useRemoteCacheIdentityMap()
+meth public void useRemoteFullIdentityMap()
+meth public void useRemoteHardCacheWeakIdentityMap()
+meth public void useRemoteNoIdentityMap()
+meth public void useRemoteSoftCacheWeakIdentityMap()
+meth public void useRemoteSoftIdentityMap()
+meth public void useRemoteWeakIdentityMap()
+meth public void useSelectedFieldsLocking(java.util.Vector)
+meth public void useSoftCacheWeakIdentityMap()
+meth public void useSoftIdentityMap()
+meth public void useTimestampLocking(java.lang.String)
+meth public void useTimestampLocking(java.lang.String,boolean)
+meth public void useVersionLocking(java.lang.String)
+meth public void useVersionLocking(java.lang.String,boolean)
+meth public void useWeakIdentityMap()
+supr org.eclipse.persistence.core.descriptors.CoreDescriptor<org.eclipse.persistence.queries.AttributeGroup,org.eclipse.persistence.descriptors.DescriptorEventManager,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.InheritancePolicy,org.eclipse.persistence.internal.descriptors.InstantiationPolicy,java.util.Vector,org.eclipse.persistence.internal.descriptors.ObjectBuilder>
+
+CLSS public abstract org.eclipse.persistence.descriptors.ClassExtractor
+cons public init()
+meth public abstract java.lang.Class extractClassFromRow(org.eclipse.persistence.sessions.Record,org.eclipse.persistence.sessions.Session)
+meth public void initialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.sessions.Session)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.DescriptorEvent
+cons public init(int,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+cons public init(java.lang.Object)
+fld protected int eventCode
+fld protected java.lang.Object originalObject
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.internal.sessions.AbstractSession session
+fld protected org.eclipse.persistence.internal.sessions.ObjectChangeSet changeSet
+fld protected org.eclipse.persistence.queries.DatabaseQuery query
+fld protected org.eclipse.persistence.sessions.Record record
+fld protected static java.lang.String[] eventNames
+intf org.eclipse.persistence.core.descriptors.CoreDescriptorEvent
+meth public int getEventCode()
+meth public java.lang.Object getObject()
+meth public java.lang.Object getOriginalObject()
+meth public java.lang.String toString()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getClassDescriptor()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.internal.sessions.AbstractSession getSession()
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet getChangeSet()
+meth public org.eclipse.persistence.queries.DatabaseQuery getQuery()
+meth public org.eclipse.persistence.sessions.Record getRecord()
+meth public void applyAttributeValuesIntoRow(java.lang.String)
+meth public void setChangeSet(org.eclipse.persistence.internal.sessions.ObjectChangeSet)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setEventCode(int)
+meth public void setOriginalObject(java.lang.Object)
+meth public void setQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void setRecord(org.eclipse.persistence.sessions.Record)
+meth public void setSession(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void updateAttributeAddObjectToCollection(java.lang.String,java.lang.Object,java.lang.Object)
+meth public void updateAttributeRemoveObjectFromCollection(java.lang.String,java.lang.Object,java.lang.Object)
+meth public void updateAttributeWithObject(java.lang.String,java.lang.Object)
+supr java.util.EventObject
+
+CLSS public org.eclipse.persistence.descriptors.DescriptorEventAdapter
+cons public init()
+intf org.eclipse.persistence.descriptors.DescriptorEventListener
+meth public boolean isOverriddenEvent(org.eclipse.persistence.descriptors.DescriptorEvent,java.util.List<org.eclipse.persistence.descriptors.DescriptorEventManager>)
+meth public void aboutToDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void aboutToInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void aboutToUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postBuild(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postClone(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postMerge(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postRefresh(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void postWrite(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void prePersist(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preRemove(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preUpdateWithChanges(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void preWrite(org.eclipse.persistence.descriptors.DescriptorEvent)
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.DescriptorEventListener
+intf java.util.EventListener
+meth public abstract boolean isOverriddenEvent(org.eclipse.persistence.descriptors.DescriptorEvent,java.util.List<org.eclipse.persistence.descriptors.DescriptorEventManager>)
+meth public abstract void aboutToDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void aboutToInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void aboutToUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postBuild(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postClone(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postMerge(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postRefresh(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void postWrite(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preDelete(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preInsert(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void prePersist(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preRemove(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preUpdate(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preUpdateWithChanges(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public abstract void preWrite(org.eclipse.persistence.descriptors.DescriptorEvent)
+
+CLSS public org.eclipse.persistence.descriptors.DescriptorEventManager
+cons public init()
+fld protected boolean excludeDefaultListeners
+fld protected boolean excludeSuperclassListeners
+fld protected boolean hasAnyEventListeners
+fld protected final static int NumberOfEvents = 18
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> defaultEventListeners
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> entityListenerEventListeners
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> eventListeners
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> internalListeners
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventManager> entityEventManagers
+fld protected java.util.List<org.eclipse.persistence.descriptors.DescriptorEventManager> entityListenerEventManagers
+fld protected java.util.List<org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder> descriptorEventHolders
+fld protected java.util.concurrent.atomic.AtomicReferenceArray<java.lang.String> eventSelectors
+fld protected java.util.concurrent.atomic.AtomicReferenceArray<java.lang.reflect.Method> eventMethods
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.descriptors.DescriptorEventListener entityEventListener
+fld public final static int AboutToDeleteEvent = 14
+fld public final static int AboutToInsertEvent = 12
+fld public final static int AboutToUpdateEvent = 13
+fld public final static int PostBuildEvent = 8
+fld public final static int PostCloneEvent = 10
+fld public final static int PostDeleteEvent = 3
+fld public final static int PostInsertEvent = 5
+fld public final static int PostMergeEvent = 11
+fld public final static int PostRefreshEvent = 9
+fld public final static int PostUpdateEvent = 7
+fld public final static int PostWriteEvent = 1
+fld public final static int PreDeleteEvent = 2
+fld public final static int PreInsertEvent = 4
+fld public final static int PrePersistEvent = 15
+fld public final static int PreRemoveEvent = 16
+fld public final static int PreUpdateEvent = 6
+fld public final static int PreUpdateWithChangesEvent = 17
+fld public final static int PreWriteEvent = 0
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected boolean hasAnyListeners()
+meth protected java.lang.reflect.Method findMethod(int)
+meth protected java.util.concurrent.atomic.AtomicReferenceArray<java.lang.String> getEventSelectors()
+meth protected java.util.concurrent.atomic.AtomicReferenceArray<java.lang.reflect.Method> getEventMethods()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth protected void initializeEJB30EventManagers()
+meth protected void notifyEJB30Listeners(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth protected void notifyListener(org.eclipse.persistence.descriptors.DescriptorEventListener,org.eclipse.persistence.descriptors.DescriptorEvent)
+meth protected void setEventListeners(java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener>)
+meth protected void setEventMethods(java.util.concurrent.atomic.AtomicReferenceArray<java.lang.reflect.Method>)
+meth protected void setEventSelectors(java.util.concurrent.atomic.AtomicReferenceArray<java.lang.String>)
+meth protected void setHasAnyEventListeners(boolean)
+meth public boolean excludeDefaultListeners()
+meth public boolean excludeSuperclassListeners()
+meth public boolean hasAnyEventListeners()
+meth public boolean hasDefaultEventListeners()
+meth public boolean hasEntityEventListener()
+meth public boolean hasEntityListenerEventListeners()
+meth public boolean hasInternalEventListeners()
+meth public java.lang.Object clone()
+meth public java.lang.String getAboutToDeleteSelector()
+meth public java.lang.String getAboutToInsertSelector()
+meth public java.lang.String getAboutToUpdateSelector()
+meth public java.lang.String getPostBuildSelector()
+meth public java.lang.String getPostCloneSelector()
+meth public java.lang.String getPostDeleteSelector()
+meth public java.lang.String getPostInsertSelector()
+meth public java.lang.String getPostMergeSelector()
+meth public java.lang.String getPostRefreshSelector()
+meth public java.lang.String getPostUpdateSelector()
+meth public java.lang.String getPostWriteSelector()
+meth public java.lang.String getPreDeleteSelector()
+meth public java.lang.String getPreInsertSelector()
+meth public java.lang.String getPrePersistSelector()
+meth public java.lang.String getPreRemoveSelector()
+meth public java.lang.String getPreUpdateSelector()
+meth public java.lang.String getPreWriteSelector()
+meth public java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> getDefaultEventListeners()
+meth public java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> getEntityListenerEventListeners()
+meth public java.util.List<org.eclipse.persistence.descriptors.DescriptorEventListener> getEventListeners()
+meth public java.util.List<org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder> getDescriptorEventHolders()
+meth public org.eclipse.persistence.descriptors.DescriptorEventListener getEntityEventListener()
+meth public void addDefaultEventListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void addEntityListenerEventListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void addEntityListenerHolder(org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder)
+meth public void addInternalListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void addListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void executeEvent(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void notifyListeners(org.eclipse.persistence.descriptors.DescriptorEvent)
+meth public void processDescriptorEventHolders(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader)
+meth public void remoteInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void removeListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void setAboutToDeleteSelector(java.lang.String)
+meth public void setAboutToInsertSelector(java.lang.String)
+meth public void setAboutToUpdateSelector(java.lang.String)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setDescriptorEventHolders(java.util.List<org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder>)
+meth public void setEntityEventListener(org.eclipse.persistence.descriptors.DescriptorEventListener)
+meth public void setExcludeDefaultListeners(boolean)
+meth public void setExcludeSuperclassListeners(boolean)
+meth public void setPostBuildSelector(java.lang.String)
+meth public void setPostCloneSelector(java.lang.String)
+meth public void setPostDeleteSelector(java.lang.String)
+meth public void setPostInsertSelector(java.lang.String)
+meth public void setPostMergeSelector(java.lang.String)
+meth public void setPostRefreshSelector(java.lang.String)
+meth public void setPostUpdateSelector(java.lang.String)
+meth public void setPostWriteSelector(java.lang.String)
+meth public void setPreDeleteSelector(java.lang.String)
+meth public void setPreInsertSelector(java.lang.String)
+meth public void setPrePersistSelector(java.lang.String)
+meth public void setPreRemoveSelector(java.lang.String)
+meth public void setPreUpdateSelector(java.lang.String)
+meth public void setPreWriteSelector(java.lang.String)
+supr org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager<org.eclipse.persistence.descriptors.DescriptorEvent>
+
+CLSS public org.eclipse.persistence.descriptors.DescriptorQueryManager
+cons public init()
+fld protected boolean hasCustomMultipleTableJoinExpression
+fld protected int queryTimeout
+fld protected java.lang.String additionalCriteria
+fld protected java.util.Map<java.lang.String,java.util.List<org.eclipse.persistence.queries.DatabaseQuery>> queries
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression> tablesJoinExpressions
+fld protected java.util.concurrent.TimeUnit queryTimeoutUnit
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.expressions.Expression additionalJoinExpression
+fld protected org.eclipse.persistence.expressions.Expression multipleTableJoinExpression
+fld protected org.eclipse.persistence.internal.helper.ConcurrentFixedCache cachedExpressionQueries
+fld protected org.eclipse.persistence.internal.helper.ConcurrentFixedCache cachedUpdateCalls
+fld protected org.eclipse.persistence.queries.DeleteObjectQuery deleteQuery
+fld protected org.eclipse.persistence.queries.DoesExistQuery doesExistQuery
+fld protected org.eclipse.persistence.queries.InsertObjectQuery insertQuery
+fld protected org.eclipse.persistence.queries.ReadAllQuery readAllQuery
+fld protected org.eclipse.persistence.queries.ReadObjectQuery readObjectQuery
+fld protected org.eclipse.persistence.queries.UpdateObjectQuery updateQuery
+fld public final static int DefaultTimeout = -1
+fld public final static int NoTimeout = 0
+fld public final static java.util.concurrent.TimeUnit DefaultTimeoutUnit
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected org.eclipse.persistence.queries.DatabaseQuery getQueryFromParent(java.lang.String,java.util.Vector)
+meth protected void setHasCustomMultipleTableJoinExpression(boolean)
+meth protected void updatePropertyParameterExpression(org.eclipse.persistence.expressions.Expression)
+meth public boolean containsQuery(java.lang.String)
+meth public boolean hasAdditionalCriteria()
+meth public boolean hasCustomMultipleTableJoinExpression()
+meth public boolean hasDeleteQuery()
+meth public boolean hasDoesExistQuery()
+meth public boolean hasInsertQuery()
+meth public boolean hasReadAllQuery()
+meth public boolean hasReadObjectQuery()
+meth public boolean hasUpdateQuery()
+meth public int getExpressionQueryCacheMaxSize()
+meth public int getQueryTimeout()
+meth public int getUpdateCallCacheSize()
+meth public java.lang.Object clone()
+meth public java.lang.String getDeleteSQLString()
+meth public java.lang.String getDoesExistSQLString()
+meth public java.lang.String getExistenceCheck()
+meth public java.lang.String getInsertSQLString()
+meth public java.lang.String getReadAllSQLString()
+meth public java.lang.String getReadObjectSQLString()
+meth public java.lang.String getUpdateSQLString()
+meth public java.util.Map<java.lang.String,java.util.List<org.eclipse.persistence.queries.DatabaseQuery>> getQueries()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression> getTablesJoinExpressions()
+meth public java.util.Vector getAllQueries()
+meth public java.util.Vector getCachedUpdateCalls(java.util.Vector)
+meth public java.util.concurrent.TimeUnit getQueryTimeoutUnit()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.descriptors.DescriptorQueryManager getParentDescriptorQueryManager()
+meth public org.eclipse.persistence.expressions.Expression getAdditionalJoinExpression()
+meth public org.eclipse.persistence.expressions.Expression getMultipleTableJoinExpression()
+meth public org.eclipse.persistence.queries.Call getDeleteCall()
+meth public org.eclipse.persistence.queries.Call getDoesExistCall()
+meth public org.eclipse.persistence.queries.Call getInsertCall()
+meth public org.eclipse.persistence.queries.Call getReadAllCall()
+meth public org.eclipse.persistence.queries.Call getReadObjectCall()
+meth public org.eclipse.persistence.queries.Call getUpdateCall()
+meth public org.eclipse.persistence.queries.DatabaseQuery getCachedExpressionQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public org.eclipse.persistence.queries.DatabaseQuery getLocalQuery(java.lang.String,java.util.Vector)
+meth public org.eclipse.persistence.queries.DatabaseQuery getLocalQueryByArgumentTypes(java.lang.String,java.util.List)
+meth public org.eclipse.persistence.queries.DatabaseQuery getQuery(java.lang.String)
+meth public org.eclipse.persistence.queries.DatabaseQuery getQuery(java.lang.String,java.util.Vector)
+meth public org.eclipse.persistence.queries.DeleteObjectQuery getDeleteQuery()
+meth public org.eclipse.persistence.queries.DoesExistQuery getDoesExistQuery()
+meth public org.eclipse.persistence.queries.InsertObjectQuery getInsertQuery()
+meth public org.eclipse.persistence.queries.ReadAllQuery getReadAllQuery()
+meth public org.eclipse.persistence.queries.ReadObjectQuery getReadObjectQuery()
+meth public org.eclipse.persistence.queries.UpdateObjectQuery getUpdateQuery()
+meth public void addQuery(java.lang.String,org.eclipse.persistence.queries.DatabaseQuery)
+meth public void addQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void assumeExistenceForDoesExist()
+meth public void assumeNonExistenceForDoesExist()
+meth public void checkCacheForDoesExist()
+meth public void checkDatabaseForDoesExist()
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeQueryTimeout(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postDelete(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInsert(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void postUpdate(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void preDelete(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInsert(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void preUpdate(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void putCachedExpressionQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void putCachedUpdateCalls(java.util.Vector,java.util.Vector)
+meth public void removeCachedExpressionQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void removeQuery(java.lang.String)
+meth public void removeQuery(java.lang.String,java.util.Vector)
+meth public void setAdditionalCriteria(java.lang.String)
+meth public void setAdditionalJoinExpression(org.eclipse.persistence.expressions.Expression)
+meth public void setAllQueries(java.util.Vector)
+meth public void setDeleteCall(org.eclipse.persistence.queries.Call)
+meth public void setDeleteQuery(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void setDeleteSQLString(java.lang.String)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setDoesExistCall(org.eclipse.persistence.queries.Call)
+meth public void setDoesExistQuery(org.eclipse.persistence.queries.DoesExistQuery)
+meth public void setDoesExistSQLString(java.lang.String)
+meth public void setExistenceCheck(java.lang.String)
+meth public void setExpressionQueryCacheMaxSize(int)
+meth public void setInsertCall(org.eclipse.persistence.queries.Call)
+meth public void setInsertQuery(org.eclipse.persistence.queries.InsertObjectQuery)
+meth public void setInsertSQLString(java.lang.String)
+meth public void setInternalMultipleTableJoinExpression(org.eclipse.persistence.expressions.Expression)
+meth public void setMultipleTableJoinExpression(org.eclipse.persistence.expressions.Expression)
+meth public void setQueries(java.util.Map)
+meth public void setQueryTimeout(int)
+meth public void setQueryTimeoutUnit(java.util.concurrent.TimeUnit)
+meth public void setReadAllCall(org.eclipse.persistence.queries.Call)
+meth public void setReadAllQuery(org.eclipse.persistence.queries.ReadAllQuery)
+meth public void setReadAllSQLString(java.lang.String)
+meth public void setReadObjectCall(org.eclipse.persistence.queries.Call)
+meth public void setReadObjectQuery(org.eclipse.persistence.queries.ReadObjectQuery)
+meth public void setReadObjectSQLString(java.lang.String)
+meth public void setUpdateCall(org.eclipse.persistence.queries.Call)
+meth public void setUpdateCallCacheSize(int)
+meth public void setUpdateQuery(org.eclipse.persistence.queries.UpdateObjectQuery)
+meth public void setUpdateSQLString(java.lang.String)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.FetchGroupManager
+cons public init()
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected void initNonReferenceEntityFetchGroup()
+meth protected void prepareAndVerifyInternal(org.eclipse.persistence.queries.FetchGroup,java.lang.String)
+meth public boolean hasFetchGroup(java.lang.String)
+meth public boolean isAttributeFetched(java.lang.Object,java.lang.String)
+meth public boolean isFullFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public boolean isMinimalFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public boolean isObjectValidForFetchGroup(java.lang.Object,org.eclipse.persistence.queries.FetchGroup)
+meth public boolean isPartialObject(java.lang.Object)
+meth public boolean shouldUseInheritedDefaultFetchGroup()
+meth public boolean shouldWriteInto(java.lang.Object,java.lang.Object)
+meth public java.lang.Object clone()
+meth public java.util.Map<java.lang.String,org.eclipse.persistence.queries.FetchGroup> getFetchGroups()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup flatUnionFetchGroups(org.eclipse.persistence.queries.FetchGroup,org.eclipse.persistence.queries.FetchGroup,boolean)
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getDefaultEntityFetchGroup()
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getEntityFetchGroup(java.util.Set<java.lang.String>)
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getEntityFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getIdEntityFetchGroup()
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getNonReferenceEntityFetchGroup()
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getNonReferenceEntityFetchGroup(boolean,boolean)
+meth public org.eclipse.persistence.internal.queries.EntityFetchGroup getObjectEntityFetchGroup(java.lang.Object)
+meth public org.eclipse.persistence.queries.FetchGroup createDefaultFetchGroup()
+meth public org.eclipse.persistence.queries.FetchGroup createFullFetchGroup()
+meth public org.eclipse.persistence.queries.FetchGroup createMinimalFetchGroup()
+meth public org.eclipse.persistence.queries.FetchGroup getDefaultFetchGroup()
+meth public org.eclipse.persistence.queries.FetchGroup getFetchGroup(java.lang.String)
+meth public org.eclipse.persistence.queries.FetchGroup getFetchGroup(java.lang.String,boolean)
+meth public org.eclipse.persistence.queries.FetchGroup getObjectFetchGroup(java.lang.Object)
+meth public org.eclipse.persistence.queries.FetchGroup unionFetchGroups(org.eclipse.persistence.queries.FetchGroup,org.eclipse.persistence.queries.FetchGroup)
+meth public void addFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public void addMinimalFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public void copyAggregateFetchGroupInto(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void copyFetchGroupInto(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void prepareAndVerify(org.eclipse.persistence.queries.FetchGroup)
+meth public void reset(java.lang.Object)
+meth public void setDefaultFetchGroup(org.eclipse.persistence.queries.FetchGroup)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setObjectFetchGroup(java.lang.Object,org.eclipse.persistence.queries.FetchGroup,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setRefreshOnFetchGroupToObject(java.lang.Object,boolean)
+meth public void setShouldUseInheritedDefaultFetchGroup(boolean)
+meth public void unionEntityFetchGroupIntoObject(java.lang.Object,org.eclipse.persistence.internal.queries.EntityFetchGroup,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public void writePartialIntoClones(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+supr java.lang.Object
+hfds defaultEntityFetchGroup,defaultFetchGroup,descriptor,entityFetchGroups,fetchGroups,fullFetchGroup,idEntityFetchGroup,minimalFetchGroup,nonReferenceEntityFetchGroup,shouldUseInheritedDefaultFetchGroup
+
+CLSS public abstract org.eclipse.persistence.descriptors.FieldsLockingPolicy
+cons public init()
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> allNonPrimaryKeyFields
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+intf org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
+meth protected abstract java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToCompare(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth protected boolean isPrimaryKey(org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected java.util.List buildAllNonPrimaryKeyFields()
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAllNonPrimaryKeyFields()
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAllNonPrimaryKeyFields(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected org.eclipse.persistence.expressions.Expression buildExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.expressions.ExpressionBuilder)
+meth protected void setAllNonPrimaryKeyFields(java.util.List)
+meth protected void verifyUsage(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void addLockValuesToTranslationRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public boolean isCascaded()
+meth public boolean isNewerVersion(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isNewerVersion(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isStoredInCache()
+meth public boolean shouldUpdateVersionOnMappingChange()
+meth public boolean shouldUpdateVersionOnOwnedMappingChange()
+meth public boolean supportsWriteLockValuesComparison()
+meth public int compareWriteLockValues(java.lang.Object,java.lang.Object)
+meth public int getVersionDifference(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object clone()
+meth public java.lang.Object getBaseValue()
+meth public java.lang.Object getValueToPutInCache(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object getWriteLockValue(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.expressions.Expression buildDeleteExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.expressions.Expression buildUpdateExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.expressions.Expression getWriteLockUpdateExpression(org.eclipse.persistence.expressions.ExpressionBuilder,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy$LockOnChange getLockOnChangeMode()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getWriteLockField()
+meth public void addLockFieldsToUpdateRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeProperties()
+meth public void mergeIntoParentCache(org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public void mergeIntoParentCache(org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,java.lang.Object,java.lang.Object)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setLockOnChangeMode(org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy$LockOnChange)
+meth public void setupWriteFieldsForInsert(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void updateRowAndObjectForUpdate(org.eclipse.persistence.queries.ObjectLevelModifyQuery,java.lang.Object)
+meth public void validateDelete(int,java.lang.Object,org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void validateUpdate(int,java.lang.Object,org.eclipse.persistence.queries.WriteObjectQuery)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.InheritancePolicy
+cons public init()
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+fld protected boolean describesNonPersistentSubclasses
+fld protected boolean isJoinedStrategy
+fld protected boolean shouldAlwaysUseOuterJoin
+fld protected boolean shouldOuterJoinSubclasses
+fld protected boolean shouldUseClassNameAsIndicator
+fld protected boolean useDescriptorsToValidateInheritedObjects
+fld protected java.lang.Boolean shouldReadSubclasses
+fld protected java.lang.Class parentClass
+fld protected java.lang.String classExtractorName
+fld protected java.lang.String parentClassName
+fld protected java.util.List<java.lang.Object> allChildClassIndicators
+fld protected java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> childDescriptors
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> childrenTables
+fld protected java.util.Map classIndicatorMapping
+fld protected java.util.Map classNameIndicatorMapping
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression> childrenTablesJoinExpressions
+fld protected java.util.Vector allTables
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor parentDescriptor
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor rootParentDescriptor
+fld protected org.eclipse.persistence.descriptors.ClassExtractor classExtractor
+fld protected org.eclipse.persistence.expressions.Expression childrenJoinExpression
+fld protected org.eclipse.persistence.expressions.Expression onlyInstancesExpression
+fld protected org.eclipse.persistence.expressions.Expression withAllSubclassesExpression
+fld protected org.eclipse.persistence.internal.helper.DatabaseField classIndicatorField
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable readAllSubclassesView
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected java.lang.Class convertClassNameToClass(java.lang.String,java.lang.ClassLoader)
+meth protected java.lang.Object getClassIndicatorValue()
+meth protected java.lang.Object getClassIndicatorValue(java.lang.Class)
+meth protected java.lang.reflect.Method getClassExtractionMethod()
+meth protected java.util.List<java.lang.Object> getAllChildClassIndicators()
+meth protected java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> getAllChildDescriptors(java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>)
+meth protected java.util.Vector selectAllRowUsingCustomMultipleTableSubclassRead(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth protected java.util.Vector selectAllRowUsingDefaultMultipleTableSubclassRead(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth protected org.eclipse.persistence.internal.sessions.AbstractRecord selectOneRowUsingCustomMultipleTableSubclassRead(org.eclipse.persistence.queries.ReadObjectQuery)
+meth protected org.eclipse.persistence.internal.sessions.AbstractRecord selectOneRowUsingDefaultMultipleTableSubclassRead(org.eclipse.persistence.queries.ReadObjectQuery)
+meth protected void addChildTableJoinExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression)
+meth protected void addClassIndicatorTypeToParent(java.lang.Object)
+meth protected void addFieldsToParent(java.util.Vector)
+meth protected void initializeCacheInvalidationPolicy()
+meth protected void initializeClassExtractor(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void initializeOnlyInstancesExpression()
+meth protected void initializeOptimisticLocking()
+meth protected void initializeWithAllSubclassesExpression()
+meth protected void removeChildren(org.eclipse.persistence.descriptors.ClassDescriptor,java.util.Set<java.lang.Class>,java.util.Set<java.lang.Class>)
+meth protected void setAllChildClassIndicators(java.util.Vector)
+meth protected void setReadAllSubclassesView(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected void updateTables()
+meth public boolean getDescribesNonPersistentSubclasses()
+meth public boolean getUseDescriptorsToValidateInheritedObjects()
+meth public boolean hasChildren()
+meth public boolean hasClassExtractor()
+meth public boolean hasClassIndicator()
+meth public boolean hasMultipleTableChild()
+meth public boolean hasView()
+meth public boolean isChildDescriptor()
+meth public boolean isJoinedStrategy()
+meth public boolean isRootParentDescriptor()
+meth public boolean requiresMultipleTableSubclassRead()
+meth public boolean shouldAlwaysUseOuterJoin()
+meth public boolean shouldOuterJoinSubclasses()
+meth public boolean shouldReadSubclasses()
+meth public boolean shouldUseClassNameAsIndicator()
+meth public java.lang.Boolean shouldReadSubclassesValue()
+meth public java.lang.Class classFromRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Class classFromValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Class getParentClass()
+meth public java.lang.Object clone()
+meth public java.lang.String getClassExtractionMethodName()
+meth public java.lang.String getClassIndicatorFieldName()
+meth public java.lang.String getParentClassName()
+meth public java.lang.String getReadAllSubclassesViewName()
+meth public java.lang.String toString()
+meth public java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> getAllChildDescriptors()
+meth public java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> getChildDescriptors()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> getChildrenTables()
+meth public java.util.Map getClassIndicatorMapping()
+meth public java.util.Map getClassNameIndicatorMapping()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression> getChildrenTablesJoinExpressions()
+meth public java.util.Vector getAllTables()
+meth public java.util.Vector getClassIndicatorAssociations()
+meth public java.util.Vector selectAllRowUsingMultipleTableSubclassRead(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor(java.lang.Class)
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getParentDescriptor()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getRootParentDescriptor()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getSubclassDescriptor(java.lang.Class)
+meth public org.eclipse.persistence.descriptors.ClassExtractor getClassExtractor()
+meth public org.eclipse.persistence.expressions.Expression getChildrenJoinExpression()
+meth public org.eclipse.persistence.expressions.Expression getOnlyInstancesExpression()
+meth public org.eclipse.persistence.expressions.Expression getWithAllSubclassesExpression()
+meth public org.eclipse.persistence.internal.expressions.SQLSelectStatement buildClassIndicatorSelectStatement(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public org.eclipse.persistence.internal.expressions.SQLSelectStatement buildViewSelectStatement(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public org.eclipse.persistence.internal.helper.DatabaseField getClassIndicatorField()
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getReadAllSubclassesView()
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord selectOneRowUsingMultipleTableSubclassRead(org.eclipse.persistence.queries.ReadObjectQuery)
+meth public void addChildDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void addChildTableJoinExpressionToAllParents(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression)
+meth public void addClassIndicator(java.lang.Class,java.lang.Object)
+meth public void addClassIndicatorFieldToInsertRow(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addClassIndicatorFieldToRow(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addClassNameIndicator(java.lang.String,java.lang.Object)
+meth public void appendWithAllSubclassesExpression(org.eclipse.persistence.internal.expressions.SQLSelectStatement)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void dontReadSubclassesOnQueries()
+meth public void dontUseClassNameAsIndicator()
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void readSubclassesOnQueries()
+meth public void remoteInitialization(org.eclipse.persistence.sessions.remote.DistributedSession)
+meth public void setAlwaysUseOuterJoinForClassType(boolean)
+meth public void setChildDescriptors(java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>)
+meth public void setClassExtractionMethodName(java.lang.String)
+meth public void setClassExtractor(org.eclipse.persistence.descriptors.ClassExtractor)
+meth public void setClassExtractorName(java.lang.String)
+meth public void setClassIndicatorAssociations(java.util.Vector)
+meth public void setClassIndicatorField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setClassIndicatorFieldName(java.lang.String)
+meth public void setClassIndicatorMapping(java.util.Map)
+meth public void setClassNameIndicatorMapping(java.util.Map)
+meth public void setDescribesNonPersistentSubclasses(boolean)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setJoinedStrategy()
+meth public void setOnlyInstancesExpression(org.eclipse.persistence.expressions.Expression)
+meth public void setParentClass(java.lang.Class)
+meth public void setParentClassName(java.lang.String)
+meth public void setParentDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setReadAllSubclassesViewName(java.lang.String)
+meth public void setShouldOuterJoinSubclasses(boolean)
+meth public void setShouldReadSubclasses(boolean)
+meth public void setShouldReadSubclasses(java.lang.Boolean)
+meth public void setShouldUseClassNameAsIndicator(boolean)
+meth public void setSingleTableStrategy()
+meth public void setUseDescriptorsToValidateInheritedObjects(boolean)
+meth public void setWithAllSubclassesExpression(org.eclipse.persistence.expressions.Expression)
+meth public void useClassNameAsIndicator()
+supr org.eclipse.persistence.core.descriptors.CoreInheritancePolicy<org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseField>
+
+CLSS public org.eclipse.persistence.descriptors.InterfacePolicy
+cons public init()
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+fld protected java.lang.Class implementorDescriptor
+fld protected java.lang.String implementorDescriptorClassName
+fld protected java.util.List<java.lang.Class> parentInterfaces
+fld protected java.util.List<java.lang.String> parentInterfaceNames
+fld protected java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> childDescriptors
+fld protected java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> parentDescriptors
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected java.lang.Object selectAllObjects(org.eclipse.persistence.queries.ReadAllQuery)
+meth protected java.lang.Object selectOneObject(org.eclipse.persistence.queries.ReadObjectQuery)
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth protected org.eclipse.persistence.queries.ObjectLevelReadQuery prepareQuery(org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public boolean hasChild()
+meth public boolean isInterfaceChildDescriptor()
+meth public boolean isTablePerClassPolicy()
+meth public boolean usesImplementorDescriptor()
+meth public java.lang.Class getImplementorDescriptor()
+meth public java.lang.Object selectAllObjectsUsingMultipleTableSubclassRead(org.eclipse.persistence.queries.ReadAllQuery)
+meth public java.lang.Object selectOneObjectUsingMultipleTableSubclassRead(org.eclipse.persistence.queries.ReadObjectQuery)
+meth public java.lang.String getImplementorDescriptorClassName()
+meth public java.util.List<java.lang.Class> getParentInterfaces()
+meth public java.util.List<java.lang.String> getParentInterfaceNames()
+meth public java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> getChildDescriptors()
+meth public java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor> getParentDescriptors()
+meth public void addChildDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void addParentDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void addParentInterface(java.lang.Class)
+meth public void addParentInterfaceName(java.lang.String)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setImplementorDescriptor(java.lang.Class)
+meth public void setImplementorDescriptorClassName(java.lang.String)
+meth public void setParentInterfaceNames(java.util.List<java.lang.String>)
+meth public void setParentInterfaces(java.util.List<java.lang.Class>)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.MethodClassExtractor
+cons public init()
+fld protected java.lang.String classExtractionMethodName
+fld protected java.lang.reflect.Method classExtractionMethod
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth protected void setClassExtractionMethod(java.lang.reflect.Method)
+meth protected void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public java.lang.Class extractClassFromRow(org.eclipse.persistence.sessions.Record,org.eclipse.persistence.sessions.Session)
+meth public java.lang.String getClassExtractionMethodName()
+meth public java.lang.reflect.Method getClassExtractionMethod()
+meth public void initialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.sessions.Session)
+meth public void setClassExtractionMethodName(java.lang.String)
+supr org.eclipse.persistence.descriptors.ClassExtractor
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.MultitenantPolicy
+intf java.io.Serializable
+meth public abstract boolean isSchemaPerMultitenantPolicy()
+meth public abstract boolean isSingleTableMultitenantPolicy()
+meth public abstract boolean isTablePerMultitenantPolicy()
+meth public abstract org.eclipse.persistence.descriptors.MultitenantPolicy clone(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract void addFieldsToRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void addToTableDefinition(org.eclipse.persistence.tools.schemaframework.TableDefinition)
+meth public abstract void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+
+CLSS public org.eclipse.persistence.descriptors.PessimisticLockingPolicy
+cons public init()
+fld protected short lockingMode
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public java.lang.Object clone()
+meth public short getLockingMode()
+meth public void setLockingMode(short)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.RelationalDescriptor
+cons public init()
+meth public boolean isRelationalDescriptor()
+meth public java.lang.String getTableName()
+meth public java.util.Vector getTableNames()
+meth public void addTableName(java.lang.String)
+meth public void setDefaultTableName(java.lang.String)
+meth public void setTableName(java.lang.String)
+meth public void setTableNames(java.util.Vector)
+meth public void setTableQualifier(java.lang.String)
+supr org.eclipse.persistence.descriptors.ClassDescriptor
+
+CLSS public org.eclipse.persistence.descriptors.ReturningPolicy
+cons public init()
+fld protected boolean isUsedToSetPrimaryKey
+fld protected final static int ALL = 4
+fld protected final static int INSERT = 0
+fld protected final static int MAIN_SIZE = 5
+fld protected final static int MAPPED = 2
+fld protected final static int NUM_OPERATIONS = 2
+fld protected final static int RETURN_ONLY = 0
+fld protected final static int UNMAPPED = 3
+fld protected final static int UPDATE = 1
+fld protected final static int WRITE_RETURN = 1
+fld protected java.util.Collection<org.eclipse.persistence.internal.helper.DatabaseField>[][] main
+fld protected java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy$Info> infos
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> fieldsNotFromDescriptor_DefaultTable
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> fieldsNotFromDescriptor_OtherTables
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField>>[] tableToFieldsForGenerationMap
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+innr public static Info
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected boolean verifyFieldAndMapping(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected java.util.Collection createCollection()
+meth protected java.util.Hashtable removeDuplicateAndValidateInfos(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected java.util.Vector<org.eclipse.persistence.internal.helper.DatabaseField> getVectorOfFieldsToGenerate(int,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected org.eclipse.persistence.internal.helper.DatabaseField createField(java.lang.String,java.lang.Class)
+meth protected static boolean isThereATypeConflict(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected static boolean verifyField(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth protected static boolean verifyFieldAndMapping(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping)
+meth protected void addCollectionToMain(int,int,java.util.Collection)
+meth protected void addField(org.eclipse.persistence.internal.helper.DatabaseField,boolean,boolean,boolean)
+meth protected void addFieldToMain(int,int,org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected void addMappedFieldToMain(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ReturningPolicy$Info)
+meth protected void addUnmappedFieldToMain(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ReturningPolicy$Info)
+meth protected void clearInitialization()
+meth protected void copyMainFrom(org.eclipse.persistence.descriptors.ReturningPolicy)
+meth protected void fieldIsNotFromDescriptor(org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected void initializeIsUsedToSetPrimaryKey()
+meth protected void trimModifyRow(org.eclipse.persistence.internal.sessions.AbstractRecord,int)
+meth public boolean hasEqualFieldInfos(java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy$Info>)
+meth public boolean hasEqualFieldInfos(org.eclipse.persistence.descriptors.ReturningPolicy)
+meth public boolean hasEqualMains(org.eclipse.persistence.descriptors.ReturningPolicy)
+meth public boolean isUsedToSetPrimaryKey()
+meth public java.lang.Object clone()
+meth public java.util.Collection<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToMergeInsert()
+meth public java.util.Collection<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToMergeUpdate()
+meth public java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy$Info> getFieldInfos()
+meth public java.util.Vector getFieldsToGenerateInsert(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public java.util.Vector getFieldsToGenerateUpdate(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public static boolean areCollectionsEqualAsSets(java.util.Collection,java.util.Collection)
+meth public void addFieldForInsert(java.lang.String)
+meth public void addFieldForInsert(java.lang.String,java.lang.Class)
+meth public void addFieldForInsert(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addFieldForInsertReturnOnly(java.lang.String)
+meth public void addFieldForInsertReturnOnly(java.lang.String,java.lang.Class)
+meth public void addFieldForInsertReturnOnly(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addFieldForUpdate(java.lang.String)
+meth public void addFieldForUpdate(java.lang.String,java.lang.Class)
+meth public void addFieldForUpdate(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setFieldInfos(java.util.List<org.eclipse.persistence.descriptors.ReturningPolicy$Info>)
+meth public void trimModifyRowForInsert(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void validationAfterDescriptorInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+supr java.lang.Object
+
+CLSS public static org.eclipse.persistence.descriptors.ReturningPolicy$Info
+ outer org.eclipse.persistence.descriptors.ReturningPolicy
+intf java.lang.Cloneable
+meth public boolean equals(java.lang.Object)
+meth public boolean isInsert()
+meth public boolean isInsertModeReturnOnly()
+meth public boolean isUpdate()
+meth public int hashCode()
+meth public java.lang.Class getReferenceClass()
+meth public java.lang.Object clone()
+meth public java.lang.String getReferenceClassName()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getField()
+meth public void setField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setIsInsert(boolean)
+meth public void setIsInsertModeReturnOnly(boolean)
+meth public void setIsUpdate(boolean)
+meth public void setReferenceClass(java.lang.Class)
+meth public void setReferenceClassName(java.lang.String)
+supr java.lang.Object
+hfds field,isInsert,isInsertModeReturnOnly,isUpdate,referenceClass,referenceClassName
+
+CLSS public org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
+cons public init()
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth protected java.lang.String getTableName(org.eclipse.persistence.internal.helper.DatabaseTable,java.lang.String)
+meth protected org.eclipse.persistence.internal.helper.DatabaseTable updateTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected void setTableSchemaPerTenant()
+meth public boolean isSchemaPerMultitenantPolicy()
+meth public boolean isTablePerMultitenantPolicy()
+meth public boolean shouldUseSharedCache()
+meth public boolean shouldUseSharedEMF()
+meth public org.eclipse.persistence.descriptors.MultitenantPolicy clone(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getTable(java.lang.String)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setShouldUseSharedCache(boolean)
+meth public void setShouldUseSharedEMF(boolean)
+supr org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
+hfds useSharedCache,useSharedEMF
+
+CLSS public org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
+cons public init()
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> lockFields
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>> lockFieldsByTable
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getFieldsToCompare(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getLockFields(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>> getLockFieldsByTable()
+meth protected void setLockFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth protected void setLockFieldsByTable(java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>>)
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getLockFields()
+meth public void addLockFieldName(java.lang.String)
+meth public void addLockValuesToTranslationRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setLockFieldNames(java.util.List<java.lang.String>)
+supr org.eclipse.persistence.descriptors.FieldsLockingPolicy
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder
+intf java.io.Serializable
+meth public abstract void addListenerToEventManager(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader)
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public abstract java.lang.Object getObjectFromRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.ObjectLevelReadQuery)
+meth public abstract java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getAllSelectionFields()
+meth public abstract java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSelectionFields()
+meth public abstract org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public abstract org.eclipse.persistence.descriptors.SerializedObjectPolicy clone()
+meth public abstract org.eclipse.persistence.descriptors.SerializedObjectPolicy instantiateChild()
+meth public abstract org.eclipse.persistence.internal.helper.DatabaseField getField()
+meth public abstract void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void initializeField(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void putObjectIntoRow(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract void setField(org.eclipse.persistence.internal.helper.DatabaseField)
+
+CLSS public org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+fld protected boolean includeTenantCriteria
+fld protected java.util.Map<java.lang.String,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>> tenantDiscriminatorFieldsKeyedOnContext
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,java.lang.String> tenantDiscriminatorFields
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+intf org.eclipse.persistence.descriptors.MultitenantPolicy
+meth public boolean hasTenantDiscriminatorFields()
+meth public boolean isSchemaPerMultitenantPolicy()
+meth public boolean isSingleTableMultitenantPolicy()
+meth public boolean isTablePerMultitenantPolicy()
+meth public java.util.Map<java.lang.String,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>> getTenantDiscriminatorFieldsKeyedOnContext()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,java.lang.String> getTenantDiscriminatorFields()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.descriptors.MultitenantPolicy clone(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void addFieldsToRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void addTenantDiscriminatorField(java.lang.String,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addToTableDefinition(org.eclipse.persistence.tools.schemaframework.TableDefinition)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setIncludeTenantCriteria(boolean)
+meth public void setTenantDiscriminatorFields(java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,java.lang.String>)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.TablePerClassPolicy
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth protected java.lang.Object selectAllObjects(org.eclipse.persistence.queries.ReadAllQuery)
+meth protected java.lang.Object selectOneObject(org.eclipse.persistence.queries.ReadObjectQuery)
+meth public boolean isTablePerClassPolicy()
+supr org.eclipse.persistence.descriptors.InterfacePolicy
+
+CLSS public org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+fld protected java.lang.String contextProperty
+fld protected java.lang.String contextTenant
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseTable> tablePerTenantTables
+fld protected org.eclipse.persistence.annotations.TenantTableDiscriminatorType type
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+intf java.lang.Cloneable
+intf org.eclipse.persistence.descriptors.MultitenantPolicy
+meth protected java.lang.String getTableName(org.eclipse.persistence.internal.helper.DatabaseTable,java.lang.String)
+meth protected org.eclipse.persistence.internal.helper.DatabaseTable updateTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected void setTablePerTenant()
+meth protected void setTableSchemaPerTenant()
+meth public boolean hasContextTenant()
+meth public boolean isPrefixPerTable()
+meth public boolean isSchemaPerMultitenantPolicy()
+meth public boolean isSchemaPerTable()
+meth public boolean isSingleTableMultitenantPolicy()
+meth public boolean isSuffixPerTable()
+meth public boolean isTablePerMultitenantPolicy()
+meth public boolean shouldInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean usesContextProperty(java.lang.String)
+meth public java.lang.String getContextProperty()
+meth public org.eclipse.persistence.descriptors.MultitenantPolicy clone(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getTable(java.lang.String)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void addFieldsToRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void addToTableDefinition(org.eclipse.persistence.tools.schemaframework.TableDefinition)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setContextProperty(java.lang.String)
+meth public void setContextTenant(java.lang.String)
+meth public void setTenantTableDiscriminatorType(org.eclipse.persistence.annotations.TenantTableDiscriminatorType)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.TimestampLockingPolicy
+cons public init()
+cons public init(java.lang.String)
+cons public init(org.eclipse.persistence.internal.helper.DatabaseField)
+fld protected int retrieveTimeFrom
+fld public final static int LOCAL_TIME = 2
+fld public final static int SERVER_TIME = 1
+meth protected java.lang.Class getDefaultLockingFieldType()
+meth protected java.lang.Number incrementWriteLockValue(java.lang.Number)
+meth protected java.lang.Object getInitialWriteValue(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isNewerVersion(java.lang.Object,java.lang.Object)
+meth public boolean isNewerVersion(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isNewerVersion(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean usesLocalTime()
+meth public boolean usesServerTime()
+meth public int compareWriteLockValues(java.lang.Object,java.lang.Object)
+meth public int getVersionDifference(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object getBaseValue()
+meth public java.lang.Object getNewLockValue(org.eclipse.persistence.queries.ModifyQuery)
+meth public java.lang.Object getValueToPutInCache(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object getWriteLockValue(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.expressions.Expression getWriteLockUpdateExpression(org.eclipse.persistence.expressions.ExpressionBuilder,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setUsesServerTime(boolean)
+meth public void useLocalTime()
+meth public void useServerTime()
+supr org.eclipse.persistence.descriptors.VersionLockingPolicy
+
+CLSS public org.eclipse.persistence.descriptors.VPDMultitenantPolicy
+cons public init(org.eclipse.persistence.descriptors.ClassDescriptor)
+fld protected java.lang.String vpdIdentifier
+fld protected java.lang.String vpdIdentifierFieldName
+meth public java.lang.String getVPDIdentifier()
+meth public org.eclipse.persistence.descriptors.MultitenantPolicy clone(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void addTenantDiscriminatorField(java.lang.String,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addToTableDefinition(org.eclipse.persistence.tools.schemaframework.TableDefinition)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+supr org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
+
+CLSS public org.eclipse.persistence.descriptors.VersionLockingPolicy
+cons public init()
+cons public init(java.lang.String)
+cons public init(org.eclipse.persistence.internal.helper.DatabaseField)
+fld protected boolean isCascaded
+fld protected int lockValueStored
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.expressions.Expression cachedExpression
+fld protected org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy$LockOnChange lockOnChangeMode
+fld protected org.eclipse.persistence.internal.helper.DatabaseField writeLockField
+fld protected org.eclipse.persistence.mappings.foundation.AbstractDirectMapping lockMapping
+fld public final static int IN_CACHE = 1
+fld public final static int IN_OBJECT = 2
+intf java.io.Serializable
+intf org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
+meth protected java.lang.Class getDefaultLockingFieldType()
+meth protected java.lang.Number incrementWriteLockValue(java.lang.Number)
+meth protected java.lang.Object getInitialWriteValue(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected java.lang.Object lockValueFromObject(java.lang.Object)
+meth protected java.util.Vector getUnmappedFields()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth protected org.eclipse.persistence.expressions.Expression buildExpression()
+meth protected void updateWriteLockValueForWrite(org.eclipse.persistence.queries.ObjectLevelModifyQuery,java.lang.Object)
+meth public boolean isCascaded()
+meth public boolean isNewerVersion(java.lang.Object,java.lang.Object)
+meth public boolean isNewerVersion(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isNewerVersion(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean isStoredInCache()
+meth public boolean isStoredInObject()
+meth public boolean shouldUpdateVersionOnMappingChange()
+meth public boolean shouldUpdateVersionOnOwnedMappingChange()
+meth public boolean supportsWriteLockValuesComparison()
+meth public int compareWriteLockValues(java.lang.Object,java.lang.Object)
+meth public int getVersionDifference(java.lang.Object,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object clone()
+meth public java.lang.Object getBaseValue()
+meth public java.lang.Object getNewLockValue(org.eclipse.persistence.queries.ModifyQuery)
+meth public java.lang.Object getValueToPutInCache(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object getWriteLockValue(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getWriteLockFieldName()
+meth public org.eclipse.persistence.expressions.Expression buildDeleteExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.expressions.Expression buildUpdateExpression(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.expressions.Expression getWriteLockUpdateExpression(org.eclipse.persistence.expressions.ExpressionBuilder,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy$LockOnChange getLockOnChangeMode()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getWriteLockField()
+meth public org.eclipse.persistence.mappings.foundation.AbstractDirectMapping getVersionMapping()
+meth public void addLockFieldsToUpdateRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void addLockValuesToTranslationRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeProperties()
+meth public void mergeIntoParentCache(org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public void mergeIntoParentCache(org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,java.lang.Object,java.lang.Object)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setIsCascaded(boolean)
+meth public void setIsStoredInCache(boolean)
+meth public void setLockOnChangeMode(org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy$LockOnChange)
+meth public void setWriteLockField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setWriteLockFieldName(java.lang.String)
+meth public void setupWriteFieldsForInsert(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void storeInCache()
+meth public void storeInObject()
+meth public void updateObjectWithWriteValue(org.eclipse.persistence.queries.ObjectLevelModifyQuery,java.lang.Object)
+meth public void updateRowAndObjectForUpdate(org.eclipse.persistence.queries.ObjectLevelModifyQuery,java.lang.Object)
+meth public void validateDelete(int,java.lang.Object,org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void validateUpdate(int,java.lang.Object,org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void writeLockValueIntoRow(org.eclipse.persistence.queries.ObjectLevelModifyQuery,java.lang.Object)
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.WrapperPolicy
+intf java.io.Serializable
+meth public abstract boolean isTraversable()
+meth public abstract boolean isWrapped(java.lang.Object)
+meth public abstract java.lang.Object unwrapObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract java.lang.Object wrapObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+
+CLSS public org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
+cons public init()
+meth public boolean isAttributeChangeTrackingPolicy()
+meth public java.beans.PropertyChangeListener setChangeListener(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public java.lang.Object buildBackupClone(java.lang.Object,org.eclipse.persistence.internal.descriptors.ObjectBuilder,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChangesForExistingObject(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet createObjectChangeSet(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,boolean,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void revertChanges(java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,java.util.Map,boolean)
+meth public void setAggregateChangeListener(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+meth public void setChangeSetOnListener(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.Object)
+meth public void updateListenerForSelfMerge(org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener,org.eclipse.persistence.mappings.ForeignReferenceMapping,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public void updateWithChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+supr org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.changetracking.ChangeTracker
+meth public abstract java.beans.PropertyChangeListener _persistence_getPropertyChangeListener()
+meth public abstract void _persistence_setPropertyChangeListener(java.beans.PropertyChangeListener)
+
+CLSS public org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,int)
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,int,boolean)
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,int,java.lang.Integer)
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,int,java.lang.Integer,boolean)
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,int,java.lang.Integer,boolean,boolean)
+fld protected boolean isChangeApplied
+fld protected boolean isSet
+fld protected int changeType
+fld protected java.lang.Integer index
+fld public final static int ADD = 0
+fld public final static int REMOVE = 1
+meth public boolean isChangeApplied()
+meth public boolean isSet()
+meth public int getChangeType()
+meth public java.lang.Integer getIndex()
+meth public void setIndex(java.lang.Integer)
+supr java.beans.PropertyChangeEvent
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
+intf org.eclipse.persistence.descriptors.changetracking.ChangeTracker
+meth public abstract java.lang.String getTrackedAttributeName()
+meth public abstract void setTrackedAttributeName(java.lang.String)
+
+CLSS public org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
+cons public init()
+intf java.io.Serializable
+intf org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
+meth public boolean isAttributeChangeTrackingPolicy()
+meth public boolean isDeferredChangeDetectionPolicy()
+meth public boolean isObjectChangeTrackingPolicy()
+meth public boolean shouldCompareExistingObjectForChange(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public java.beans.PropertyChangeListener setChangeListener(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public java.lang.Object buildBackupClone(java.lang.Object,org.eclipse.persistence.internal.descriptors.ObjectBuilder,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChanges(java.lang.Object,java.lang.Object,boolean,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChangesForExistingObject(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChangesForNewObject(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet createObjectChangeSet(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,boolean,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public org.eclipse.persistence.internal.sessions.ObjectChangeSet createObjectChangeSetThroughComparison(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,boolean,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void clearChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public void dissableEventProcessing(java.lang.Object)
+meth public void enableEventProcessing(java.lang.Object)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void raiseInternalPropertyChangeEvent(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object)
+meth public void revertChanges(java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,java.util.Map,boolean)
+meth public void setAggregateChangeListener(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+meth public void setChangeSetOnListener(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.Object)
+meth public void updateListenerForSelfMerge(org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener,org.eclipse.persistence.mappings.ForeignReferenceMapping,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public void updateWithChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,int)
+cons public init(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,int,boolean)
+fld protected java.lang.Object key
+meth public java.lang.Object getKey()
+meth public void setKey(java.lang.Object)
+supr org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
+intf java.io.Serializable
+meth public abstract boolean isAttributeChangeTrackingPolicy()
+meth public abstract boolean isDeferredChangeDetectionPolicy()
+meth public abstract boolean isObjectChangeTrackingPolicy()
+meth public abstract boolean shouldCompareExistingObjectForChange(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract java.beans.PropertyChangeListener setChangeListener(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract java.lang.Object buildBackupClone(java.lang.Object,org.eclipse.persistence.internal.descriptors.ObjectBuilder,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public abstract org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChanges(java.lang.Object,java.lang.Object,boolean,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public abstract org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChangesForExistingObject(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public abstract org.eclipse.persistence.internal.sessions.ObjectChangeSet calculateChangesForNewObject(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public abstract org.eclipse.persistence.internal.sessions.ObjectChangeSet createObjectChangeSetThroughComparison(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet,boolean,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract void clearChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public abstract void dissableEventProcessing(java.lang.Object)
+meth public abstract void enableEventProcessing(java.lang.Object)
+meth public abstract void initialize(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public abstract void raiseInternalPropertyChangeEvent(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object)
+meth public abstract void revertChanges(java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,java.util.Map,boolean)
+meth public abstract void setAggregateChangeListener(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+meth public abstract void setChangeSetOnListener(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.Object)
+meth public abstract void updateListenerForSelfMerge(org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener,org.eclipse.persistence.mappings.ForeignReferenceMapping,java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public abstract void updateWithChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+
+CLSS public org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
+cons public init()
+meth public boolean isDeferredChangeDetectionPolicy()
+meth public boolean isObjectChangeTrackingPolicy()
+meth public boolean shouldCompareExistingObjectForChange(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public java.beans.PropertyChangeListener setChangeListener(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void clearChanges(java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,boolean)
+meth public void dissableEventProcessing(java.lang.Object)
+meth public void enableEventProcessing(java.lang.Object)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void raiseInternalPropertyChangeEvent(java.lang.Object,java.lang.String,java.lang.Object,java.lang.Object)
+meth public void setAggregateChangeListener(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.UnitOfWorkImpl,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+supr org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
+
+CLSS public abstract org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
+cons public init()
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+intf org.eclipse.persistence.descriptors.copying.CopyPolicy
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public abstract java.lang.Object buildClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.Object buildWorkingCopyClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.Object buildWorkingCopyCloneFromRow(org.eclipse.persistence.sessions.Record,org.eclipse.persistence.queries.ObjectBuildingQuery,java.lang.Object,org.eclipse.persistence.sessions.UnitOfWork)
+meth public java.lang.Object clone()
+meth public void initialize(org.eclipse.persistence.sessions.Session)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
+cons public init()
+fld protected java.lang.String methodName
+fld protected java.lang.String workingCopyMethodName
+fld protected java.lang.reflect.Method method
+fld protected java.lang.reflect.Method workingCopyMethod
+meth protected java.lang.reflect.Method getMethod()
+meth protected java.lang.reflect.Method getWorkingCopyMethod()
+meth protected void setMethod(java.lang.reflect.Method)
+meth protected void setWorkingCopyMethod(java.lang.reflect.Method)
+meth public boolean buildsNewInstance()
+meth public java.lang.Object buildClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.Object buildWorkingCopyClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.Object buildWorkingCopyCloneFromRow(org.eclipse.persistence.sessions.Record,org.eclipse.persistence.queries.ObjectBuildingQuery,java.lang.Object,org.eclipse.persistence.sessions.UnitOfWork)
+meth public java.lang.String getMethodName()
+meth public java.lang.String getWorkingCopyMethodName()
+meth public java.lang.String toString()
+meth public void initialize(org.eclipse.persistence.sessions.Session)
+meth public void setMethodName(java.lang.String)
+meth public void setWorkingCopyMethodName(java.lang.String)
+supr org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
+
+CLSS public abstract interface org.eclipse.persistence.descriptors.copying.CopyPolicy
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public abstract boolean buildsNewInstance()
+meth public abstract java.lang.Object buildClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public abstract java.lang.Object buildWorkingCopyClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public abstract java.lang.Object buildWorkingCopyCloneFromRow(org.eclipse.persistence.sessions.Record,org.eclipse.persistence.queries.ObjectBuildingQuery,java.lang.Object,org.eclipse.persistence.sessions.UnitOfWork)
+meth public abstract java.lang.Object clone()
+meth public abstract void initialize(org.eclipse.persistence.sessions.Session)
+meth public abstract void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+
+CLSS public org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
+cons public init()
+meth public boolean buildsNewInstance()
+meth public java.lang.Object buildClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.String toString()
+supr org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
+
+CLSS public org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
+cons public init()
+meth public boolean buildsNewInstance()
+meth public java.lang.Object buildClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.Object buildWorkingCopyClone(java.lang.Object,org.eclipse.persistence.sessions.Session)
+meth public java.lang.String toString()
+supr org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
+
+CLSS public abstract org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
+cons public init()
+fld protected boolean isInvalidationRandomized
+fld protected boolean shouldRefreshInvalidObjectsOnClone
+fld protected boolean shouldUpdateReadTimeOnUpdate
+fld protected java.util.Random random
+fld public final static long NO_EXPIRY = -1
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth public abstract boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey,long)
+meth public abstract long getExpiryTimeInMillis(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public boolean isInvalidationRandomized()
+meth public boolean shouldRefreshInvalidObjectsInUnitOfWork()
+ anno 0 java.lang.Deprecated()
+meth public boolean shouldRefreshInvalidObjectsOnClone()
+meth public boolean shouldUpdateReadTimeOnUpdate()
+meth public java.lang.Object clone()
+meth public long getRemainingValidTime(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public void initialize(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setIsInvalidationRandomized(boolean)
+meth public void setShouldRefreshInvalidObjectsInUnitOfWork(boolean)
+ anno 0 java.lang.Deprecated()
+meth public void setShouldRefreshInvalidObjectsOnClone(boolean)
+meth public void setShouldUpdateReadTimeOnUpdate(boolean)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
+cons public init()
+cons public init(int,int,int,int)
+fld protected java.util.Calendar expiryTime
+fld protected java.util.Calendar previousExpiry
+meth public boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey,long)
+meth public java.lang.Object clone()
+meth public java.util.Calendar getExpiryTime()
+meth public long getExpiryTimeInMillis(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public void incrementExpiry()
+meth public void setExpiryTime(int,int,int,int)
+meth public void setExpiryTime(java.util.Calendar)
+supr org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
+
+CLSS public org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
+cons public init()
+meth public boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey,long)
+meth public long getExpiryTimeInMillis(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public long getRemainingValidTime(org.eclipse.persistence.internal.identitymaps.CacheKey)
+supr org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
+
+CLSS public org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
+cons public init()
+cons public init(long)
+fld protected long timeToLive
+meth public boolean isInvalidated(org.eclipse.persistence.internal.identitymaps.CacheKey,long)
+meth public java.lang.Object clone()
+meth public long getExpiryTimeInMillis(org.eclipse.persistence.internal.identitymaps.CacheKey)
+meth public long getTimeToLive()
+meth public void setTimeToLive(long)
+supr org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
+cons public init()
+fld protected java.lang.String partitioningClasName
+fld protected org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy policy
+meth public java.lang.String getPartitioningClasName()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy getPolicy()
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setPartitioningClasName(java.lang.String)
+meth public void setPolicy(org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy)
+supr org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
+
+CLSS public abstract org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+fld protected boolean unionUnpartitionableQueries
+fld protected org.eclipse.persistence.internal.helper.DatabaseField partitionField
+meth protected java.lang.Object extractPartitionValueForPersist(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public boolean getUnionUnpartitionableQueries()
+meth public java.lang.String getPartitionFieldName()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getPartitionField()
+meth public void setPartitionField(java.lang.String)
+meth public void setPartitionField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setUnionUnpartitionableQueries(boolean)
+supr org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+fld protected java.util.List<java.lang.String> connectionPools
+meth public java.util.List<java.lang.String> getConnectionPools()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addConnectionPool(java.lang.String)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void partitionPersist(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setConnectionPools(java.util.List<java.lang.String>)
+supr org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
+
+CLSS public abstract org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
+cons public init()
+fld protected java.lang.String name
+intf java.io.Serializable
+meth public abstract java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public java.lang.String getName()
+meth public org.eclipse.persistence.internal.databaseaccess.Accessor acquireAccessor(java.lang.String,org.eclipse.persistence.sessions.server.ServerSession,org.eclipse.persistence.queries.DatabaseQuery,boolean)
+meth public org.eclipse.persistence.internal.databaseaccess.Accessor getAccessor(java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,boolean)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void partitionPersist(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setName(java.lang.String)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
+cons public init()
+cons public init(java.lang.String)
+fld protected java.lang.String connectionPool
+meth public java.lang.String getConnectionPool()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void setConnectionPool(java.lang.String)
+supr org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.RangePartition
+cons public init()
+cons public init(java.lang.String,java.lang.Comparable,java.lang.Comparable)
+cons public init(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+fld protected java.lang.Class partitionValueType
+fld protected java.lang.Comparable endValue
+fld protected java.lang.Comparable startValue
+fld protected java.lang.String connectionPool
+fld protected java.lang.String endValueName
+fld protected java.lang.String partitionValueTypeName
+fld protected java.lang.String startValueName
+meth protected java.lang.Object initObject(java.lang.Class,java.lang.String)
+meth public boolean isInRange(java.lang.Object)
+meth public java.lang.Comparable getEndValue()
+meth public java.lang.Comparable getStartValue()
+meth public java.lang.String getConnectionPool()
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void setConnectionPool(java.lang.String)
+meth public void setEndValue(java.lang.Comparable)
+meth public void setStartValue(java.lang.Comparable)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
+cons public !varargs init(java.lang.String,org.eclipse.persistence.descriptors.partitioning.RangePartition[])
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+fld protected java.util.List<org.eclipse.persistence.descriptors.partitioning.RangePartition> partitions
+meth public java.util.List<org.eclipse.persistence.descriptors.partitioning.RangePartition> getPartitions()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addPartition(java.lang.String,java.lang.Comparable,java.lang.Comparable)
+meth public void addPartition(org.eclipse.persistence.descriptors.partitioning.RangePartition)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void partitionPersist(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setPartitions(java.util.List<org.eclipse.persistence.descriptors.partitioning.RangePartition>)
+supr org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
+cons public !varargs init(java.lang.String[])
+cons public init()
+cons public init(java.util.List<java.lang.String>)
+fld protected java.util.List<java.lang.String> connectionPools
+meth public java.util.List<java.lang.String> getConnectionPools()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void addConnectionPool(java.lang.String)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setConnectionPools(java.util.List<java.lang.String>)
+supr org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
+cons public !varargs init(java.lang.String[])
+cons public init()
+cons public init(boolean)
+cons public init(java.util.List<java.lang.String>)
+fld protected boolean replicateWrites
+fld protected volatile int currentIndex
+meth public boolean getReplicateWrites()
+meth public int nextIndex()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public org.eclipse.persistence.internal.databaseaccess.Accessor nextAccessor(org.eclipse.persistence.sessions.server.ServerSession,org.eclipse.persistence.queries.DatabaseQuery)
+meth public void setReplicateWrites(boolean)
+supr org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
+cons public !varargs init(java.lang.String[])
+cons public init()
+cons public init(boolean)
+cons public init(java.util.List<java.lang.String>)
+fld protected boolean replicateWrites
+meth public boolean getReplicateWrites()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void setReplicateWrites(boolean)
+supr org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
+
+CLSS public org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,boolean)
+fld protected java.lang.Class partitionValueType
+fld protected java.lang.String defaultConnectionPool
+fld protected java.lang.String partitionValueTypeName
+fld protected java.util.List<java.lang.String> orderedPartitions
+fld protected java.util.Map<java.lang.Object,java.lang.String> partitions
+fld protected java.util.Map<java.lang.String,java.lang.String> partitionNames
+meth public java.lang.String getDefaultConnectionPool()
+meth public java.util.List<java.lang.String> getOrderedPartitions()
+meth public java.util.List<org.eclipse.persistence.internal.databaseaccess.Accessor> getConnectionsForQuery(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public java.util.Map<java.lang.Object,java.lang.String> getPartitions()
+meth public void addPartition(java.lang.Object,java.lang.String)
+meth public void addPartitionName(java.lang.String,java.lang.String)
+meth public void convertClassNamesToClasses(java.lang.ClassLoader)
+meth public void partitionPersist(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setDefaultConnectionPool(java.lang.String)
+meth public void setOrderedPartitions(java.util.List<java.lang.String>)
+meth public void setPartitionValueTypeName(java.lang.String)
+meth public void setPartitions(java.util.Map<java.lang.Object,java.lang.String>)
+supr org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
+
+CLSS public org.eclipse.persistence.dynamic.DynamicClassLoader
+cons public init(java.lang.ClassLoader)
+cons public init(java.lang.ClassLoader,org.eclipse.persistence.dynamic.DynamicClassWriter)
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.dynamic.DynamicClassLoader$EnumInfo> enumInfoRegistry
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.dynamic.EclipseLinkClassWriter> classWriters
+fld public org.eclipse.persistence.dynamic.DynamicClassWriter defaultWriter
+innr public static EnumInfo
+meth protected java.lang.Class<?> checkAssignable(java.lang.Class<?>)
+meth protected java.lang.Class<?> defineDynamicClass(java.lang.String,byte[])
+meth protected java.lang.Class<?> findClass(java.lang.String) throws java.lang.ClassNotFoundException
+meth protected java.util.Map<java.lang.String,org.eclipse.persistence.dynamic.EclipseLinkClassWriter> getClassWriters()
+meth public !varargs void addEnum(java.lang.String,java.lang.Object[])
+meth public java.lang.Class<?> createDynamicClass(java.lang.String)
+meth public java.lang.Class<?> createDynamicClass(java.lang.String,java.lang.Class<?>)
+meth public java.lang.Class<?> createDynamicClass(java.lang.String,org.eclipse.persistence.dynamic.DynamicClassWriter)
+meth public org.eclipse.persistence.dynamic.DynamicClassWriter getDefaultWriter()
+meth public org.eclipse.persistence.dynamic.EclipseLinkClassWriter getClassWriter(java.lang.String)
+meth public static org.eclipse.persistence.dynamic.DynamicClassLoader lookup(org.eclipse.persistence.sessions.Session)
+meth public void addClass(java.lang.String)
+meth public void addClass(java.lang.String,java.lang.Class<?>)
+meth public void addClass(java.lang.String,org.eclipse.persistence.dynamic.EclipseLinkClassWriter)
+supr java.lang.ClassLoader
+
+CLSS public static org.eclipse.persistence.dynamic.DynamicClassLoader$EnumInfo
+ outer org.eclipse.persistence.dynamic.DynamicClassLoader
+cons public init(java.lang.String)
+meth public java.lang.String getClassName()
+meth public java.lang.String[] getLiteralLabels()
+meth public void addLiteralLabel(java.lang.String)
+supr java.lang.Object
+hfds className,literalLabels
+
+CLSS public org.eclipse.persistence.dynamic.DynamicClassWriter
+cons public init()
+cons public init(java.lang.Class<?>)
+cons public init(java.lang.String)
+fld protected final static java.lang.String CLINIT = "<clinit>"
+fld protected final static java.lang.String DYNAMIC_PROPERTIES_MANAGER_CLASSNAME_SLASHES
+fld protected final static java.lang.String INIT = "<init>"
+fld protected java.lang.Class<?> parentClass
+fld protected java.lang.String parentClassName
+fld public static int[] ICONST
+intf org.eclipse.persistence.dynamic.EclipseLinkClassWriter
+meth protected boolean verify(java.lang.Class<?>,java.lang.ClassLoader) throws java.lang.ClassNotFoundException
+meth protected byte[] createEnum(org.eclipse.persistence.dynamic.DynamicClassLoader$EnumInfo)
+meth protected java.lang.String[] getInterfaces()
+meth protected org.eclipse.persistence.dynamic.DynamicClassWriter createCopy(java.lang.Class<?>)
+meth protected void addFields(org.eclipse.persistence.internal.libraries.asm.ClassWriter,java.lang.String)
+meth protected void addMethods(org.eclipse.persistence.internal.libraries.asm.ClassWriter,java.lang.String)
+meth public boolean isCompatible(org.eclipse.persistence.dynamic.EclipseLinkClassWriter)
+meth public byte[] writeClass(org.eclipse.persistence.dynamic.DynamicClassLoader,java.lang.String) throws java.lang.ClassNotFoundException
+meth public java.lang.Class<?> getParentClass()
+meth public java.lang.String getParentClassName()
+meth public java.lang.String toString()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.dynamic.DynamicEntity
+meth public abstract <%0 extends java.lang.Object> {%%0} get(java.lang.String)
+meth public abstract boolean isSet(java.lang.String)
+meth public abstract org.eclipse.persistence.dynamic.DynamicEntity set(java.lang.String,java.lang.Object)
+
+CLSS public org.eclipse.persistence.dynamic.DynamicEnumBuilder
+cons public init(java.lang.String,org.eclipse.persistence.mappings.foundation.AbstractDirectMapping,org.eclipse.persistence.dynamic.DynamicClassLoader)
+fld protected java.lang.String className
+fld protected java.lang.String fieldName
+fld protected org.eclipse.persistence.dynamic.DynamicClassLoader dcl
+fld protected org.eclipse.persistence.mappings.foundation.AbstractDirectMapping adm
+meth public java.lang.Enum getEnum()
+meth public void addEnumLiteral(java.lang.String)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.dynamic.DynamicHelper
+cons public init(org.eclipse.persistence.sessions.DatabaseSession)
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor> fqClassnameToDescriptor
+fld protected org.eclipse.persistence.sessions.DatabaseSession session
+innr public static SessionCustomizer
+meth public !varargs void addTypes(boolean,boolean,org.eclipse.persistence.dynamic.DynamicType[])
+meth public org.eclipse.persistence.dynamic.DynamicClassLoader getDynamicClassLoader()
+meth public org.eclipse.persistence.dynamic.DynamicEntity newDynamicEntity(java.lang.String)
+meth public org.eclipse.persistence.dynamic.DynamicType getType(java.lang.String)
+meth public org.eclipse.persistence.queries.ReadAllQuery newReadAllQuery(java.lang.String)
+meth public org.eclipse.persistence.queries.ReadObjectQuery newReadObjectQuery(java.lang.String)
+meth public org.eclipse.persistence.queries.ReportQuery newReportQuery(java.lang.String,org.eclipse.persistence.expressions.ExpressionBuilder)
+meth public org.eclipse.persistence.sessions.DatabaseSession getSession()
+meth public static org.eclipse.persistence.dynamic.DynamicType getType(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.dynamic.DynamicType getType(org.eclipse.persistence.dynamic.DynamicEntity)
+meth public void removeType(java.lang.String)
+supr java.lang.Object
+
+CLSS public static org.eclipse.persistence.dynamic.DynamicHelper$SessionCustomizer
+ outer org.eclipse.persistence.dynamic.DynamicHelper
+cons public init()
+intf org.eclipse.persistence.config.SessionCustomizer
+meth public void customize(org.eclipse.persistence.sessions.Session) throws java.lang.Exception
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.dynamic.DynamicType
+fld public final static java.lang.String DESCRIPTOR_PROPERTY = "ENTITY_TYPE"
+meth public abstract boolean containsProperty(java.lang.String)
+meth public abstract int getNumberOfProperties()
+meth public abstract int getPropertyIndex(java.lang.String)
+meth public abstract java.lang.Class<? extends org.eclipse.persistence.dynamic.DynamicEntity> getJavaClass()
+meth public abstract java.lang.Class<?> getPropertyType(int)
+meth public abstract java.lang.Class<?> getPropertyType(java.lang.String)
+meth public abstract java.lang.String getClassName()
+meth public abstract java.lang.String getName()
+meth public abstract java.util.List<java.lang.String> getPropertiesNames()
+meth public abstract org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public abstract org.eclipse.persistence.dynamic.DynamicEntity newDynamicEntity()
+meth public abstract org.eclipse.persistence.dynamic.DynamicType getParentType()
+
+CLSS public org.eclipse.persistence.dynamic.DynamicTypeBuilder
+cons public !varargs init(java.lang.Class<?>,org.eclipse.persistence.dynamic.DynamicType,java.lang.String[])
+cons public init(org.eclipse.persistence.dynamic.DynamicClassLoader,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.dynamic.DynamicType)
+fld protected org.eclipse.persistence.internal.dynamic.DynamicTypeImpl entityType
+meth protected !varargs void configure(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String[])
+meth protected org.eclipse.persistence.mappings.foundation.AbstractDirectMapping addDirectMappingForEnum(java.lang.String,java.lang.String,java.lang.String)
+meth protected void addDynamicClasses(org.eclipse.persistence.dynamic.DynamicClassLoader,java.lang.String,org.eclipse.persistence.dynamic.DynamicType)
+meth public !varargs org.eclipse.persistence.mappings.DirectCollectionMapping addDirectCollectionMapping(java.lang.String,java.lang.String,java.lang.String,java.lang.Class<?>,java.lang.String[])
+meth public !varargs org.eclipse.persistence.mappings.OneToManyMapping addOneToManyMapping(java.lang.String,org.eclipse.persistence.dynamic.DynamicType,java.lang.String[])
+meth public !varargs org.eclipse.persistence.mappings.OneToOneMapping addOneToOneMapping(java.lang.String,org.eclipse.persistence.dynamic.DynamicType,java.lang.String[])
+meth public !varargs void setPrimaryKeyFields(java.lang.String[])
+meth public org.eclipse.persistence.dynamic.DynamicEnumBuilder addEnum(java.lang.String,java.lang.String,java.lang.String,org.eclipse.persistence.dynamic.DynamicClassLoader)
+meth public org.eclipse.persistence.dynamic.DynamicType getType()
+meth public org.eclipse.persistence.mappings.AggregateObjectMapping addAggregateObjectMapping(java.lang.String,org.eclipse.persistence.dynamic.DynamicType,boolean)
+meth public org.eclipse.persistence.mappings.DatabaseMapping addMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public org.eclipse.persistence.mappings.DirectToFieldMapping addDirectMapping(java.lang.String,java.lang.Class<?>,java.lang.String)
+meth public static org.eclipse.persistence.sessions.Project loadDynamicProject(java.io.InputStream,org.eclipse.persistence.sessions.DatabaseLogin,org.eclipse.persistence.dynamic.DynamicClassLoader) throws java.io.IOException
+meth public static org.eclipse.persistence.sessions.Project loadDynamicProject(java.lang.String,org.eclipse.persistence.sessions.DatabaseLogin,org.eclipse.persistence.dynamic.DynamicClassLoader) throws java.io.IOException
+meth public static org.eclipse.persistence.sessions.Project loadDynamicProject(org.eclipse.persistence.sessions.Project,org.eclipse.persistence.sessions.DatabaseLogin,org.eclipse.persistence.dynamic.DynamicClassLoader)
+meth public void addManyToManyMapping(java.lang.String,org.eclipse.persistence.dynamic.DynamicType,java.lang.String)
+meth public void configureSequencing(java.lang.String,java.lang.String)
+meth public void configureSequencing(org.eclipse.persistence.sequencing.Sequence,java.lang.String,java.lang.String)
+supr java.lang.Object
+hfds xmlParser
+
+CLSS public abstract interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
+meth public abstract boolean isCompatible(org.eclipse.persistence.dynamic.EclipseLinkClassWriter)
+meth public abstract byte[] writeClass(org.eclipse.persistence.dynamic.DynamicClassLoader,java.lang.String) throws java.lang.ClassNotFoundException
+meth public abstract java.lang.Class<?> getParentClass()
+meth public abstract java.lang.String getParentClassName()
+
+CLSS public abstract interface org.eclipse.persistence.eis.DOMRecord
+
+CLSS public org.eclipse.persistence.eis.EISAccessor
+cons public init()
+fld protected javax.resource.cci.Connection cciConnection
+fld protected javax.resource.cci.RecordFactory recordFactory
+meth protected boolean isDatasourceConnected()
+meth protected void basicBeginTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void basicCommitTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void buildConnectLog(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void closeDatasourceConnection()
+meth public java.lang.Object basicExecuteCall(org.eclipse.persistence.queries.Call,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object executeCall(org.eclipse.persistence.queries.Call,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public javax.resource.cci.Connection getCCIConnection()
+meth public javax.resource.cci.RecordFactory getRecordFactory()
+meth public org.eclipse.persistence.eis.EISPlatform getEISPlatform()
+meth public void basicRollbackTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setRecordFactory(javax.resource.cci.RecordFactory)
+supr org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
+
+CLSS public org.eclipse.persistence.eis.EISCollectionChangeRecord
+cons public init(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+intf org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
+meth public boolean hasChanges()
+meth public java.util.List getAdds()
+meth public java.util.List getChangedMapKeys()
+meth public java.util.List getRemoves()
+meth public void addAddedChangeSet(java.lang.Object)
+meth public void addChangedMapKeyChangeSet(java.lang.Object)
+meth public void addRemovedChangeSet(java.lang.Object)
+meth public void simpleAddChangeSet(java.lang.Object)
+meth public void simpleRemoveChangeSet(java.lang.Object)
+supr org.eclipse.persistence.internal.sessions.CollectionChangeRecord
+hfds adds,changedMapKeys,removes
+
+CLSS public org.eclipse.persistence.eis.EISConnectionSpec
+cons public init()
+cons public init(java.lang.String)
+cons public init(javax.naming.Context,java.lang.String)
+cons public init(javax.naming.Context,javax.naming.Name)
+cons public init(javax.naming.Name)
+fld protected java.io.Writer log
+fld protected javax.naming.Context context
+fld protected javax.naming.Name name
+fld protected javax.resource.cci.ConnectionFactory connectionFactory
+fld protected javax.resource.cci.ConnectionSpec connectionSpec
+fld public final static java.lang.String PASSWORD = "password"
+fld public final static java.lang.String USER = "user"
+intf org.eclipse.persistence.sessions.Connector
+meth public java.io.Writer getLog()
+meth public java.lang.Object clone()
+meth public java.lang.String getConnectionDetails()
+meth public java.lang.String getPasswordFromProperties(java.util.Properties)
+meth public java.lang.String toString()
+meth public java.sql.Connection connect(java.util.Properties,org.eclipse.persistence.sessions.Session)
+meth public javax.naming.Context getContext()
+meth public javax.naming.Name getName()
+meth public javax.resource.cci.Connection connectToDataSource(org.eclipse.persistence.eis.EISAccessor,java.util.Properties)
+meth public javax.resource.cci.ConnectionFactory getConnectionFactory()
+meth public javax.resource.cci.ConnectionSpec getConnectionSpec()
+meth public void setConnectionFactory(javax.resource.cci.ConnectionFactory)
+meth public void setConnectionFactoryObject(java.lang.Object)
+meth public void setConnectionSpec(javax.resource.cci.ConnectionSpec)
+meth public void setConnectionSpecObject(java.lang.Object)
+meth public void setContext(javax.naming.Context)
+meth public void setLog(java.io.Writer)
+meth public void setName(java.lang.String)
+meth public void setName(javax.naming.Name)
+meth public void toString(java.io.PrintWriter)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.eis.EISDOMRecord
+
+CLSS public org.eclipse.persistence.eis.EISDescriptor
+cons public init()
+fld protected java.lang.String dataFormat
+fld protected org.eclipse.persistence.oxm.NamespaceResolver namespaceResolver
+fld public final static java.lang.String INDEXED = "indexed"
+fld public final static java.lang.String MAPPED = "mapped"
+fld public final static java.lang.String XML = "xml"
+meth protected org.eclipse.persistence.internal.helper.DatabaseTable extractDefaultTable()
+meth protected void validateMappingType(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public boolean isEISDescriptor()
+meth public boolean isIndexedFormat()
+meth public boolean isMappedFormat()
+meth public boolean isReturnTypeRequiredForReturningPolicy()
+meth public boolean isXMLFormat()
+meth public boolean requiresInitialization(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean shouldUseFullChangeSetsForNewObjects()
+meth public java.lang.Object buildFieldValueFromDirectValues(java.util.Vector,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildFieldValueFromNestedRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildFieldValueFromNestedRows(java.util.Vector,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getDataFormat()
+meth public java.lang.String getDataTypeName()
+meth public java.util.Vector buildDirectValuesFromFieldValue(java.lang.Object)
+meth public java.util.Vector buildNestedRowsFromFieldValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.descriptors.InheritancePolicy getInheritancePolicy()
+meth public org.eclipse.persistence.internal.databaseaccess.DatasourceCall buildCallFromStatement(org.eclipse.persistence.internal.expressions.SQLStatement,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.helper.DatabaseField buildField(java.lang.String)
+meth public org.eclipse.persistence.internal.helper.DatabaseField buildField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildNestedRowFromFieldValue(java.lang.Object)
+meth public org.eclipse.persistence.mappings.AggregateMapping newAggregateMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newManyToManyMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newOneToManyMapping()
+meth public org.eclipse.persistence.mappings.CollectionMapping newUnidirectionalOneToManyMapping()
+meth public org.eclipse.persistence.mappings.DatabaseMapping addDirectMapping(java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.mappings.DatabaseMapping addDirectMapping(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.mappings.DatabaseMapping newAggregateCollectionMapping()
+meth public org.eclipse.persistence.mappings.DatabaseMapping newDirectCollectionMapping()
+meth public org.eclipse.persistence.mappings.ObjectReferenceMapping newManyToOneMapping()
+meth public org.eclipse.persistence.mappings.ObjectReferenceMapping newOneToOneMapping()
+meth public org.eclipse.persistence.mappings.foundation.AbstractDirectMapping newDirectMapping()
+meth public org.eclipse.persistence.oxm.NamespaceResolver getNamespaceResolver()
+meth public void addPrimaryKeyFieldName(java.lang.String)
+meth public void initialize(org.eclipse.persistence.descriptors.DescriptorQueryManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void initializeAggregateInheritancePolicy(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setDataFormat(java.lang.String)
+meth public void setDataTypeName(java.lang.String)
+meth public void setNamespaceResolver(org.eclipse.persistence.oxm.NamespaceResolver)
+meth public void setQueryManager(org.eclipse.persistence.descriptors.DescriptorQueryManager)
+meth public void setSequenceNumberFieldName(java.lang.String)
+meth public void useIndexedRecordFormat()
+meth public void useMappedRecordFormat()
+meth public void useXMLRecordFormat()
+supr org.eclipse.persistence.descriptors.ClassDescriptor
+
+CLSS public org.eclipse.persistence.eis.EISException
+cons public init(java.lang.Exception)
+cons public init(java.lang.Exception,java.lang.String)
+cons public init(java.lang.String)
+fld public final static int COULD_NOT_DELETE_FILE = 17024
+fld public final static int EIS_EXCEPTION = 91000
+fld public final static int GROUPING_ELEMENT_REQUIRED = 17025
+fld public final static int INCORRECT_LOGIN_INSTANCE_PROVIDED = 17002
+fld public final static int INPUT_UNSUPPORTED_MSG_TYPE = 17017
+fld public final static int INVALID_AQ_INPUT = 17022
+fld public final static int INVALID_AQ_INTERACTION_SPEC_TYPE = 17020
+fld public final static int INVALID_AQ_RECORD_TYPE = 17021
+fld public final static int INVALID_FACTORY_ATTRIBUTES = 17023
+fld public final static int INVALID_INPUT = 17015
+fld public final static int INVALID_INTERACTION_SPEC_TYPE = 17012
+fld public final static int INVALID_METHOD_INVOCATION = 17018
+fld public final static int INVALID_PROP = 17008
+fld public final static int INVALID_RECORD_TYPE = 17013
+fld public final static int NO_CONN_FACTORY = 17011
+fld public final static int OUTPUT_UNSUPPORTED_MSG_TYPE = 17010
+fld public final static int PROPS_NOT_SET = 17009
+fld public final static int PROP_NOT_SET = 17007
+fld public final static int RESOURCE_EXCEPTION = 90000
+fld public final static int TIMEOUT = 17016
+fld public final static int TX_SESSION_TEST_ERROR = 17019
+fld public final static int UNKNOWN_INTERACTION_SPEC_TYPE = 17014
+meth public static org.eclipse.persistence.eis.EISException couldNotDeleteFile(java.lang.Object[])
+meth public static org.eclipse.persistence.eis.EISException createException(java.lang.Exception)
+meth public static org.eclipse.persistence.eis.EISException createException(java.lang.Object[],int)
+meth public static org.eclipse.persistence.eis.EISException createResourceException(java.lang.Object[],int)
+meth public static org.eclipse.persistence.eis.EISException groupingElementRequired()
+meth public static org.eclipse.persistence.eis.EISException incorrectLoginInstanceProvided(java.lang.Class)
+meth public static org.eclipse.persistence.eis.EISException invalidAQInput()
+meth public static org.eclipse.persistence.eis.EISException invalidAQInteractionSpecType()
+meth public static org.eclipse.persistence.eis.EISException invalidAQRecordType()
+meth public static org.eclipse.persistence.eis.EISException invalidConnectionFactoryAttributes()
+meth public static org.eclipse.persistence.eis.EISException invalidInput()
+meth public static org.eclipse.persistence.eis.EISException invalidInteractionSpecType()
+meth public static org.eclipse.persistence.eis.EISException invalidMethodInvocation()
+meth public static org.eclipse.persistence.eis.EISException invalidProperty(java.lang.String)
+meth public static org.eclipse.persistence.eis.EISException invalidRecordType()
+meth public static org.eclipse.persistence.eis.EISException noConnectionFactorySpecified()
+meth public static org.eclipse.persistence.eis.EISException propertiesNotSet(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.eis.EISException propertyNotSet(java.lang.String)
+meth public static org.eclipse.persistence.eis.EISException resourceException(java.lang.Exception,org.eclipse.persistence.eis.EISAccessor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.eis.EISException resourceException(javax.resource.ResourceException,org.eclipse.persistence.eis.EISAccessor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.eis.EISException resourceException(javax.resource.ResourceException,org.eclipse.persistence.queries.Call,org.eclipse.persistence.eis.EISAccessor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.eis.EISException timeoutOccurred()
+meth public static org.eclipse.persistence.eis.EISException transactedSessionTestError()
+meth public static org.eclipse.persistence.eis.EISException unknownInteractionSpecType()
+meth public static org.eclipse.persistence.eis.EISException unsupportedMessageInInputRecord()
+meth public static org.eclipse.persistence.eis.EISException unsupportedMessageInOutputRecord()
+supr org.eclipse.persistence.exceptions.DatabaseException
+
+CLSS public org.eclipse.persistence.eis.EISLogin
+cons public init()
+cons public init(org.eclipse.persistence.internal.databaseaccess.Platform)
+meth public java.lang.Object connectToDatasource(org.eclipse.persistence.internal.databaseaccess.Accessor,org.eclipse.persistence.sessions.Session)
+meth public java.lang.String getConnectionFactoryURL()
+meth public org.eclipse.persistence.eis.EISConnectionSpec getConnectionSpec()
+meth public org.eclipse.persistence.internal.databaseaccess.Accessor buildAccessor()
+meth public void configureConnectionSpec(java.lang.String)
+meth public void configureConnectionSpec(java.lang.String,javax.resource.cci.ConnectionSpec)
+meth public void configureConnectionSpec(javax.resource.cci.ConnectionFactory)
+meth public void configureConnectionSpec(javax.resource.cci.ConnectionFactory,javax.resource.cci.ConnectionSpec)
+meth public void setConnectionFactoryURL(java.lang.String)
+meth public void setConnectionSpec(org.eclipse.persistence.eis.EISConnectionSpec)
+meth public void setPassword(java.lang.String)
+supr org.eclipse.persistence.sessions.DatasourceLogin
+
+CLSS public org.eclipse.persistence.eis.EISMappedRecord
+cons public init(java.util.Map,org.eclipse.persistence.eis.EISAccessor)
+fld protected java.util.Map record
+fld protected org.eclipse.persistence.eis.EISAccessor accessor
+meth public boolean containsKey(java.lang.String)
+meth public boolean containsKey(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public boolean isEmpty()
+meth public int size()
+meth public java.lang.Object get(java.lang.String)
+meth public java.lang.Object get(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public java.lang.String toString()
+meth public java.util.Collection values()
+meth public java.util.Map getRecord()
+meth public java.util.Set keySet()
+meth public java.util.Vector getFields()
+meth public java.util.Vector getValues()
+meth public org.eclipse.persistence.eis.EISAccessor getAccessor()
+meth public void clear()
+meth public void setAccessor(org.eclipse.persistence.eis.EISAccessor)
+meth public void setRecord(java.util.Map)
+supr org.eclipse.persistence.internal.sessions.AbstractRecord
+
+CLSS public org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
+cons public init()
+cons public init(org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes)
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISCompositeCollectionMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISCompositeDirectCollectionMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISCompositeObjectMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISDescriptorDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISDirectMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISOneToManyMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISOneToOneMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildEISTransformationMappingDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildInteractionArgumentDescriptor()
+meth protected org.eclipse.persistence.descriptors.ClassDescriptor buildXMLInteractionDescriptor()
+meth protected org.eclipse.persistence.oxm.XMLField buildTypedField(java.lang.String)
+meth protected void buildDescriptors()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor buildEISLoginDescriptor()
+supr org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
+
+CLSS public org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
+cons public init(org.eclipse.persistence.internal.sessions.ObjectChangeSet,java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+intf org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
+meth public boolean hasChanges()
+meth public int[] getAddIndexes()
+meth public int[] getRemoveIndexes()
+meth public int[][] getMoveIndexPairs()
+meth public java.util.List getAdds()
+meth public java.util.List getMoves()
+meth public java.util.List getNewCollection()
+meth public java.util.List getRemoves()
+meth public void addAddedChangeSet(java.lang.Object,int)
+meth public void addMovedChangeSet(java.lang.Object,int,int)
+meth public void addRemovedChangeSet(java.lang.Object,int)
+meth public void simpleAddChangeSet(java.lang.Object)
+meth public void simpleRemoveChangeSet(java.lang.Object)
+supr org.eclipse.persistence.internal.sessions.CollectionChangeRecord
+hfds addIndexes,adds,moveIndexPairs,moves,removeIndexes,removes
+
+CLSS public org.eclipse.persistence.eis.EISPlatform
+cons public init()
+fld protected boolean isDOMRecordSupported
+fld protected boolean isIndexedRecordSupported
+fld protected boolean isMappedRecordSupported
+fld protected boolean requiresAutoCommit
+fld protected boolean shouldConvertDataToStrings
+fld protected boolean supportsLocalTransactions
+fld protected java.lang.reflect.Method domMethod
+fld protected org.eclipse.persistence.eis.RecordConverter recordConverter
+fld protected org.eclipse.persistence.internal.oxm.XMLConversionManager xmlConversionManager
+meth public boolean isDOMRecordSupported()
+meth public boolean isIndexedRecordSupported()
+meth public boolean isMappedRecordSupported()
+meth public boolean requiresAutoCommit()
+meth public boolean shouldConvertDataToStrings()
+meth public boolean supportsLocalTransactions()
+meth public java.lang.Object getValueFromRecord(java.lang.String,javax.resource.cci.MappedRecord,org.eclipse.persistence.eis.EISAccessor)
+meth public java.util.Vector buildRows(javax.resource.cci.Record,org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.eis.EISAccessor)
+meth public javax.resource.cci.InteractionSpec buildInteractionSpec(org.eclipse.persistence.eis.interactions.EISInteraction)
+meth public javax.resource.cci.Record createDOMRecord(java.lang.String,org.eclipse.persistence.eis.EISAccessor)
+meth public javax.resource.cci.Record createInputRecord(org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.eis.EISAccessor)
+meth public javax.resource.cci.Record createOutputRecord(org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.eis.EISAccessor)
+meth public org.eclipse.persistence.eis.RecordConverter getRecordConverter()
+meth public org.eclipse.persistence.internal.databaseaccess.DatasourceCall buildCallFromStatement(org.eclipse.persistence.internal.expressions.SQLStatement,org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.databaseaccess.DatasourceCall buildNativeCall(java.lang.String)
+meth public org.eclipse.persistence.internal.helper.ConversionManager getConversionManager()
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildRow(javax.resource.cci.Record,org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.eis.EISAccessor)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord createDatabaseRowFromDOMRecord(javax.resource.cci.Record,org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.eis.EISAccessor)
+meth public void appendParameter(org.eclipse.persistence.queries.Call,java.io.Writer,java.lang.Object)
+meth public void setDOMInRecord(org.w3c.dom.Element,javax.resource.cci.Record,org.eclipse.persistence.eis.interactions.EISInteraction,org.eclipse.persistence.eis.EISAccessor)
+meth public void setIsDOMRecordSupported(boolean)
+meth public void setIsIndexedRecordSupported(boolean)
+meth public void setIsMappedRecordSupported(boolean)
+meth public void setRecordConverter(org.eclipse.persistence.eis.RecordConverter)
+meth public void setRequiresAutoCommit(boolean)
+meth public void setShouldConvertDataToStrings(boolean)
+meth public void setSupportsLocalTransactions(boolean)
+meth public void setValueInRecord(java.lang.String,java.lang.Object,javax.resource.cci.MappedRecord,org.eclipse.persistence.eis.EISAccessor)
+supr org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
+
+CLSS public org.eclipse.persistence.eis.EISSequence
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,int)
+meth public boolean equals(java.lang.Object)
+meth public int hashCode()
+supr org.eclipse.persistence.sequencing.QuerySequence
+
+CLSS public abstract interface org.eclipse.persistence.eis.RecordConverter
+meth public abstract javax.resource.cci.Record converterFromAdapterRecord(javax.resource.cci.Record)
+meth public abstract javax.resource.cci.Record converterToAdapterRecord(javax.resource.cci.Record)
+
+CLSS public abstract org.eclipse.persistence.eis.interactions.EISInteraction
+cons public init()
+fld protected java.lang.String functionName
+fld protected java.lang.String inputRecordName
+fld protected java.lang.String outputResultPath
+fld protected java.util.Map properties
+fld protected java.util.Vector arguments
+fld protected java.util.Vector outputArgumentNames
+fld protected java.util.Vector outputArguments
+fld protected javax.resource.cci.InteractionSpec interactionSpec
+fld protected org.eclipse.persistence.internal.sessions.AbstractRecord inputRow
+meth public abstract javax.resource.cci.Record createInputRecord(org.eclipse.persistence.eis.EISAccessor)
+meth public abstract org.eclipse.persistence.internal.sessions.AbstractRecord buildRow(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public boolean hasArguments()
+meth public boolean hasOutputArguments()
+meth public boolean isEISInteraction()
+meth public java.lang.Object createRecordElement(java.lang.String,java.lang.Object,org.eclipse.persistence.eis.EISAccessor)
+meth public java.lang.Object getProperty(java.lang.String)
+meth public java.lang.String getFunctionName()
+meth public java.lang.String getInputRecordName()
+meth public java.lang.String getLogString(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public java.lang.String getOutputResultPath()
+meth public java.lang.String toString()
+meth public java.util.Map getProperties()
+meth public java.util.Vector buildRows(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public java.util.Vector getArguments()
+meth public java.util.Vector getOutputArgumentNames()
+meth public java.util.Vector getOutputArguments()
+meth public javax.resource.cci.InteractionSpec getInteractionSpec()
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord getInputRow()
+meth public void addOutputArgument(java.lang.String)
+meth public void addOutputArgument(java.lang.String,java.lang.String)
+meth public void prepare(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setArguments(java.util.Vector)
+meth public void setFunctionName(java.lang.String)
+meth public void setInputRecordName(java.lang.String)
+meth public void setInputRow(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void setInteractionSpec(javax.resource.cci.InteractionSpec)
+meth public void setOutputArgumentNames(java.util.Vector)
+meth public void setOutputArguments(java.util.Vector)
+meth public void setOutputResultPath(java.lang.String)
+meth public void setProperties(java.util.Map)
+meth public void setProperty(java.lang.String,java.lang.Object)
+meth public void translate(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+supr org.eclipse.persistence.internal.databaseaccess.DatasourceCall
+
+CLSS public org.eclipse.persistence.eis.interactions.IndexedInteraction
+cons public init()
+meth public java.util.Vector getArguments()
+meth public java.util.Vector getOutputArguments()
+meth public javax.resource.cci.Record createInputRecord(org.eclipse.persistence.eis.EISAccessor)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildRow(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public void addArgument(java.lang.String)
+meth public void addArgumentValue(java.lang.Object)
+meth public void addOutputArgument(java.lang.String)
+meth public void setArguments(java.util.Vector)
+meth public void setOutputArguments(java.util.Vector)
+supr org.eclipse.persistence.eis.interactions.EISInteraction
+
+CLSS public org.eclipse.persistence.eis.interactions.MappedInteraction
+cons public init()
+fld protected java.lang.String inputResultPath
+fld protected java.util.Vector argumentNames
+meth public java.lang.String getInputResultPath()
+meth public java.util.Vector getArgumentNames()
+meth public javax.resource.cci.Record createInputRecord(org.eclipse.persistence.eis.EISAccessor)
+meth public javax.resource.cci.Record createTranslationRecord(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.eis.EISAccessor)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildRow(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public void addArgument(java.lang.String)
+meth public void addArgument(java.lang.String,java.lang.String)
+meth public void addArgumentValue(java.lang.String,java.lang.Object)
+meth public void setArgumentNames(java.util.Vector)
+meth public void setInputResultPath(java.lang.String)
+supr org.eclipse.persistence.eis.interactions.EISInteraction
+
+CLSS public org.eclipse.persistence.eis.interactions.QueryStringInteraction
+cons public init()
+cons public init(java.lang.String)
+fld protected java.lang.String queryString
+intf org.eclipse.persistence.internal.databaseaccess.QueryStringCall
+meth public boolean isQueryStringCall()
+meth public java.lang.String getLogString(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public java.lang.String getQueryString()
+meth public void prepare(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setQueryString(java.lang.String)
+meth public void translate(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+supr org.eclipse.persistence.eis.interactions.MappedInteraction
+
+CLSS public org.eclipse.persistence.eis.interactions.XMLInteraction
+cons public init()
+fld protected java.lang.String inputRootElementName
+fld protected java.lang.String outputRootElementName
+meth protected org.eclipse.persistence.internal.helper.DatabaseField createField(java.lang.String)
+meth protected org.eclipse.persistence.oxm.record.XMLRecord createXMLRecord(java.lang.String)
+meth public java.lang.String getInputRootElementName()
+meth public java.lang.String getLogString(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public java.lang.String getOutputRootElementName()
+meth public java.util.Vector buildRows(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public javax.resource.cci.Record createInputRecord(org.eclipse.persistence.eis.EISAccessor)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildRow(javax.resource.cci.Record,org.eclipse.persistence.eis.EISAccessor)
+meth public org.w3c.dom.Element createInputDOM(org.eclipse.persistence.eis.EISAccessor)
+meth public void prepare(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setInputRootElementName(java.lang.String)
+meth public void setOutputRootElementName(java.lang.String)
+supr org.eclipse.persistence.eis.interactions.MappedInteraction
+
+CLSS public org.eclipse.persistence.eis.interactions.XQueryInteraction
+cons public init()
+cons public init(java.lang.String)
+fld protected java.lang.String xQueryString
+intf org.eclipse.persistence.internal.databaseaccess.QueryStringCall
+meth protected char argumentMarker()
+meth protected java.lang.String whitespace()
+meth public boolean isQueryStringCall()
+meth public java.lang.String getLogString(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public java.lang.String getQueryString()
+meth public java.lang.String getXQueryString()
+meth public org.w3c.dom.Element createInputDOM(org.eclipse.persistence.eis.EISAccessor)
+meth public void prepare(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setQueryString(java.lang.String)
+meth public void setXQueryString(java.lang.String)
+meth public void translate(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+supr org.eclipse.persistence.eis.interactions.XMLInteraction
+
+CLSS public org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
+cons public init()
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth protected java.lang.Object buildCompositeObject(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.queries.ObjectBuildingQuery,org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.queries.JoinedAttributeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected org.eclipse.persistence.internal.sessions.AbstractRecord buildCompositeRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+meth public boolean isEISMapping()
+meth public java.lang.String getFieldName()
+meth public java.lang.String getXPath()
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setFieldName(java.lang.String)
+meth public void setXPath(java.lang.String)
+supr org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
+cons public init()
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth public boolean isEISMapping()
+meth public java.lang.String getFieldName()
+meth public java.lang.String getXPath()
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setFieldName(java.lang.String)
+meth public void setXPath(java.lang.String)
+supr org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
+cons public init()
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth protected java.lang.Object buildCompositeObject(org.eclipse.persistence.internal.descriptors.ObjectBuilder,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.queries.ObjectBuildingQuery,org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.queries.JoinedAttributeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected java.lang.Object buildCompositeRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+meth public boolean isEISMapping()
+meth public java.lang.String getFieldName()
+meth public java.lang.String getXPath()
+meth public void postInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setFieldName(java.lang.String)
+meth public void setXPath(java.lang.String)
+meth public void writeFromObjectIntoRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+supr org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISDirectMapping
+cons public init()
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth protected void writeValueIntoRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.helper.DatabaseField,java.lang.Object)
+meth public boolean isEISMapping()
+meth public java.lang.String getXPath()
+meth public void setFieldName(java.lang.String)
+meth public void setXPath(java.lang.String)
+meth public void writeFromObjectIntoRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+supr org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
+
+CLSS public abstract interface org.eclipse.persistence.eis.mappings.EISMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISOneToManyMapping
+cons public init()
+fld protected boolean isForeignKeyRelationship
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> sourceForeignKeyFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> targetForeignKeyFields
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> sourceForeignKeysToTargetKeys
+fld protected org.eclipse.persistence.internal.helper.DatabaseField foreignKeyGroupingElement
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth protected boolean shouldObjectModifyCascadeToParts(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth protected java.lang.Object buildElementFromChangeSet(java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected java.util.Vector collectFields()
+meth protected org.eclipse.persistence.internal.sessions.AbstractRecord extractKeyRowFromReferenceObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth protected void deleteAll(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth protected void deleteAll(org.eclipse.persistence.queries.DeleteObjectQuery,java.lang.Object)
+meth protected void deleteReferenceObjectsLeftOnDatabase(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth protected void initializeDeleteAllQuery()
+meth protected void initializeSelectionCriteria(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void initializeSourceForeignKeysToTargetKeys()
+meth public boolean compareElements(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean compareElementsForChange(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean compareObjects(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean hasCustomDeleteAllQuery()
+meth public boolean hasInverseConstraintDependency()
+meth public boolean isEISMapping()
+meth public boolean isForeignKeyRelationship()
+meth public boolean mapKeyHasChanged(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean verifyDelete(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildAddedElementFromChangeSet(java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildChangeSet(java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildElementFromElement(java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object buildRemovedElementFromChangeSet(java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object clone()
+meth public java.lang.Object valueFromRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.queries.JoinedAttributeManager,org.eclipse.persistence.queries.ObjectBuildingQuery,org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.sessions.AbstractSession,boolean,java.lang.Boolean[])
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSourceForeignKeyFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getTargetForeignKeyFields()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> getSourceForeignKeysToTargetKeys()
+meth public java.util.Vector getForeignKeyRows(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.expressions.Expression buildExpression(java.lang.Object,org.eclipse.persistence.queries.QueryByExamplePolicy,org.eclipse.persistence.expressions.Expression,java.util.Map,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.internal.helper.DatabaseField getForeignKeyGroupingElement()
+meth public org.eclipse.persistence.internal.sessions.ChangeRecord compareForChange(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.queries.ModifyQuery getDeleteAllQuery()
+meth public void addForeignKeyField(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addForeignKeyFieldName(java.lang.String,java.lang.String)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void mergeChangesIntoObject(java.lang.Object,org.eclipse.persistence.internal.sessions.ChangeRecord,java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void mergeIntoObject(java.lang.Object,boolean,java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postDelete(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void postInsert(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void postUpdate(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void preDelete(org.eclipse.persistence.queries.DeleteObjectQuery)
+meth public void preInitialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void preInsert(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void preUpdate(org.eclipse.persistence.queries.WriteObjectQuery)
+meth public void setDeleteAllCall(org.eclipse.persistence.queries.Call)
+meth public void setDeleteAllSQLString(java.lang.String)
+meth public void setForeignKeyGroupingElement(java.lang.String)
+meth public void setForeignKeyGroupingElement(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void setIsForeignKeyRelationship(boolean)
+meth public void setSelectionSQLString(java.lang.String)
+meth public void setSourceForeignKeyFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void setSourceForeignKeysToTargetKeys(java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void setTargetForeignKeyFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public void simpleAddToCollectionChangeRecord(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void simpleRemoveFromCollectionChangeRecord(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void writeFromObjectIntoRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+meth public void writeFromObjectIntoRowForShallowInsert(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void writeFromObjectIntoRowForShallowInsertWithChangeRecord(org.eclipse.persistence.internal.sessions.ChangeRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void writeFromObjectIntoRowForUpdate(org.eclipse.persistence.queries.WriteObjectQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void writeFromObjectIntoRowForUpdateAfterShallowInsert(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void writeFromObjectIntoRowWithChangeRecord(org.eclipse.persistence.internal.sessions.ChangeRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+meth public void writeInsertFieldsIntoRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+supr org.eclipse.persistence.mappings.CollectionMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
+cons public init(org.eclipse.persistence.eis.mappings.EISOneToManyMapping)
+meth public boolean compareObjects(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.eis.mappings.EISOneToManyMapping getMapping()
+meth public org.eclipse.persistence.internal.sessions.ChangeRecord compareForChange(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.mappings.DatabaseMapping getDatabaseMapping()
+meth public void mergeChangesIntoObject(java.lang.Object,org.eclipse.persistence.internal.sessions.ChangeRecord,java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void mergeIntoObject(java.lang.Object,boolean,java.lang.Object,org.eclipse.persistence.internal.sessions.MergeManager,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void simpleAddToCollectionChangeRecord(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void simpleRemoveFromCollectionChangeRecord(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.ObjectChangeSet,org.eclipse.persistence.internal.sessions.AbstractSession)
+supr java.lang.Object
+hfds XXX,mapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISOneToOneMapping
+cons public init()
+fld protected boolean shouldVerifyDelete
+fld protected java.util.Map sourceToTargetKeyFields
+fld protected java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> targetToSourceKeyFields
+fld protected org.eclipse.persistence.expressions.Expression privateOwnedCriteria
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth protected java.lang.Object readPrivateOwnedForObject(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth protected void initializeForeignKeys(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void initializePrivateOwnedCriteria()
+meth protected void initializeSelectionCriteria(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void setPrivateOwnedCriteria(org.eclipse.persistence.expressions.Expression)
+meth public boolean isEISMapping()
+meth public boolean isOneToOneMapping()
+meth public boolean shouldVerifyDelete()
+meth public java.lang.Class getFieldClassification(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public java.lang.Object clone()
+meth public java.lang.Object extractPrimaryKeysForReferenceObjectFromRow(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public java.lang.Object valueFromRow(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.queries.JoinedAttributeManager,org.eclipse.persistence.queries.ObjectBuildingQuery,org.eclipse.persistence.internal.identitymaps.CacheKey,org.eclipse.persistence.internal.sessions.AbstractSession,boolean,java.lang.Boolean[])
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> getSourceToTargetKeyFields()
+meth public java.util.Map<org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField> getTargetToSourceKeyFields()
+meth public org.eclipse.persistence.expressions.Expression getPrivateOwnedCriteria()
+meth public void addForeignKeyField(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void addForeignKeyFieldName(java.lang.String,java.lang.String)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setSelectionSQLString(java.lang.String)
+meth public void setShouldVerifyDelete(boolean)
+meth public void setSourceToTargetKeyFields(java.util.Map)
+meth public void setTargetToSourceKeyFields(java.util.Map)
+meth public void writeFromObjectIntoRow(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.mappings.DatabaseMapping$WriteType)
+supr org.eclipse.persistence.mappings.ObjectReferenceMapping
+
+CLSS public org.eclipse.persistence.eis.mappings.EISTransformationMapping
+cons public init()
+intf org.eclipse.persistence.eis.mappings.EISMapping
+meth public boolean isEISMapping()
+supr org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
+
+CLSS public final org.eclipse.persistence.exceptions.BeanValidationException
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+fld public final static int CONSTRAINT_VIOLATION = 7510
+fld public final static int ILLEGAL_VALIDATION_MODE = 7501
+fld public final static int NOT_NULL_AND_NILLABLE = 7525
+fld public final static int PROVIDER_NOT_FOUND = 7500
+meth public static org.eclipse.persistence.exceptions.BeanValidationException constraintViolation(java.lang.Object[],java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.BeanValidationException illegalValidationMode(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.BeanValidationException notNullAndNillable(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.BeanValidationException providerNotFound(java.lang.String,java.lang.Throwable)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.CommunicationException
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Exception)
+fld public final static int ERROR_IN_INVOCATION = 12003
+fld public final static int ERROR_SENDING_CONNECTION_SERVICE = 12000
+fld public final static int ERROR_SENDING_MESSAGE = 12004
+fld public final static int UNABLE_TO_CONNECT = 12001
+fld public final static int UNABLE_TO_PROPAGATE_CHANGES = 12002
+meth public static org.eclipse.persistence.exceptions.CommunicationException errorInInvocation(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.CommunicationException errorSendingConnectionService(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.CommunicationException errorSendingMessage(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.CommunicationException unableToConnect(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.CommunicationException unableToPropagateChanges(java.lang.String,java.lang.Exception)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.ConcurrencyException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Exception)
+fld public final static int ACTIVE_LOCK_ALREADY_TRANSITIONED = 2010
+fld public final static int MAX_TRIES_EXCEDED_FOR_LOCK_ON_BUILD_OBJECT = 2009
+fld public final static int MAX_TRIES_EXCEDED_FOR_LOCK_ON_CLONE = 2007
+fld public final static int MAX_TRIES_EXCEDED_FOR_LOCK_ON_MERGE = 2008
+fld public final static int SEQUENCING_MULTITHREAD_THRU_CONNECTION = 2006
+fld public final static int SIGNAL_ATTEMPTED_BEFORE_WAIT = 2004
+fld public final static int WAIT_FAILURE_CLIENT = 2003
+fld public final static int WAIT_FAILURE_SEQ_DATABASE_SESSION = 2005
+fld public final static int WAIT_FAILURE_SERVER = 2002
+fld public final static int WAIT_WAS_INTERRUPTED = 2001
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException activeLockAlreadyTransitioned(java.lang.Thread)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException maxTriesLockOnBuildObjectExceded(java.lang.Thread,java.lang.Thread)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException maxTriesLockOnCloneExceded(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException maxTriesLockOnMergeExceded(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException sequencingMultithreadThruConnection(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException signalAttemptedBeforeWait()
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException waitFailureOnClientSession(java.lang.InterruptedException)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException waitFailureOnSequencingForDatabaseSession(java.lang.InterruptedException)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException waitFailureOnServerSession(java.lang.InterruptedException)
+meth public static org.eclipse.persistence.exceptions.ConcurrencyException waitWasInterrupted(java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.ConversionException
+cons protected init()
+cons protected init(java.lang.String,java.lang.Object,java.lang.Class,java.lang.Exception)
+fld protected java.lang.Class classToConvertTo
+fld protected java.lang.Object sourceObject
+fld public final static int COULD_NOT_BE_CONVERTED = 3001
+fld public final static int COULD_NOT_BE_CONVERTED_EXTENDED = 3002
+fld public final static int COULD_NOT_BE_CONVERTED_TO_CLASS = 3007
+fld public final static int COULD_NOT_CONVERT_TO_BYTE_ARRAY = 3006
+fld public final static int INCORRECT_DATE_FORMAT = 3003
+fld public final static int INCORRECT_DATE_TIME_FORMAT = 3008
+fld public final static int INCORRECT_TIMESTAMP_FORMAT = 3005
+fld public final static int INCORRECT_TIME_FORMAT = 3004
+fld public final static int UNABLE_TO_SET_PROPERTIES = 3009
+meth public java.lang.Class getClassToConvertTo()
+meth public java.lang.Object getSourceObject()
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotBeConverted(java.lang.Object,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotBeConverted(java.lang.Object,java.lang.Class,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotBeConverted(java.lang.Object,java.lang.Object,org.eclipse.persistence.exceptions.ConversionException)
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotBeConvertedToClass(java.lang.Object,java.lang.Class,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotConvertToByteArray(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ConversionException couldNotTranslatePropertiesIntoObject(java.lang.Object,java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ConversionException incorrectDateFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ConversionException incorrectDateTimeFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ConversionException incorrectDateTimeFormat(java.lang.String,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.ConversionException incorrectTimeFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ConversionException incorrectTimestampFormat(java.lang.String)
+meth public void setClassToConvertTo(java.lang.Class)
+meth public void setSourceObject(java.lang.Object)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.DBWSException
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+fld public final static int COULD_NOT_LOCATE_DESCRIPTOR = 47001
+fld public final static int COULD_NOT_LOCATE_FILE = 47000
+fld public final static int COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE = 47010
+fld public final static int COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE = 47011
+fld public final static int COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR = 47002
+fld public final static int COULD_NOT_LOCATE_QUERY_FOR_SESSION = 47003
+fld public final static int COULD_NOT_PARSE_DBWS_FILE = 47012
+fld public final static int INOUT_CURSOR_ARGUMENTS_NOT_SUPPORTED = 47009
+fld public final static int MULTIPLE_OUTPUT_ARGUMENTS_ONLY_FOR_SIMPLE_XML = 47008
+fld public final static int PARAMETER_DOES_NOT_EXIST_FOR_OPERATION = 47004
+fld public final static int PARAMETER_HAS_NO_MAPPING = 47005
+fld public final static int RESULT_DOES_NOT_EXIST_FOR_OPERATION = 47006
+fld public final static int RESULT_HAS_NO_MAPPING = 47007
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateDescriptorForOperation(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateFile(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateORSessionForService(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateOXSessionForService(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateQueryForDescriptor(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotLocateQueryForSession(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException couldNotParseDBWSFile()
+meth public static org.eclipse.persistence.exceptions.DBWSException inoutCursorArgumentsNotSupported()
+meth public static org.eclipse.persistence.exceptions.DBWSException multipleOutputArgumentsOnlySupportedForSimpleXML()
+meth public static org.eclipse.persistence.exceptions.DBWSException parameterDoesNotExistForOperation(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException parameterHasNoMapping(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException resultDoesNotExistForOperation(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DBWSException resultHasNoMapping(java.lang.String,java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.DatabaseException
+cons protected init()
+cons protected init(java.lang.String)
+cons protected init(java.sql.SQLException)
+fld protected boolean isCommunicationFailure
+fld protected java.sql.SQLException exception
+fld protected org.eclipse.persistence.internal.databaseaccess.Accessor accessor
+fld protected org.eclipse.persistence.internal.sessions.AbstractRecord queryArguments
+fld protected org.eclipse.persistence.queries.Call call
+fld protected org.eclipse.persistence.queries.DatabaseQuery query
+fld public final static int CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK = 4014
+fld public final static int CONFIGURATION_ERROR_CLASS_NOT_FOUND = 4003
+fld public final static int CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION = 4017
+fld public final static int CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION = 4016
+fld public final static int COULD_NOT_CONVERT_OBJECT_TYPE = 4007
+fld public final static int COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS = 4020
+fld public final static int DATABASE_ACCESSOR_CONNECTION_IS_NULL = 4022
+fld public final static int DATABASE_ACCESSOR_NOT_CONNECTED = 4005
+fld public final static int ERROR_PREALLOCATING_SEQUENCE_NUMBERS = 4011
+fld public final static int ERROR_READING_BLOB_DATA = 4006
+fld public final static int ERROR_RETRIEVE_DB_METADATA_THROUGH_JDBC_CONNECTION = 4019
+fld public final static int LOGOUT_WHILE_TRANSACTION_IN_PROGRESS = 4008
+fld public final static int SEQUENCE_TABLE_INFORMATION_NOT_COMPLETE = 4009
+fld public final static int SQL_EXCEPTION = 4002
+fld public final static int SYNCHRONIZED_UNITOFWORK_DOES_NOT_SUPPORT_COMMITANDRESUME = 4015
+fld public final static int TRANSACTION_MANAGER_NOT_SET_FOR_JTS_DRIVER = 4018
+fld public final static int UNABLE_TO_ACQUIRE_CONNECTION_FROM_DRIVER = 4021
+meth public boolean isCommunicationFailure()
+meth public int getDatabaseErrorCode()
+meth public java.lang.String getMessage()
+meth public org.eclipse.persistence.internal.databaseaccess.Accessor getAccessor()
+meth public org.eclipse.persistence.queries.Call getCall()
+meth public org.eclipse.persistence.queries.DatabaseQuery getQuery()
+meth public org.eclipse.persistence.sessions.Record getQueryArgumentsRecord()
+meth public static org.eclipse.persistence.exceptions.DatabaseException cannotRegisterSynchronizatonListenerForUnitOfWork(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DatabaseException configurationErrorClassNotFound(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DatabaseException configurationErrorNewInstanceIllegalAccessException(java.lang.IllegalAccessException,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DatabaseException configurationErrorNewInstanceInstantiationException(java.lang.InstantiationException,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DatabaseException couldNotConvertObjectType(int)
+meth public static org.eclipse.persistence.exceptions.DatabaseException databaseAccessorConnectionIsNull(org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.exceptions.DatabaseException databaseAccessorNotConnected()
+meth public static org.eclipse.persistence.exceptions.DatabaseException databaseAccessorNotConnected(org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor)
+meth public static org.eclipse.persistence.exceptions.DatabaseException errorPreallocatingSequenceNumbers()
+meth public static org.eclipse.persistence.exceptions.DatabaseException errorReadingBlobData()
+meth public static org.eclipse.persistence.exceptions.DatabaseException errorRetrieveDbMetadataThroughJDBCConnection()
+meth public static org.eclipse.persistence.exceptions.DatabaseException logoutWhileTransactionInProgress()
+meth public static org.eclipse.persistence.exceptions.DatabaseException sequenceTableInformationNotComplete()
+meth public static org.eclipse.persistence.exceptions.DatabaseException specifiedLockingFieldsNotFoundInDatabase(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DatabaseException sqlException(java.sql.SQLException)
+meth public static org.eclipse.persistence.exceptions.DatabaseException sqlException(java.sql.SQLException,boolean)
+meth public static org.eclipse.persistence.exceptions.DatabaseException sqlException(java.sql.SQLException,org.eclipse.persistence.internal.databaseaccess.Accessor,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public static org.eclipse.persistence.exceptions.DatabaseException sqlException(java.sql.SQLException,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public static org.eclipse.persistence.exceptions.DatabaseException sqlException(java.sql.SQLException,org.eclipse.persistence.queries.Call,org.eclipse.persistence.internal.databaseaccess.Accessor,org.eclipse.persistence.internal.sessions.AbstractSession,boolean)
+meth public static org.eclipse.persistence.exceptions.DatabaseException synchronizedUnitOfWorkDoesNotSupportCommitAndResume()
+meth public static org.eclipse.persistence.exceptions.DatabaseException transactionManagerNotSetForJTSDriver()
+meth public static org.eclipse.persistence.exceptions.DatabaseException unableToAcquireConnectionFromDriverException(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DatabaseException unableToAcquireConnectionFromDriverException(java.sql.SQLException,java.lang.String,java.lang.String,java.lang.String)
+meth public void setAccessor(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public void setCall(org.eclipse.persistence.queries.Call)
+meth public void setCommunicationFailure(boolean)
+meth public void setQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void setQueryArguments(org.eclipse.persistence.internal.sessions.AbstractRecord)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.DescriptorException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+cons protected init(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+cons protected init(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.mappings.DatabaseMapping mapping
+fld public final static int ADDITIONAL_CRITERIA_NOT_SUPPORTED_WITH_INHERITANCE_VIEWS = 219
+fld public final static int ATTEMPT_TO_REGISTER_DEAD_INDIRECTION = 200
+fld public final static int ATTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH = 2
+fld public final static int ATTRIBUTE_AND_MAPPING_WITH_INDIRECTION_MISMATCH = 1
+fld public final static int ATTRIBUTE_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH = 138
+fld public final static int ATTRIBUTE_NAME_NOT_SPECIFIED = 6
+fld public final static int ATTRIBUTE_TRANSFORMER_CLASS_INVALID = 183
+fld public final static int ATTRIBUTE_TRANSFORMER_CLASS_NOT_FOUND = 181
+fld public final static int ATTRIBUTE_TYPE_NOT_VALID = 7
+fld public final static int CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING = 208
+fld public final static int CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID = 216
+fld public final static int CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY = 120
+fld public final static int CLASS_EXTRACTION_METHOD_MUST_BE_STATIC = 194
+fld public final static int CLASS_INDICATOR_FIELD_NOT_FOUND = 8
+fld public final static int COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS = 146
+fld public final static int CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT = 192
+fld public final static int DESCRIPTOR_FOR_INTERFACE_IS_MISSING = 40
+fld public final static int DESCRIPTOR_IS_MISSING = 110
+fld public final static int DIRECT_FIELD_NAME_NOT_SET = 9
+fld public final static int DIRECT_KEY_NOT_SET = 209
+fld public final static int ERROR_OCCURED_IN_AMENDMENT_METHOD = 165
+fld public final static int EXCEPTION_ACCESSING_PRIMARY_KEY_INSTANCE = 222
+fld public final static int FIELD_IS_NOT_PRESENT_IN_DATABASE = 141
+fld public final static int FIELD_NAME_NOT_SET_IN_MAPPING = 10
+fld public final static int FIELD_TRANSFORMER_CLASS_INVALID = 184
+fld public final static int FIELD_TRANSFORMER_CLASS_NOT_FOUND = 182
+fld public final static int FOREIGN_KEYS_DEFINED_INCORRECTLY = 11
+fld public final static int GET_METHOD_RETURN_TYPE_NOT_VALID = 131
+fld public final static int IDENTITY_MAP_NOT_SPECIFIED = 12
+fld public final static int ILLEGAL_ACCESS_WHILE_CLONING = 14
+fld public final static int ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION = 15
+fld public final static int ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY = 170
+fld public final static int ILLEGAL_ACCESS_WHILE_EVENT_EXECUTION = 16
+fld public final static int ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 13
+fld public final static int ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR = 17
+fld public final static int ILLEGAL_ACCESS_WHILE_INSTANTIATING_METHOD_BASED_PROXY = 18
+fld public final static int ILLEGAL_ACCESS_WHILE_INVOKING_ATTRIBUTE_METHOD = 19
+fld public final static int ILLEGAL_ACCESS_WHILE_INVOKING_FIELD_TO_METHOD = 20
+fld public final static int ILLEGAL_ACCESS_WHILE_INVOKING_ROW_EXTRACTION_METHOD = 21
+fld public final static int ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION = 22
+fld public final static int ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION_OF_FACTORY = 174
+fld public final static int ILLEGAL_ACCESS_WHILE_OBSOLETE_EVENT_EXECUTION = 23
+fld public final static int ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 24
+fld public final static int ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR = 25
+fld public final static int ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 26
+fld public final static int ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR = 27
+fld public final static int ILLEGAL_ARGUMENT_WHILE_INSTANTIATING_METHOD_BASED_PROXY = 28
+fld public final static int ILLEGAL_ARGUMENT_WHILE_INVOKING_ATTRIBUTE_METHOD = 29
+fld public final static int ILLEGAL_ARGUMENT_WHILE_INVOKING_FIELD_TO_METHOD = 30
+fld public final static int ILLEGAL_ARGUMENT_WHILE_OBSOLETE_EVENT_EXECUTION = 31
+fld public final static int ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 32
+fld public final static int ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR = 33
+fld public final static int ILLEGAL_TABLE_NAME_IN_MULTIPLE_TABLE_FOREIGN_KEY = 135
+fld public final static int INCORRECT_COLLECTION_POLICY = 163
+fld public final static int INDIRECT_CONTAINER_INSTANTIATION_MISMATCH = 150
+fld public final static int INSERT_ORDER_CHILD_BEFORE_PARENT = 207
+fld public final static int INSERT_ORDER_CONFLICTS_WITH_MULTIPLE_TABLE_FOREIGN_KEYS = 204
+fld public final static int INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_THREE_OR_MORE_TABLES = 206
+fld public final static int INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_TWO_TABLES = 205
+fld public final static int INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION = 34
+fld public final static int INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY = 171
+fld public final static int INTERNAL_ERROR_ACCESSING_PKFIELD = 202
+fld public final static int INTERNAL_ERROR_SET_METHOD = 203
+fld public final static int INVALID_AMENDMENT_METHOD = 164
+fld public final static int INVALID_ATTRIBUTE_TYPE_FOR_PROXY_INDIRECTION = 160
+fld public final static int INVALID_CONTAINER_POLICY = 147
+fld public final static int INVALID_CONTAINER_POLICY_WITH_TRANSPARENT_INDIRECTION = 148
+fld public final static int INVALID_DATA_MODIFICATION_EVENT = 35
+fld public final static int INVALID_DATA_MODIFICATION_EVENT_CODE = 36
+fld public final static int INVALID_DESCRIPTOR_EVENT_CODE = 37
+fld public final static int INVALID_GET_RETURN_TYPE_FOR_PROXY_INDIRECTION = 161
+fld public final static int INVALID_IDENTITY_MAP = 38
+fld public final static int INVALID_INDIRECTION_CONTAINER_CLASS = 154
+fld public final static int INVALID_INDIRECTION_POLICY_OPERATION = 152
+fld public final static int INVALID_MAPPING_OPERATION = 151
+fld public final static int INVALID_MAPPING_TYPE = 197
+fld public final static int INVALID_SET_PARAMETER_TYPE_FOR_PROXY_INDIRECTION = 162
+fld public final static int INVALID_USE_OF_NO_INDIRECTION = 149
+fld public final static int INVALID_USE_OF_TRANSPARENT_INDIRECTION = 144
+fld public final static int INVALID_XPATH_FOR_DIRECT_MAPPING = 217
+fld public final static int ISOLATED_DESCRIPTOR_REFERENCED_BY_SHARED_DESCRIPTOR = 195
+fld public final static int JAVA_CLASS_NOT_SPECIFIED = 39
+fld public final static int LIST_ORDER_FIELD_REQUIRES_INDIRECT_LIST = 211
+fld public final static int LIST_ORDER_FIELD_REQUIRES_LIST = 210
+fld public final static int LIST_ORDER_FIELD_TABLE_IS_WRONG = 212
+fld public final static int LOCK_MAPPING_CANNOT_BE_READONLY = 118
+fld public final static int LOCK_MAPPING_MUST_BE_READONLY = 119
+fld public final static int MAPPING_FOR_SEQUENCE_NUMBER_FIELD = 41
+fld public final static int MISSING_CLASS_FOR_INDICATOR_FIELD_VALUE = 43
+fld public final static int MISSING_CLASS_INDICATOR_FIELD = 44
+fld public final static int MISSING_FOREIGN_KEY_TRANSLATION = 155
+fld public final static int MISSING_INDIRECT_CONTAINER_CONSTRUCTOR = 145
+fld public final static int MISSING_MAPPING_FOR_FIELD = 45
+fld public final static int MISSING_PARTITION_POLICY = 220
+fld public final static int MULTIPLE_TABLE_INSERT_ORDER_MISMATCH = 143
+fld public final static int MULTIPLE_TABLE_PRIMARY_KEY_MUST_BE_FULLY_QUALIFIED = 111
+fld public final static int MULTIPLE_TABLE_PRIMARY_KEY_NOT_SPECIFIED = 47
+fld public final static int MULTIPLE_TARGET_FOREIGN_KEY_TABLES = 213
+fld public final static int MULTIPLE_WRITE_MAPPINGS_FOR_FIELD = 48
+fld public final static int NEED_TO_IMPLEMENT_CHANGETRACKER = 198
+fld public final static int NEED_TO_IMPLEMENT_FETCHGROUPTRACKER = 199
+fld public final static int NORMAL_DESCRIPTORS_DO_NOT_SUPPORT_NON_RELATIONAL_EXTENSIONS = 157
+fld public final static int NOT_DESERIALIZABLE = 66
+fld public final static int NOT_SERIALIZABLE = 67
+fld public final static int NO_ATTRBUTE_VALUE_CONVERSION_TO_FIELD_VALUE_PROVIDED = 115
+fld public final static int NO_ATTRIBUTE_TRANSFORMATION_METHOD = 49
+fld public final static int NO_CONSTRUCTOR_INDIRECT_COLLECTION_CLASS = 167
+fld public final static int NO_CUSTOM_QUERY_FOR_RETURNING_POLICY = 193
+fld public final static int NO_FIELD_NAME_FOR_MAPPING = 50
+fld public final static int NO_FIELD_VALUE_CONVERSION_TO_ATTRIBUTE_VALUE_PROVIDED = 116
+fld public final static int NO_FOREIGN_KEYS_ARE_SPECIFIED = 51
+fld public final static int NO_MAPPING_FOR_ATTRIBUTENAME = 177
+fld public final static int NO_MAPPING_FOR_ATTRIBUTENAME_IN_ENTITY_BEAN = 178
+fld public final static int NO_MAPPING_FOR_PRIMARY_KEY = 46
+fld public final static int NO_REFERENCE_KEY_IS_SPECIFIED = 52
+fld public final static int NO_RELATION_TABLE = 53
+fld public final static int NO_RELATION_TABLE_MECHANISM = 215
+fld public final static int NO_SOURCE_RELATION_KEYS_SPECIFIED = 54
+fld public final static int NO_SUB_CLASS_MATCH = 126
+fld public final static int NO_SUCH_FIELD_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR = 59
+fld public final static int NO_SUCH_METHOD_ON_FIND_OBSOLETE_METHOD = 55
+fld public final static int NO_SUCH_METHOD_ON_INITIALIZING_ATTRIBUTE_METHOD = 56
+fld public final static int NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION = 57
+fld public final static int NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY = 172
+fld public final static int NO_SUCH_METHOD_WHILE_CONVERTING_TO_METHOD = 58
+fld public final static int NO_SUCH_METHOD_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR = 60
+fld public final static int NO_SUCH_METHOD_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD = 61
+fld public final static int NO_SUCH_METHOD_WHILE_INITIALIZING_COPY_POLICY = 62
+fld public final static int NO_SUCH_METHOD_WHILE_INITIALIZING_INSTANTIATION_POLICY = 63
+fld public final static int NO_TARGET_FOREIGN_KEYS_SPECIFIED = 64
+fld public final static int NO_TARGET_RELATION_KEYS_SPECIFIED = 65
+fld public final static int NULL_FOR_NON_NULL_AGGREGATE = 68
+fld public final static int NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION = 113
+fld public final static int NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY = 173
+fld public final static int NULL_POINTER_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 69
+fld public final static int NULL_POINTER_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR = 70
+fld public final static int NULL_POINTER_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR_IN_MODULE_ORDER_BREAKS_WEAVING = 218
+fld public final static int NULL_POINTER_WHILE_METHOD_INSTANTIATION = 114
+fld public final static int NULL_POINTER_WHILE_METHOD_INSTANTIATION_OF_FACTORY = 176
+fld public final static int NULL_POINTER_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR = 71
+fld public final static int NULL_POINTER_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR = 72
+fld public final static int ONE_TO_ONE_MAPPING_CONFLICT = 214
+fld public final static int ONLY_ONE_TABLE_CAN_BE_ADDED_WITH_THIS_METHOD = 112
+fld public final static int PARAMETER_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH = 130
+fld public final static int PARAMETER_AND_MAPPING_WITH_INDIRECTION_MISMATCH = 129
+fld public final static int PARAMETER_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH = 140
+fld public final static int PARENT_CLASS_IS_SELF = 158
+fld public final static int PARENT_DESCRIPTOR_NOT_SPECIFIED = 73
+fld public final static int PRIMARY_KEY_FIELDS_NOT_SPECIFIED = 74
+fld public final static int PROXY_INDIRECTION_NOT_AVAILABLE = 159
+fld public final static int REFERENCE_CLASS_NOT_SPECIFIED = 75
+fld public final static int REFERENCE_DESCRIPTOR_CANNOT_BE_AGGREGATE = 180
+fld public final static int REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATE = 77
+fld public final static int REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATECOLLECTION = 153
+fld public final static int REFERENCE_KEY_FIELD_NOT_PROPERLY_SPECIFIED = 78
+fld public final static int REFERENCE_TABLE_NOT_SPECIFIED = 79
+fld public final static int RELATION_KEY_FIELD_NOT_PROPERLY_SPECIFIED = 80
+fld public final static int RETURNING_POLICY_AND_DESCRIPTOR_FIELD_TYPE_CONFLICT = 187
+fld public final static int RETURNING_POLICY_FIELD_INSERT_CONFLICT = 186
+fld public final static int RETURNING_POLICY_FIELD_NOT_SUPPORTED = 191
+fld public final static int RETURNING_POLICY_FIELD_TYPE_CONFLICT = 185
+fld public final static int RETURNING_POLICY_MAPPED_FIELD_TYPE_NOT_SET = 189
+fld public final static int RETURNING_POLICY_MAPPING_NOT_SUPPORTED = 190
+fld public final static int RETURNING_POLICY_UNMAPPED_FIELD_TYPE_NOT_SET = 188
+fld public final static int RETURN_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH = 128
+fld public final static int RETURN_AND_MAPPING_WITH_INDIRECTION_MISMATCH = 127
+fld public final static int RETURN_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH = 139
+fld public final static int RETURN_TYPE_IN_GET_ATTRIBUTE_ACCESSOR = 81
+fld public final static int SECURITY_ON_FIND_METHOD = 82
+fld public final static int SECURITY_ON_FIND_OBSOLETE_METHOD = 83
+fld public final static int SECURITY_ON_INITIALIZING_ATTRIBUTE_METHOD = 84
+fld public final static int SECURITY_WHILE_CONVERTING_TO_METHOD = 85
+fld public final static int SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR = 86
+fld public final static int SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR = 87
+fld public final static int SECURITY_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD = 88
+fld public final static int SECURITY_WHILE_INITIALIZING_COPY_POLICY = 89
+fld public final static int SECURITY_WHILE_INITIALIZING_INSTANTIATION_POLICY = 90
+fld public final static int SEQUENCE_NUMBER_PROPERTY_NOT_SPECIFIED = 91
+fld public final static int SERIALIZED_OBJECT_POLICY_FIELD_NOT_SET = 221
+fld public final static int SET_EXISTENCE_CHECKING_NOT_UNDERSTOOD = 122
+fld public final static int SET_METHOD_PARAMETER_TYPE_NOT_VALID = 133
+fld public final static int SIZE_MISMATCH_OF_FOREIGN_KEYS = 92
+fld public final static int STRUCTURE_NAME_NOT_SET_IN_MAPPING = 156
+fld public final static int TABLE_IS_NOT_PRESENT_IN_DATABASE = 142
+fld public final static int TABLE_NOT_PRESENT = 93
+fld public final static int TABLE_NOT_SPECIFIED = 94
+fld public final static int TARGET_FOREIGN_KEYS_SIZE_MISMATCH = 96
+fld public final static int TARGET_INVOCATION_WHILE_CLONING = 97
+fld public final static int TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION = 168
+fld public final static int TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY = 169
+fld public final static int TARGET_INVOCATION_WHILE_EVENT_EXECUTION = 98
+fld public final static int TARGET_INVOCATION_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR = 99
+fld public final static int TARGET_INVOCATION_WHILE_INSTANTIATING_METHOD_BASED_PROXY = 100
+fld public final static int TARGET_INVOCATION_WHILE_INVOKING_ATTRIBUTE_METHOD = 101
+fld public final static int TARGET_INVOCATION_WHILE_INVOKING_FIELD_TO_METHOD = 102
+fld public final static int TARGET_INVOCATION_WHILE_INVOKING_ROW_EXTRACTION_METHOD = 103
+fld public final static int TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION = 104
+fld public final static int TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION_OF_FACTORY = 175
+fld public final static int TARGET_INVOCATION_WHILE_OBSOLETE_EVENT_EXECUTION = 105
+fld public final static int TARGET_INVOCATION_WHILE_SETTING_VALUE_THRU_METHOD_ACESSOR = 106
+fld public final static int UNIT_OF_WORK_ISOLATED_OBJECTS_ACCESSED_IN_SESSION = 201
+fld public final static int UNSUPPORTED_TYPE_FOR_BIDIRECTIONAL_RELATIONSHIP_MAINTENANCE = 179
+fld public final static int UPDATE_ALL_FIELDS_NOT_SET = 196
+fld public final static int VALUE_HOLDER_INSTANTIATION_MISMATCH = 125
+fld public final static int VALUE_NOT_FOUND_IN_CLASS_INDICATOR_MAPPING = 108
+fld public final static int VARIABLE_ONE_TO_ONE_MAPPING_IS_NOT_DEFINED = 166
+fld public final static int WRITE_LOCK_FIELD_IN_CHILD_DESCRIPTOR = 109
+meth public java.lang.String getMessage()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.mappings.DatabaseMapping getMapping()
+meth public static org.eclipse.persistence.exceptions.DescriptorException additionalCriteriaNotSupportedWithInheritanceViews(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attemptToRegisterDeadIndirection(java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeAndMappingWithIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeAndMappingWithTransparentIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Class,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeAndMappingWithoutIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeMappingIsMissingForEntityBean(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeNameNotSpecified()
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeTransformerClassInvalid(java.lang.String,org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeTransformerClassNotFound(java.lang.String,org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException attributeTypeNotValid(org.eclipse.persistence.mappings.CollectionMapping,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException cannotSetConverterForNonDirectMapping(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException cannotUseIdValueForCompositeId(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException childDoesNotDefineAbstractQueryKeyOfParent(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException classExtractionMethodMustBeStatic(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException classIndicatorFieldNotFound(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException couldNotInstantiateIndirectContainerClass(java.lang.Class,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException customQueryAndReturningPolicyFieldConflict(java.lang.String,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException descriptorForInterfaceIsMissing(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException descriptorIsMissing(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException directFieldNameNotSet(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException directKeyNotSet(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException errorAccessingSetMethodOfEntity(java.lang.Class,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException errorOccuredInAmendmentMethod(java.lang.Class,java.lang.String,java.lang.Exception,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException errorUsingPrimaryKey(java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException exceptionAccessingPrimaryKeyInstance(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException fieldIsNotPresentInDatabase(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException fieldNameNotSetInMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException fieldTransformerClassInvalid(java.lang.String,org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException fieldTransformerClassNotFound(java.lang.String,org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException foreignKeysDefinedIncorrectly(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException getMethodReturnTypeNotValid(org.eclipse.persistence.mappings.CollectionMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException identityMapNotSpecified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileCloning(java.lang.Object,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileConstructorInstantiation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileConstructorInstantiationOfFactory(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileEventExecution(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileGettingValueThruMethodAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileInstantiatingMethodBasedProxy(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileInvokingAttributeMethod(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileInvokingFieldToMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileInvokingRowExtractionMethod(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.reflect.Method,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileMethodInstantiation(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileMethodInstantiationOfFactory(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileObsoleteEventExecute(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileSettingValueThruInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccessWhileSettingValueThruMethodAccessor(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalAccesstWhileGettingValueThruInstanceVaraibleAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileGettingValueThruInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileGettingValueThruMethodAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileInstantiatingMethodBasedProxy(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileInvokingAttributeMethod(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileInvokingFieldToMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileObsoleteEventExecute(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileSettingValueThruInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalArgumentWhileSettingValueThruMethodAccessor(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException illegalTableNameInMultipleTableForeignKeyField(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException incorrectCollectionPolicy(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Class,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException indirectContainerInstantiationMismatch(java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException insertOrderChildBeforeParent(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException insertOrderConflictsWithMultipleTableForeignKeys(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException insertOrderCyclicalDependencyBetweenThreeOrMoreTables(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException insertOrderCyclicalDependencyBetweenTwoTables(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException instantiationWhileConstructorInstantiation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException instantiationWhileConstructorInstantiationOfFactory(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidAmendmentMethod(java.lang.Class,java.lang.String,java.lang.Exception,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidAttributeTypeForProxyIndirection(java.lang.Class,java.lang.Class[],org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidContainerPolicy(org.eclipse.persistence.internal.queries.ContainerPolicy,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidContainerPolicyWithTransparentIndirection(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.internal.queries.ContainerPolicy)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidDataModificationEvent(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidDataModificationEventCode(java.lang.Object,org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidDescriptorEventCode(org.eclipse.persistence.descriptors.DescriptorEvent,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidGetMethodReturnTypeForProxyIndirection(java.lang.Class,java.lang.Class[],org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidIdentityMap(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidIndirectionContainerClass(org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidIndirectionPolicyOperation(org.eclipse.persistence.internal.indirection.IndirectionPolicy,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidMappingOperation(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidMappingType(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidSetMethodParameterTypeForProxyIndirection(java.lang.Class,java.lang.Class[],org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidUseOfNoIndirection(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidUseOfTransparentIndirection(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException invalidXpathForXMLDirectMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException isolateDescriptorReferencedBySharedDescriptor(java.lang.String,java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException javaClassNotSpecified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException listOrderFieldRequiersIndirectList(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException listOrderFieldRequiersList(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException listOrderFieldTableIsWrong(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException mappingCanNotBeReadOnly(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException mappingForAttributeIsMissing(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException mappingForSequenceNumberField(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingClassForIndicatorFieldValue(java.lang.Object,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingClassIndicatorField(org.eclipse.persistence.internal.oxm.record.XMLRecord,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingClassIndicatorField(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingForeignKeyTranslation(org.eclipse.persistence.mappings.ForeignReferenceMapping,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingIndirectContainerConstructor(java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingMappingForField(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException missingPartitioningPolicy(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException multipleTableInsertOrderMismatch(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException multipleTablePrimaryKeyMustBeFullyQualified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException multipleTablePrimaryKeyNotSpecified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException multipleTargetForeignKeyTables(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping,java.util.Collection)
+meth public static org.eclipse.persistence.exceptions.DescriptorException multipleWriteMappingsForField(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException mustBeReadOnlyMappingWhenStoredInCache(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException needToImplementChangeTracker(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException needToImplementFetchGroupTracker(java.lang.Class,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noAttributeTransformationMethod(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noAttributeValueConversionToFieldValueProvided(java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noConstructorIndirectionContainerClass(org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noCustomQueryForReturningPolicy(java.lang.String,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noFieldNameForMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noFieldValueConversionToAttributeValueProvided(java.lang.Object,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noForeignKeysAreSpecified(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noMappingForPrimaryKey(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noReferenceKeyIsSpecified(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noRelationTable(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noRelationTableMechanism(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSourceRelationKeysSpecified(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSubClassMatch(java.lang.Class,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchFieldWhileInitializingAttributesInInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodOnFindObsoleteMethod(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodOnInitializingAttributeMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileConstructorInstantiation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileConstructorInstantiationOfFactory(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileConvertingToMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileInitializingAttributesInMethodAccessor(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileInitializingClassExtractionMethod(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileInitializingCopyPolicy(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noSuchMethodWhileInitializingInstantiationPolicy(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noTargetForeignKeysSpecified(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException noTargetRelationKeysSpecified(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException normalDescriptorsDoNotSupportNonRelationalExtensions(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException notDeserializable(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException notSerializable(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullForNonNullAggregate(java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileConstructorInstantiation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileConstructorInstantiationOfFactory(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileGettingValueThruInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileGettingValueThruMethodAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileGettingValueThruMethodAccessorCausedByWeavingNotOccurringBecauseOfModuleOrder(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileMethodInstantiation(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileMethodInstantiationOfFactory(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileSettingValueThruInstanceVariableAccessor(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException nullPointerWhileSettingValueThruMethodAccessor(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException oneToOneMappingConflict(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException onlyOneTableCanBeAddedWithThisMethod(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException parameterAndMappingWithIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException parameterAndMappingWithTransparentIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Class,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException parameterAndMappingWithoutIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException parentClassIsSelf(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException parentDescriptorNotSpecified(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException primaryKeyFieldsNotSepcified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException proxyIndirectionNotAvailable(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceClassNotSpecified(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceDescriptorCannotBeAggregate(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceDescriptorIsNotAggregate(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceDescriptorIsNotAggregateCollection(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceKeyFieldNotProperlySpecified(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException referenceTableNotSpecified(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException relationKeyFieldNotProperlySpecified(org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returnAndMappingWithIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returnAndMappingWithTransparentIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Class,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returnAndMappingWithoutIndirectionMismatch(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returnTypeInGetAttributeAccessor(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyAndDescriptorFieldTypeConflict(java.lang.String,java.lang.String,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyFieldInsertConflict(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyFieldNotSupported(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyFieldTypeConflict(java.lang.String,java.lang.String,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyMappedFieldTypeNotSet(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyMappingNotSupported(java.lang.String,java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException returningPolicyUnmappedFieldTypeNotSet(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityOnFindMethod(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityOnFindObsoleteMethod(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityOnInitializingAttributeMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileConvertingToMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileInitializingAttributesInInstanceVariableAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileInitializingAttributesInMethodAccessor(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileInitializingClassExtractionMethod(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileInitializingCopyPolicy(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException securityWhileInitializingInstantiationPolicy(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException sequenceNumberPropertyNotSpecified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException serializedObjectPolicyFieldNotSet(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException setExistenceCheckingNotUnderstood(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException setMethodParameterTypeNotValid(org.eclipse.persistence.mappings.CollectionMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException sizeMismatchOfForeignKeys(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException structureNameNotSetInMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException tableIsNotPresentInDatabase(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException tableNotPresent(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException tableNotSpecified(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetForeignKeysSizeMismatch(org.eclipse.persistence.mappings.ForeignReferenceMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileCloning(java.lang.Object,java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileConstructorInstantiation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileConstructorInstantiationOfFactory(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileEventExecution(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileGettingValueThruMethodAccessor(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileInstantiatingMethodBasedProxy(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileInvokingAttributeMethod(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileInvokingFieldToMethod(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileInvokingRowExtractionMethod(org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.reflect.Method,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileMethodInstantiation(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileMethodInstantiationOfFactory(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileObsoleteEventExecute(java.lang.String,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DescriptorException targetInvocationWhileSettingValueThruMethodAccessor(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.DescriptorException unitOfWorkIsolatedObjectsAccessedInSession(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException unsupportedTypeForBidirectionalRelationshipMaintenance(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.internal.queries.ContainerPolicy)
+meth public static org.eclipse.persistence.exceptions.DescriptorException updateAllFieldsNotSet(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException valueHolderInstantiationMismatch(java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.DescriptorException valueNotFoundInClassIndicatorMapping(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.DescriptorException variableOneToOneMappingIsNotDefinedProperly(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DescriptorException writeLockFieldInChildDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+supr org.eclipse.persistence.exceptions.ValidationException
+
+CLSS public org.eclipse.persistence.exceptions.DiscoveryException
+cons public init()
+cons public init(java.lang.String)
+fld public final static int ERROR_JOINING_MULTICAST_GROUP = 22001
+fld public final static int ERROR_LOOKING_UP_LOCAL_HOST = 22003
+fld public final static int ERROR_RECEIVING_ANNOUNCEMENT = 22004
+fld public final static int ERROR_SENDING_ANNOUNCEMENT = 22002
+intf java.io.Serializable
+meth public static org.eclipse.persistence.exceptions.DiscoveryException errorJoiningMulticastGroup(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DiscoveryException errorLookingUpLocalHost(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DiscoveryException errorReceivingAnnouncement(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.DiscoveryException errorSendingAnnouncement(java.lang.Exception)
+supr org.eclipse.persistence.exceptions.RemoteCommandManagerException
+
+CLSS public org.eclipse.persistence.exceptions.DynamicException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+fld public final static int DYNAMIC_ENTITY_HAS_NULL_TYPE = 51006
+fld public final static int DYNAMIC_ENTITY_NOT_FOUND = 51005
+fld public final static int ILLEGAL_DYNAMIC_CLASSWRITER = 51004
+fld public final static int ILLEGAL_PARENT_CLASSNAME = 51007
+fld public final static int INCOMPATIBLE_DYNAMIC_CLASSWRITERS = 51008
+fld public final static int INVALID_PROPERTY_GET_WRONG_TYPE = 51001
+fld public final static int INVALID_PROPERTY_INDEX = 51003
+fld public final static int INVALID_PROPERTY_NAME = 51000
+fld public final static int INVALID_PROPERTY_SET_WRONG_TYPE = 51002
+meth public static org.eclipse.persistence.exceptions.DynamicException entityHasNullType(org.eclipse.persistence.dynamic.DynamicEntity)
+meth public static org.eclipse.persistence.exceptions.DynamicException entityNotFoundException(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DynamicException illegalDynamicClassWriter(org.eclipse.persistence.dynamic.DynamicClassLoader,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DynamicException illegalParentClassName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DynamicException incompatibleDuplicateWriters(java.lang.String,org.eclipse.persistence.dynamic.EclipseLinkClassWriter,org.eclipse.persistence.dynamic.EclipseLinkClassWriter)
+meth public static org.eclipse.persistence.exceptions.DynamicException invalidGetPropertyType(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.ClassCastException)
+meth public static org.eclipse.persistence.exceptions.DynamicException invalidPropertyIndex(org.eclipse.persistence.dynamic.DynamicType,int)
+meth public static org.eclipse.persistence.exceptions.DynamicException invalidPropertyName(org.eclipse.persistence.dynamic.DynamicType,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.DynamicException invalidSetPropertyType(org.eclipse.persistence.mappings.DatabaseMapping,java.lang.Object)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public abstract org.eclipse.persistence.exceptions.EclipseLinkException
+cons public init()
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Throwable)
+fld protected boolean hasBeenLogged
+fld protected final static java.lang.String CR
+fld protected int errorCode
+fld protected java.lang.String indentationString
+fld protected java.lang.Throwable internalException
+fld protected org.eclipse.persistence.internal.sessions.AbstractSession session
+fld protected static java.lang.Boolean shouldPrintInternalException
+meth protected static java.lang.String cr()
+meth public boolean hasBeenLogged()
+meth public int getErrorCode()
+meth public java.lang.String getIndentationString()
+meth public java.lang.String getMessage()
+meth public java.lang.String getUnformattedMessage()
+meth public java.lang.String toString()
+meth public java.lang.Throwable getInternalException()
+meth public org.eclipse.persistence.internal.sessions.AbstractSession getSession()
+meth public static boolean shouldPrintInternalException()
+meth public static void setShouldPrintInternalException(boolean)
+meth public void printStackTrace()
+meth public void printStackTrace(java.io.PrintStream)
+meth public void printStackTrace(java.io.PrintWriter)
+meth public void setErrorCode(int)
+meth public void setHasBeenLogged(boolean)
+meth public void setIndentationString(java.lang.String)
+meth public void setInternalException(java.lang.Throwable)
+meth public void setSession(org.eclipse.persistence.internal.sessions.AbstractSession)
+supr java.lang.RuntimeException
+
+CLSS public org.eclipse.persistence.exceptions.EntityManagerSetupException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int ATTEMPTED_LOAD_SESSION_WITHOUT_NAME_PROVIDED = 28021
+fld public final static int ATTEMPTED_REDEPLOY_WITHOUT_CLOSE = 28009
+fld public final static int CANNOT_ACCESS_METHOD_ON_OBJECT = 28024
+fld public final static int CANNOT_DEPLOY_WITHOUT_PREDEPLOY = 28013
+fld public final static int CANNOT_PREDEPLOY = 28017
+fld public final static int CLASS_NOT_FOUND_FOR_PROPERTY = 28006
+fld public final static int CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS = 28008
+fld public final static int COMPOSITE_INCOMPATIBLE_WITH_SESSIONS_XML = 28029
+fld public final static int COMPOSITE_MEMBER_CANNOT_BE_USED_STANDALONE = 28030
+fld public final static int COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE = 28027
+fld public final static int CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI = 28026
+fld public final static int DEPLOY_FAILED = 28019
+fld public final static int ERROR_IN_SETUP_OF_EM = 28004
+fld public final static int EXCEPTION_IN_SETUP_OF_EM = 28005
+fld public final static int FAILED_TO_INSTANTIATE_LOGGER = 28015
+fld public final static int FAILED_TO_INSTANTIATE_PROPERTY = 28028
+fld public final static int FAILED_TO_INSTANTIATE_SERVER_PLATFORM = 28007
+fld public final static int FAILED_TO_INSTANTIATE_TEMP_CLASSLOADER = 28032
+fld public final static int FAILED_WHILE_PROCESSING_PROPERTY = 28014
+fld public final static int JTA_PERSISTENCE_UNIT_INFO_MISSING_JTA_DATA_SOURCE = 28010
+fld public final static int METHOD_INVOCATION_FAILED = 28023
+fld public final static int MISSING_PROPERTY = 28031
+fld public final static int MISSING_SERVER_PLATFORM_EXCEPTION = 28003
+fld public final static int NO_TEMPORARY_CLASSLOADER_AVAILABLE = 28025
+fld public final static int PREDEPLOY_FAILED = 28018
+fld public final static int PU_NOT_EXIST = 28016
+fld public final static int SESSIONS_XML_VALIDATION_EXCEPTION = 28001
+fld public final static int SESSION_LOADED_FROM_SESSIONSXML_MUST_BE_SERVER_SESSION = 28020
+fld public final static int SESSION_REMOVED_DURING_DEPLOYMENT = 28011
+fld public final static int WRONG_PROPERTY_VALUE_TYPE = 28012
+fld public final static int WRONG_SESSION_TYPE_EXCEPTION = 28002
+fld public final static int WRONG_WEAVING_PROPERTY_VALUE = 28022
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException attemptedRedeployWithoutClose(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException cannotAccessMethodOnObject(java.lang.reflect.Method,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException cannotDeployWithoutPredeploy(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException cannotPredeploy(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException classNotFoundForProperty(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException classNotFoundWhileProcessingAnnotations(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException compositeIncompatibleWithSessionsXml(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException compositeMemberCannotBeUsedStandalone(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException couldNotFindPersistenceUnitBundle(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException createContainerEntityManagerFactoryNotSupportedInOSGi()
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException deployFailed(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException errorInSetupOfEM()
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException exceptionInSetupOfEM(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException failedToInstantiateLogger(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException failedToInstantiateProperty(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException failedToInstantiateServerPlatform(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException failedToInstantiateTemporaryClassLoader(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException failedWhileProcessingProperty(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException jtaPersistenceUnitInfoMissingJtaDataSource(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException methodInvocationFailed(java.lang.reflect.Method,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException missingProperty(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException missingServerPlatformException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException noTemporaryClassLoaderAvailable(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException predeployFailed(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException puNotExist(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException sessionLoadedFromSessionsXMLMustBeServerSession(java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException sessionNameNeedBeSpecified(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException sessionRemovedDuringDeployment(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException sessionXMLValidationException(java.lang.String,java.lang.String,org.eclipse.persistence.exceptions.ValidationException)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException wrongPropertyValueType(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException wrongSessionTypeException(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.EntityManagerSetupException wrongWeavingPropertyValue()
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public abstract interface org.eclipse.persistence.exceptions.ExceptionHandler
+meth public abstract java.lang.Object handleException(java.lang.RuntimeException)
+
+CLSS public org.eclipse.persistence.exceptions.IntegrityChecker
+cons public init()
+fld protected boolean shouldCatchExceptions
+fld protected boolean shouldCheckDatabase
+fld protected boolean shouldCheckInstantiationPolicy
+fld protected java.util.Vector caughtExceptions
+fld protected java.util.Vector tables
+intf java.io.Serializable
+meth public boolean checkTable(org.eclipse.persistence.internal.helper.DatabaseTable,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean hasErrors()
+meth public boolean hasRuntimeExceptions()
+meth public boolean shouldCatchExceptions()
+meth public boolean shouldCheckDatabase()
+meth public boolean shouldCheckInstantiationPolicy()
+meth public java.util.Vector getCaughtExceptions()
+meth public java.util.Vector getTables()
+meth public void catchExceptions()
+meth public void checkDatabase()
+meth public void checkInstantiationPolicy()
+meth public void dontCatchExceptions()
+meth public void dontCheckDatabase()
+meth public void dontCheckInstantiationPolicy()
+meth public void handleError(java.lang.RuntimeException)
+meth public void initializeTables(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setCaughtExceptions(java.util.Vector)
+meth public void setShouldCatchExceptions(boolean)
+meth public void setShouldCheckDatabase(boolean)
+meth public void setShouldCheckInstantiationPolicy(boolean)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.exceptions.IntegrityException
+cons public init()
+cons public init(org.eclipse.persistence.exceptions.IntegrityChecker)
+fld protected org.eclipse.persistence.exceptions.IntegrityChecker integrityChecker
+meth public java.lang.String getMessage()
+meth public org.eclipse.persistence.exceptions.IntegrityChecker getIntegrityChecker()
+meth public void printStackTrace()
+meth public void printStackTrace(java.io.PrintStream)
+meth public void printStackTrace(java.io.PrintWriter)
+supr org.eclipse.persistence.exceptions.ValidationException
+
+CLSS public org.eclipse.persistence.exceptions.JAXBException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Exception)
+fld public final static int ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED = 50063
+fld public final static int ADAPTER_CLASS_METHOD_EXCEPTION = 50062
+fld public final static int ADAPTER_CLASS_NOT_LOADED = 50061
+fld public final static int ANY_ATTRIBUTE_ON_NON_MAP_PROPERTY = 50004
+fld public final static int BINDINGS_PKG_NOT_SET = 50069
+fld public final static int CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES = 50038
+fld public final static int CANNOT_INITIALIZE_FROM_NODE = 50039
+fld public final static int CANNOT_REFRESH_METADATA = 50077
+fld public final static int CLASS_NOT_FOUND_EXCEPTION = 50047
+fld public final static int COULD_NOT_CREATE_CONTEXT_FOR_XML_MODEL = 50026
+fld public final static int COULD_NOT_CREATE_CUSTOMIZER_INSTANCE = 50028
+fld public final static int COULD_NOT_INITIALIZE_DOM_HANDLER_CONVERTER = 50033
+fld public final static int COULD_NOT_LOAD_CLASS_FROM_METADATA = 50025
+fld public final static int COULD_NOT_UNMARSHAL_METADATA = 50027
+fld public final static int DUPLICATE_ELEMENT_NAME = 50091
+fld public final static int DUPLICATE_PROPERTY_NAME = 50072
+fld public final static int ENUM_CONSTANT_NOT_FOUND = 50041
+fld public final static int ERROR_CREATING_DYNAMICJAXBCONTEXT = 50040
+fld public final static int ERROR_CREATING_FIELD_ACCESSOR = 50085
+fld public final static int ERROR_CREATING_PROPERTY_ACCESSOR = 50086
+fld public final static int ERROR_INSTANTIATING_ACCESSOR_FACTORY = 50083
+fld public final static int ERROR_INVOKING_ACCESSOR = 50087
+fld public final static int EXCEPTION_DURING_NAME_TRANSFORMATION = 50075
+fld public final static int EXCEPTION_DURING_SCHEMA_GEN = 50081
+fld public final static int EXCEPTION_WITH_NAME_TRANSFORMER_CLASS = 50074
+fld public final static int FACTORY_CLASS_WITHOUT_FACTORY_METHOD = 50002
+fld public final static int FACTORY_METHOD_NOT_DECLARED = 50003
+fld public final static int FACTORY_METHOD_OR_ZERO_ARG_CONST_REQ = 50001
+fld public final static int ID_ALREADY_SET = 50030
+fld public final static int INCORRECT_NUMBER_OF_XMLJOINNODES_ON_XMLELEMENTS = 50070
+fld public final static int INVALID_ACCESSOR_FACTORY = 50084
+fld public final static int INVALID_ADAPTER_CLASS = 50064
+fld public final static int INVALID_CUSTOMIZER_CLASS = 50029
+fld public final static int INVALID_ENUM_VALUE = 50088
+fld public final static int INVALID_ID = 50016
+fld public final static int INVALID_IDREF = 50017
+fld public final static int INVALID_IDREF_CLASS = 50060
+fld public final static int INVALID_INTERFACE = 50089
+fld public final static int INVALID_LIST = 50018
+fld public final static int INVALID_PACKAGE_ADAPTER_CLASS = 50065
+fld public final static int INVALID_PROPERTY_ADAPTER_CLASS = 50067
+fld public final static int INVALID_REF_CLASS = 50056
+fld public final static int INVALID_REF_XML_PATH = 50059
+fld public final static int INVALID_TYPE_ADAPTER_CLASS = 50066
+fld public final static int INVALID_TYPE_FOR_VARIABLE_MAPPING = 50095
+fld public final static int INVALID_TYPE_FOR_XMLATTRIBUTEREF_PROPERTY = 50034
+fld public final static int INVALID_TYPE_FOR_XMLVALUE_PROPERTY = 50014
+fld public final static int INVALID_VALUE_FOR_OBJECT_GRAPH = 50090
+fld public final static int INVALID_XMLELEMENT_IN_XMLELEMENTS = 50035
+fld public final static int INVALID_XMLLOCATION = 50080
+fld public final static int INVALID_XML_ELEMENT_REF = 50006
+fld public final static int INVALID_XML_ELEMENT_WRAPPER = 50015
+fld public final static int INVALID_XML_PATH_ATTRIBUTE = 50071
+fld public final static int JAVATYPE_NOT_ALLOWED_IN_BINDINGS_FILE = 50037
+fld public final static int JSON_VALUE_WRAPPER_REQUIRED = 50082
+fld public final static int KEY_PARAMETER_TYPE_INCORRECT = 50021
+fld public final static int MISSING_PROPERTY_IN_PROP_ORDER = 50013
+fld public final static int MULTIPLE_ANY_ATTRIBUTE_MAPPING = 50005
+fld public final static int MULTIPLE_XMLELEMREF = 50092
+fld public final static int MUST_MAP_TO_TEXT = 50096
+fld public final static int NAME_COLLISION = 50007
+fld public final static int NON_EXISTENT_PROPERTY_IN_PROP_ORDER = 50012
+fld public final static int NO_ID_OR_KEY_ON_JOIN_TARGET = 50058
+fld public final static int NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH = 50000
+fld public final static int NO_SUCH_WRITE_TRANSFORMATION_METHOD = 50053
+fld public final static int NULL_INPUT_STREAM = 50044
+fld public final static int NULL_MAP_KEY = 50024
+fld public final static int NULL_METADATA_FILE = 50068
+fld public final static int NULL_METADATA_SOURCE = 50023
+fld public final static int NULL_NODE = 50045
+fld public final static int NULL_SESSION_NAME = 50042
+fld public final static int NULL_SOURCE = 50043
+fld public final static int NULL_TYPE_ON_TYPEMAPPINGINFO = 50036
+fld public final static int OXM_KEY_NOT_FOUND = 50055
+fld public final static int READ_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD = 50048
+fld public final static int READ_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD = 50049
+fld public final static int SAME_PROPERTY_IN_MULTIPLE_BINDINGS_FILES = 50073
+fld public final static int SUBCLASS_CANNOT_HAVE_XMLVALUE = 50011
+fld public final static int TRANSFORMER_CLASS_NOT_FOUND = 50054
+fld public final static int TRANSIENT_IN_PROP_ORDER = 50009
+fld public final static int TRANSIENT_REF_CLASS = 50057
+fld public final static int UNABLE_TO_LOAD_METADATA_FROM_LOCATION = 50076
+fld public final static int UNKNOWN_PROPERTY_FOR_VARIABLE_MAPPING = 50094
+fld public final static int UNKNOWN_TYPE_FOR_VARIABLE_MAPPING = 50093
+fld public final static int UNSUPPORTED_NODE_CLASS = 50008
+fld public final static int VALUE_PARAMETER_TYPE_INCORRECT = 50022
+fld public final static int VALUE_PARAMETER_TYPE_INCORRECT_FOR_OXM_XML = 50019
+fld public final static int WRITE_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD = 50050
+fld public final static int WRITE_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD = 50051
+fld public final static int WRITE_TRANSFORMER_HAS_NO_XMLPATH = 50052
+fld public final static int XJB_NOT_SOURCE = 50078
+fld public final static int XJC_BINDING_ERROR = 50046
+fld public final static int XMLANYELEMENT_ALREADY_SET = 50032
+fld public final static int XMLVALUE_ALREADY_SET = 50031
+fld public final static int XMLVALUE_ATTRIBUTE_CONFLICT = 50010
+fld public final static int XSD_IMPORT_NOT_SOURCE = 50079
+meth public static org.eclipse.persistence.exceptions.JAXBException adapterClassCouldNotBeInstantiated(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException adapterClassMethodsCouldNotBeAccessed(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException adapterClassNotLoaded(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException anyAttributeOnNonMap(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException cannotCreateDynamicContextFromClasses()
+meth public static org.eclipse.persistence.exceptions.JAXBException cannotInitializeFromNode()
+meth public static org.eclipse.persistence.exceptions.JAXBException cannotRefreshMetadata()
+meth public static org.eclipse.persistence.exceptions.JAXBException classNotFoundException(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotCreateContextForXmlModel()
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotCreateContextForXmlModel(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotCreateCustomizerInstance(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotInitializeDomHandlerConverter(java.lang.Exception,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotLoadClassFromMetadata(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException couldNotUnmarshalMetadata(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException duplicateElementName(javax.xml.namespace.QName)
+meth public static org.eclipse.persistence.exceptions.JAXBException duplicatePropertyName(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException enumConstantNotFound(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException errorCreatingDynamicJAXBContext(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException errorCreatingFieldAccessor(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException errorCreatingPropertyAccessor(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException errorInstantiatingAccessorFactory(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException errorInvokingAccessor(java.lang.Object,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException exceptionDuringNameTransformation(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException exceptionDuringSchemaGeneration(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException exceptionWithNameTransformerClass(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException factoryClassWithoutFactoryMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException factoryMethodNotDeclared(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException factoryMethodOrConstructorRequired(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException idAlreadySet(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException incorrectKeyParameterType()
+meth public static org.eclipse.persistence.exceptions.JAXBException incorrectNumberOfXmlJoinNodesOnXmlElements(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException incorrectValueParameterType()
+meth public static org.eclipse.persistence.exceptions.JAXBException incorrectValueParameterTypeForOxmXmlKey()
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidAccessorFactory(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidAdapterClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidAttributeRef(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidCustomizerClass(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidElementRef(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidElementWrapper(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidEnumValue(java.lang.Object,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidIDREFClass(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidId(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidIdRef(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidInterface(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidList(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidPackageAdapterClass(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidPropertyAdapterClass(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidReferenceToTransientClass(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidReferencedXmlPathOnJoin(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidTypeAdapterClass(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidTypeForVariableNode(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidTypeForXmlValueField(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidValueForObjectGraph(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidXmlElementInXmlElementsList(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidXmlJoinNodeReferencedClass(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidXmlLocation(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException invalidXmlPathWithAttribute(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException javaTypeNotAllowedInBindingsFile(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException jsonValuePropertyRequired(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.JAXBException missingPropertyInPropOrder(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException missingPropertyInPropOrder(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException multipleAnyAttributeMapping(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException multipleXmlElementRef(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException mustMapToText(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException nameCollision(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException noKeyOrIDPropertyOnJoinTarget(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException noObjectFactoryOrJaxbIndexInPath(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException noSuchWriteTransformationMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException nonExistentPropertyInPropOrder(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException nullInputStream()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullMapKey()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullMetadataSource()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullMetadataSource(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException nullNode()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullSessionName()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullSource()
+meth public static org.eclipse.persistence.exceptions.JAXBException nullTypeOnTypeMappingInfo(javax.xml.namespace.QName)
+meth public static org.eclipse.persistence.exceptions.JAXBException oxmKeyNotFound()
+meth public static org.eclipse.persistence.exceptions.JAXBException packageNotSetForBindingException()
+meth public static org.eclipse.persistence.exceptions.JAXBException propertyOrFieldCannotBeXmlValue(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException propertyOrFieldShouldBeAnAttribute(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException readTransformerHasBothClassAndMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException readTransformerHasNeitherClassNorMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException samePropertyInMultipleFiles(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException transformerClassNotFound(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException transientInProporder(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException unableToLoadMetadataFromLocation(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException unknownPropertyForVariableNode(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException unknownTypeForVariableNode(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException unsupportedNodeClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException writeTransformerHasBothClassAndMethod(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException writeTransformerHasNeitherClassNorMethod(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException writeTransformerHasNoXmlPath(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException xjbNotSource()
+meth public static org.eclipse.persistence.exceptions.JAXBException xjcBindingError()
+meth public static org.eclipse.persistence.exceptions.JAXBException xmlAnyElementAlreadySet(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException xmlValueAlreadySet(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JAXBException xsdImportNotSource()
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.JPARSErrorCodes
+cons public init()
+fld public final static int AN_EXCEPTION_OCCURRED = 61999
+fld public final static int ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY = 61007
+fld public final static int ATTRIBUTE_COULD_NOT_BE_UPDATED = 61010
+fld public final static int CLASS_OR_CLASS_DESCRIPTOR_COULD_NOT_BE_FOUND = 61005
+fld public final static int DATABASE_MAPPING_COULD_NOT_BE_FOUND_FOR_ENTITY_ATTRIBUTE = 61006
+fld public final static int ENTITY_NOT_FOUND = 61000
+fld public final static int ENTITY_NOT_IDEMPOTENT = 61003
+fld public final static int FIELDS_FILTERING_BOTH_PARAMETERS_PRESENT = 61017
+fld public final static int INVALID_ATTRIBUTE_REMOVAL_REQUEST = 61011
+fld public final static int INVALID_CONFIGURATION = 61002
+fld public final static int INVALID_PAGING_REQUEST = 61009
+fld public final static int INVALID_PARAMETER = 61018
+fld public final static int INVALID_SERVICE_VERSION = 61015
+fld public final static int JNDI_NAME_IS_INVALID = 61019
+fld public final static int LAST_ERROR_CODE = 62000
+fld public final static int OBJECT_REFERRED_BY_LINK_DOES_NOT_EXIST = 61001
+fld public final static int PAGINATION_PARAMETER_USED_FOR_NOT_PAGEABLE_RESOURCE = 61016
+fld public final static int PERSISTENCE_CONTEXT_COULD_NOT_BE_BOOTSTRAPPED = 61004
+fld public final static int RESPONSE_COULD_NOT_BE_BUILT_FOR_FIND_ATTRIBUTE_REQUEST = 61012
+fld public final static int RESPONSE_COULD_NOT_BE_BUILT_FOR_NAMED_QUERY_REQUEST = 61014
+fld public final static int SELECTION_QUERY_FOR_ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY = 61008
+fld public final static int SESSION_BEAN_COULD_NOT_BE_FOUND = 61013
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.exceptions.JPQLException
+cons protected init()
+cons protected init(java.lang.String,java.lang.Exception,int)
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Exception)
+fld public final static int aliasResolutionException = 8004
+fld public final static int classNotFoundException = 8003
+fld public final static int constructorClassNotFound = 8013
+fld public final static int entityTypeNotFound = 8034
+fld public final static int entityTypeNotFound2 = 8037
+fld public final static int expectedCharFound = 8027
+fld public final static int expectedOrderableOrderByItem = 8021
+fld public final static int expressionNotSupported = 8009
+fld public final static int generalParsingException = 8002
+fld public final static int generalParsingException2 = 8010
+fld public final static int indexOnlyAllowedOnVariable = 8041
+fld public final static int invalidCollectionMemberDecl = 8011
+fld public final static int invalidCollectionNavigation = 8036
+fld public final static int invalidContextKeyException = 8008
+fld public final static int invalidEnumEqualExpression = 8035
+fld public final static int invalidEnumLiteral = 8015
+fld public final static int invalidExpressionArgument = 8022
+fld public final static int invalidFunctionArgument = 8020
+fld public final static int invalidHavingExpression = 8017
+fld public final static int invalidMultipleUseOfSameParameter = 8018
+fld public final static int invalidNavigation = 8029
+fld public final static int invalidSelectForGroupByQuery = 8016
+fld public final static int invalidSetClauseNavigation = 8033
+fld public final static int invalidSetClauseTarget = 8032
+fld public final static int invalidSizeArgument = 8014
+fld public final static int missingDescriptorException = 8006
+fld public final static int missingMappingException = 8007
+fld public final static int multipleVariableDeclaration = 8019
+fld public final static int nonExistantOrderByAlias = 8040
+fld public final static int notYetImplemented = 8012
+fld public final static int recognitionException = 8001
+fld public final static int resolutionClassNotFoundException = 8005
+fld public final static int resolutionClassNotFoundException2 = 8038
+fld public final static int syntaxError = 8023
+fld public final static int syntaxErrorAt = 8024
+fld public final static int unexpectedChar = 8026
+fld public final static int unexpectedEOF = 8028
+fld public final static int unexpectedToken = 8025
+fld public final static int unknownAttribute = 8030
+fld public final static int unsupportJoinArgument = 8031
+fld public final static int variableCannotHaveMapKey = 8039
+fld public java.util.Collection internalExceptions
+meth public boolean hasInternalExceptions()
+meth public java.lang.Object addInternalException(java.lang.Object)
+meth public java.util.Collection getInternalExceptions()
+meth public static org.eclipse.persistence.exceptions.JPQLException aliasResolutionException(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException classNotFoundException(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException constructorClassNotFound(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException entityTypeNotFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException entityTypeNotFound2(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException expectedCharFound(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException expectedOrderableOrderByItem(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException expressionNotSupported(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException generalParsingException(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException generalParsingException(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException indexOnlyAllowedOnVariable(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidCollectionMemberDecl(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidCollectionNavigation(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidContextKeyException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidEnumEqualExpression(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidEnumLiteral(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidExpressionArgument(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidFunctionArgument(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidHavingExpression(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidMultipleUseOfSameParameter(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidNavigation(java.lang.String,int,int,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidSelectForGroupByQuery(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidSetClauseNavigation(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidSetClauseTarget(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException invalidSizeArgument(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException missingDescriptorException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException missingMappingException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException multipleVariableDeclaration(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException nonExistantOrderByAlias(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException notYetImplemented(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException recognitionException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException resolutionClassNotFoundException(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException resolutionClassNotFoundException2(java.lang.String,int,int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException syntaxError(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException syntaxErrorAt(java.lang.String,int,int,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException unexpectedChar(java.lang.String,int,int,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException unexpectedEOF(java.lang.String,int,int,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException unexpectedToken(java.lang.String,int,int,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.JPQLException unknownAttribute(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException unsupportJoinArgument(java.lang.String,int,int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.JPQLException variableCannotHaveMapKey(java.lang.String,int,int,java.lang.String)
+meth public void printFullStackTrace()
+meth public void setInternalExceptions(java.util.Collection)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.JSONException
+cons protected init(java.lang.String,java.lang.Exception)
+cons public init(java.lang.String)
+fld public final static int ERROR_INVALID_DOCUMENT = 60001
+meth public static org.eclipse.persistence.exceptions.JSONException errorInvalidDocument(java.lang.Exception)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.OptimisticLockException
+cons protected init()
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+fld protected org.eclipse.persistence.queries.ObjectLevelModifyQuery query
+fld public final static int MUST_HAVE_MAPPING_WHEN_IN_OBJECT = 5007
+fld public final static int NEED_TO_MAP_JAVA_SQL_TIMESTAMP = 5008
+fld public final static int NO_VERSION_NUMBER_WHEN_DELETING = 5001
+fld public final static int NO_VERSION_NUMBER_WHEN_UPDATING = 5004
+fld public final static int OBJECT_CHANGED_SINCE_LAST_MERGE = 5010
+fld public final static int OBJECT_CHANGED_SINCE_LAST_READ_WHEN_DELETING = 5003
+fld public final static int OBJECT_CHANGED_SINCE_LAST_READ_WHEN_UPDATING = 5006
+fld public final static int STATEMENT_NOT_EXECUTED_IN_BATCH = 5011
+fld public final static int UNWRAPPING_OBJECT_DELETED_SINCE_LAST_READ = 5009
+meth public java.lang.Object getObject()
+meth public org.eclipse.persistence.queries.ObjectLevelModifyQuery getQuery()
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException batchStatementExecutionFailure()
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException mustHaveMappingWhenStoredInObject(java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException needToMapJavaSqlTimestampWhenStoredInObject()
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException noVersionNumberWhenDeleting(java.lang.Object,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException noVersionNumberWhenUpdating(java.lang.Object,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException objectChangedSinceLastMerge(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException objectChangedSinceLastReadWhenDeleting(java.lang.Object,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException objectChangedSinceLastReadWhenUpdating(java.lang.Object,org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public static org.eclipse.persistence.exceptions.OptimisticLockException unwrappingObjectDeletedSinceLastRead(java.util.Vector,java.lang.String)
+meth public void setQuery(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int CANNOT_REFRESH_EMF_CREATED_FROM_SESSION = 30019
+fld public final static int COULD_NOT_GET_CLASS_NAMES_FROM_URL = 30011
+fld public final static int COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL = 30012
+fld public final static int EXCEPTION_BUILDING_PERSISTENCE_UNIT_NAME = 30013
+fld public final static int EXCEPTION_CREATING_ARCHIVE_FACTORY = 30018
+fld public final static int EXCEPTION_LOADING_CLASS = 30007
+fld public final static int EXCEPTION_LOADING_FROM_DIRECTORY = 30001
+fld public final static int EXCEPTION_LOADING_FROM_JAR = 30002
+fld public final static int EXCEPTION_LOADING_FROM_URL = 30009
+fld public final static int EXCEPTION_LOADING_VALIDATION_GROUP_CLASS = 30015
+fld public final static int EXCEPTION_OBTAINING_REQUIRED_BEAN_VALIDATOR_FACTORY = 30014
+fld public final static int EXCEPTION_OPENING_ORM_XML = 30010
+fld public final static int EXCEPTION_PROCESSING_PERSISTENCE_UNIT = 30003
+fld public final static int EXCEPTION_PROCESSING_PERSISTENCE_XML = 30004
+fld public final static int EXCEPTION_SEARCHING_FOR_ENTITIES = 30006
+fld public final static int EXCEPTION_SEARCHING_FOR_PERSISTENCE_RESOURCES = 30005
+fld public final static int FILE_PATH_MISSING_EXCEPTION = 30008
+fld public final static int PERSISTENCE_UNIT_NAME_ALREADY_IN_USE = 30017
+fld public final static int SESSION_NAME_ALREADY_IN_USE = 30016
+meth public java.lang.String getResourceName()
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException cannotRefreshEntityManagerFactoryCreatedFromSession(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException couldNotBuildPersistenceUntiName(java.lang.Exception,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException couldNotGetClassNamesFromUrl(java.net.URL)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException couldNotGetUnitInfoFromUrl(java.net.URL)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionCreatingArchiveFactory(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingClassWhileInitializingValidationGroups(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingClassWhileLookingForAnnotations(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingFromDirectory(java.io.File,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingFromJar(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingFromUrl(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionLoadingORMXML(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionObtainingRequiredBeanValidatorFactory(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionProcessingPersistenceUnit(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionProcessingPersistenceXML(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionSearchingForEntities(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException exceptionSearchingForPersistenceResources(java.lang.ClassLoader,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException filePathMissingException(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException persistenceUnitNameAlreadyInUse(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.PersistenceUnitLoadingException sessionNameAlreadyInUse(java.lang.String,java.lang.String,java.lang.String)
+meth public void setResourceName(java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+hfds resourceName
+
+CLSS public org.eclipse.persistence.exceptions.QueryException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,org.eclipse.persistence.queries.DatabaseQuery)
+cons protected init(java.lang.String,org.eclipse.persistence.queries.DatabaseQuery,java.lang.Exception)
+fld protected org.eclipse.persistence.internal.sessions.AbstractRecord queryArguments
+fld protected org.eclipse.persistence.queries.DatabaseQuery query
+fld public final static int ADDITIONAL_SIZE_QUERY_NOT_SPECIFIED = 6001
+fld public final static int ADD_ARGS_NOT_SUPPORTED = 6148
+fld public final static int AGGREGATE_OBJECT_CANNOT_BE_DELETED = 6002
+fld public final static int ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION = 6003
+fld public final static int BACKUP_CLONE_DELETED = 6066
+fld public final static int BACKUP_CLONE_IS_ORIGINAL_FROM_PARENT = 6004
+fld public final static int BACKUP_CLONE_IS_ORIGINAL_FROM_SELF = 6005
+fld public final static int BATCH_IN_REQUIRES_SINGLETON_PK = 6165
+fld public final static int BATCH_READING_NOT_SUPPORTED = 6006
+fld public final static int BATCH_READING_NOT_SUPPORTED_WITH_CALL = 6128
+fld public final static int CALLED_METHOD_THREW_EXCEPTION = 6062
+fld public final static int CANNOT_ACCESS_FIELD_ON_OBJECT = 6067
+fld public final static int CANNOT_ACCESS_METHOD_ON_OBJECT = 6061
+fld public final static int CANNOT_ADD_ELEMENT = 6065
+fld public final static int CANNOT_ADD_ELEMENT_WITHOUT_KEY_TO_MAP = 6157
+fld public final static int CANNOT_ADD_TO_CONTAINER = 6054
+fld public final static int CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY = 6117
+fld public final static int CANNOT_CACHE_ISOLATED_DATA_ON_QUERY = 6118
+fld public final static int CANNOT_CACHE_PARTIAL_OBJECT = 6051
+fld public final static int CANNOT_COMPARE_TABLES_IN_EXPRESSION = 6068
+fld public final static int CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL = 6079
+fld public final static int CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS = 6126
+fld public final static int CANNOT_CONFORM_EXPRESSION = 6074
+fld public final static int CANNOT_CONFORM_UNFETCHED_ATTRIBUTE = 6110
+fld public final static int CANNOT_CREATE_CLONE = 6056
+fld public final static int CANNOT_DELETE_READ_ONLY_OBJECT = 6046
+fld public final static int CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING = 6072
+fld public final static int CANNOT_REMOVE_FROM_CONTAINER = 6064
+fld public final static int CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY = 6090
+fld public final static int CANNOT_UNWRAP_NON_MAP_MEMBERS = 6158
+fld public final static int CAST_MUST_USE_INHERITANCE = 6167
+fld public final static int CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT = 6141
+fld public final static int CLASS_PK_DOES_NOT_EXIST_IN_CACHE = 6106
+fld public final static int CLEAR_QUERY_RESULTS_NOT_SUPPORTED = 6125
+fld public final static int CLONE_METHOD_INACCESSIBLE = 6096
+fld public final static int CLONE_METHOD_REQUIRED = 6095
+fld public final static int CLONE_METHOD_THORW_EXCEPTION = 6097
+fld public final static int COLUMN_RESULT_NOT_FOUND = 6177
+fld public final static int COMPATIBLE_TYPE_NOT_SET = 6153
+fld public final static int COULD_NOT_FIND_CAST_DESCRIPTOR = 6166
+fld public final static int COULD_NOT_INSTANTIATE_CONTAINER_CLASS = 6059
+fld public final static int DELETE_ALL_QUERY_SPECIFIES_OBJECTS_BUT_NOT_SELECTION_CRITERIA = 6131
+fld public final static int DESCRIPTOR_IS_MISSING = 6007
+fld public final static int DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY = 6008
+fld public final static int DISCRIMINATOR_COLUMN_NOT_SELECTED = 6130
+fld public final static int DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK = 6145
+fld public final static int ERROR_INSTANTIATING_CLASS_FOR_QUERY_HINT = 6152
+fld public final static int EXAMPLE_AND_REFERENCE_OBJECT_CLASS_MISMATCH = 6087
+fld public final static int EXCEPTION_WHILE_LOADING_CONSTRUCTOR = 6176
+fld public final static int EXCEPTION_WHILE_READING_MAP_KEY = 6156
+fld public final static int EXCEPTION_WHILE_USING_CONSTRUCTOR_EXPRESSION = 6137
+fld public final static int EXPRESSION_DOES_NOT_SUPPORT_PARTIAL_ATTRIBUTE_READING = 6147
+fld public final static int FAILOVER_FAILED = 6173
+fld public final static int FETCHGROUP_VALID_ONLY_IF_FETCHGROUP_MANAGER_IN_DESCRIPTOR = 6114
+fld public final static int FETCH_GROUP_ATTRIBUTE_NOT_MAPPED = 6111
+fld public final static int FETCH_GROUP_NOT_SUPPORT_ON_PARTIAL_ATTRIBUTE_READING = 6113
+fld public final static int FETCH_GROUP_NOT_SUPPORT_ON_REPORT_QUERY = 6112
+fld public final static int HISTORICAL_QUERIES_MUST_PRESERVE_GLOBAL_CACHE = 6101
+fld public final static int HISTORICAL_QUERIES_ONLY_SUPPORTED_ON_ORACLE = 6102
+fld public final static int ILLEGAL_USE_OF_GETFIELD = 6048
+fld public final static int ILLEGAL_USE_OF_GETTABLE = 6049
+fld public final static int ILL_FORMED_EXPRESSION = 6073
+fld public final static int INCORRECT_CLASS_FOR_OBJECT_COMPARISON = 6078
+fld public final static int INCORRECT_QUERY_FOUND = 6124
+fld public final static int INCORRECT_SIZE_QUERY_FOR_CURSOR_STREAM = 6013
+fld public final static int INDEX_REQUIRES_COLLECTION_MAPPING_WITH_LIST_ORDER_FIELD = 6164
+fld public final static int INDEX_REQUIRES_QUERY_KEY_EXPRESSION = 6163
+fld public final static int INHERITANCE_WITH_MULTIPLE_TABLES_NOT_SUPPORTED = 6108
+fld public final static int INVALID_BUILDER_IN_QUERY = 6121
+fld public final static int INVALID_CONTAINER_CLASS = 6123
+fld public final static int INVALID_DATABASE_ACCESSOR = 6081
+fld public final static int INVALID_DATABASE_CALL = 6080
+fld public final static int INVALID_EXPRESSION = 6122
+fld public final static int INVALID_OPERATION = 6063
+fld public final static int INVALID_OPERATOR = 6047
+fld public final static int INVALID_OPERATOR_FOR_OBJECT_EXPRESSION = 6075
+fld public final static int INVALID_QUERY = 6014
+fld public final static int INVALID_QUERY_ITEM = 6034
+fld public final static int INVALID_QUERY_KEY_IN_EXPRESSION = 6015
+fld public final static int INVALID_QUERY_ON_HISTORICAL_SESSION = 6103
+fld public final static int INVALID_QUERY_ON_SERVER_SESSION = 6016
+fld public final static int INVALID_TABLE_FOR_FIELD_IN_EXPRESSION = 6069
+fld public final static int INVALID_TYPE_EXPRESSION = 6093
+fld public final static int INVALID_USE_OF_ANY_OF_IN_EXPRESSION = 6071
+fld public final static int INVALID_USE_OF_TO_MANY_QUERY_KEY_IN_EXPRESSION = 6070
+fld public final static int IN_CANNOT_BE_PARAMETERIZED = 6083
+fld public final static int ISOLATED_QUERY_EXECUTED_ON_SERVER_SESSION = 6115
+fld public final static int JOINING_ACROSS_INHERITANCE_WITH_MULTIPLE_TABLES = 6099
+fld public final static int JOIN_EXPRESSIONS_NOT_APPLICABLE_ON_NON_OBJECT_REPORT_ITEM = 6140
+fld public final static int LIST_ORDER_FIELD_WRONG_VALUE = 6162
+fld public final static int MAPPING_FOR_EXPRESSION_DOES_NOT_SUPPORT_JOINING = 6119
+fld public final static int MAPPING_FOR_FIELDRESULT_NOT_FOUND = 6139
+fld public final static int MAP_ENTRY_EXPRESSION_FOR_NON_COLLECTION = 6160
+fld public final static int MAP_ENTRY_EXPRESSION_FOR_NON_MAP = 6161
+fld public final static int MAP_KEY_IS_NULL = 6150
+fld public final static int MAP_KEY_NOT_COMPARABLE = 6060
+fld public final static int METHOD_DOES_NOT_EXIST_IN_CONTAINER_CLASS = 6058
+fld public final static int METHOD_DOES_NOT_EXIST_ON_EXPRESSION = 6082
+fld public final static int METHOD_INVOCATION_FAILED = 6055
+fld public final static int METHOD_NOT_VALID = 6057
+fld public final static int MISSING_CONNECTION_POOL = 6172
+fld public final static int MISSING_CONTEXT_PROPERTY_FOR_PROPERTY_PARAMETER_EXPRESSION = 6174
+fld public final static int MULTIPLE_ROWS_DETECTED_FROM_SINGLE_OBJECT_READ = 6100
+fld public final static int MUST_INSTANTIATE_VALUEHOLDERS = 6092
+fld public final static int MUST_USE_CURSOR_STREAM_POLICY = 6105
+fld public final static int NAMED_ARGUMENT_NOT_FOUND_IN_QUERY_PARAMETERS = 6132
+fld public final static int NATIVE_SQL_QUERIES_ARE_DISABLED = 6175
+fld public final static int NO_ATTRIBUTES_FOR_REPORT_QUERY = 6088
+fld public final static int NO_CALL_OR_INTERACTION_SPECIFIED = 6116
+fld public final static int NO_CONCRETE_CLASS_INDICATED = 6020
+fld public final static int NO_CURSOR_SUPPORT = 6021
+fld public final static int NO_DESCRIPTOR_FOR_SUBCLASS = 6045
+fld public final static int NO_EXPRESSION_BUILDER_CLASS_FOUND = 6089
+fld public final static int NO_MAPPING_FOR_MAP_ENTRY_EXPRESSION = 6159
+fld public final static int NO_RELATION_TABLE_IN_MANY_TO_MANY_QUERY_KEY = 6155
+fld public final static int NULL_PRIMARY_KEY_IN_BUILDING_OBJECT = 6044
+fld public final static int OBJECT_COMPARISON_CANNOT_BE_PARAMETERIZED = 6077
+fld public final static int OBJECT_DOES_NOT_EXIST_IN_CACHE = 6104
+fld public final static int OBJECT_TO_INSERT_IS_EMPTY = 6023
+fld public final static int OBJECT_TO_MODIFY_NOT_SPECIFIED = 6024
+fld public final static int ORIGINAL_QUERY_MUST_USE_IN = 6169
+fld public final static int OUTER_JOIN_ONLY_VALID_FOR_ONE_TO_ONE = 6052
+fld public final static int PARAMETER_NAME_MISMATCH = 6094
+fld public final static int PARTIONING_NOT_SUPPORTED = 6171
+fld public final static int POLYMORPHIC_REPORT_ITEM_NOT_SUPPORTED = 6136
+fld public final static int PREPARE_FAILED = 6168
+fld public final static int QUERY_FETCHGROUP_NOT_DEFINED_IN_DESCRIPTOR = 6109
+fld public final static int QUERY_HINT_CONTAINED_INVALID_INTEGER_VALUE = 6146
+fld public final static int QUERY_HINT_DID_NOT_CONTAIN_ENOUGH_TOKENS = 6144
+fld public final static int QUERY_HINT_NAVIGATED_ILLEGAL_RELATIONSHIP = 6142
+fld public final static int QUERY_HINT_NAVIGATED_NON_EXISTANT_RELATIONSHIP = 6143
+fld public final static int QUERY_NOT_DEFINED = 6026
+fld public final static int QUERY_SENT_TO_INACTIVE_UNIT_OF_WORK = 6027
+fld public final static int READ_BEYOND_QUERY = 6028
+fld public final static int REDIRECTION_CLASS_OR_METHOD_NOT_SET = 6084
+fld public final static int REDIRECTION_METHOD_ERROR = 6086
+fld public final static int REDIRECTION_METHOD_NOT_DEFINED_CORRECTLY = 6085
+fld public final static int REFERENCE_CLASS_MISSING = 6029
+fld public final static int REFLECTIVE_CALL_ON_TOPLINK_CLASS_FAILED = 6127
+fld public final static int REFRESH_NOT_POSSIBLE_WITHOUT_CACHE = 6030
+fld public final static int REFRESH_NOT_POSSIBLE_WITH_CHECK_CACHE_ONLY = 6129
+fld public final static int REPORT_QUERY_RESULT_SIZE_MISMATCH = 6050
+fld public final static int REPORT_RESULT_WITHOUT_PKS = 6043
+fld public final static int RESULT_SET_ACCESS_OPTIMIZATION_IS_NOT_POSSIBLE = 6178
+fld public final static int SELECTION_OBJECT_CANNOT_BE_NULL = 6041
+fld public final static int SIZE_ONLY_SUPPORTED_ON_EXPRESSION_QUERIES = 6031
+fld public final static int SOP_OBJECT_DESERIALIZE_FAILED = 6179
+fld public final static int SOP_OBJECT_IS_NOT_FOUND = 6180
+fld public final static int SOP_OBJECT_WRONG_PK = 6182
+fld public final static int SOP_OBJECT_WRONG_VERSION = 6181
+fld public final static int SPECIFIED_PARTIAL_ATTRIBUTE_DOES_NOT_EXIST = 6120
+fld public final static int SQL_STATEMENT_NOT_SET_PROPERLY = 6032
+fld public final static int TEMP_TABLES_NOT_SUPPORTED = 6138
+fld public final static int TYPE_MISMATCH_BETWEEN_ATTRIBUTE_AND_CONSTANT_ON_EXPRESSION = 6091
+fld public final static int TYPE_NAME_NOT_SET = 6154
+fld public final static int UNABLE_TO_SET_REDIRECTOR_FROM_HINT = 6151
+fld public final static int UNEXPECTED_INVOCATION = 6098
+fld public final static int UNNAMED_ARG_NOT_SUPPORTED = 6149
+fld public final static int UNNAMED_QUERY_ON_SESSION_BROKER = 6042
+fld public final static int UNSUPPORTED_MAPPING_FOR_OBJECT_COMPARISON = 6076
+fld public final static int UNSUPPORTED_MAPPING_FOR_QUERYBYEXAMPLE = 6183
+fld public final static int UPDATE_ALL_QUERY_ADD_UPDATE_DEFINES_WRONG_FIELD = 6135
+fld public final static int UPDATE_ALL_QUERY_ADD_UPDATE_DOES_NOT_DEFINE_FIELD = 6134
+fld public final static int UPDATE_ALL_QUERY_ADD_UPDATE_FIELD_IS_NULL = 6133
+fld public final static int UPDATE_STATEMENTS_NOT_SPECIFIED = 6107
+meth public java.lang.String getMessage()
+meth public org.eclipse.persistence.queries.DatabaseQuery getQuery()
+meth public org.eclipse.persistence.sessions.Record getQueryArgumentsRecord()
+meth public static org.eclipse.persistence.exceptions.QueryException addArgumentsNotSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException additionalSizeQueryNotSpecified(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException aggregateObjectCannotBeDeletedOrWritten(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException argumentSizeMismatchInQueryAndQueryDefinition(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException backupCloneIsDeleted(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException backupCloneIsOriginalFromParent(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException backupCloneIsOriginalFromSelf(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException batchReadingInRequiresSingletonPrimaryKey(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException batchReadingNotSupported(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException batchReadingNotSupported(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException calledMethodThrewException(java.lang.reflect.Method,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotAddElement(java.lang.Object,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotAddElementWithoutKeyToMap(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotAddToContainer(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.queries.ContainerPolicy)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCacheCursorResultsOnQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCacheIsolatedDataOnQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCachePartialObjects(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCompareTablesInExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCompareTargetForeignKeysToNull(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotConformAndCacheQueryResults(org.eclipse.persistence.queries.ReadQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotConformExpression()
+meth public static org.eclipse.persistence.exceptions.QueryException cannotConformUnfetchedAttribute(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotCreateClone(org.eclipse.persistence.internal.queries.ContainerPolicy,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotDeleteReadOnlyObject(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotQueryAcrossAVariableOneToOneMapping(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotRemoveFromContainer(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.queries.ContainerPolicy)
+meth public static org.eclipse.persistence.exceptions.QueryException cannotSetShouldCheckCacheOnlyOnReportQuery()
+meth public static org.eclipse.persistence.exceptions.QueryException cannotUnwrapNonMapMembers(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException castMustUseInheritance(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException classNotFoundWhileUsingQueryHint(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException classPkDoesNotExistInCache(java.lang.Class,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException clearQueryResultsNotSupported(org.eclipse.persistence.queries.ReadQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException cloneMethodInaccessible()
+meth public static org.eclipse.persistence.exceptions.QueryException cloneMethodRequired()
+meth public static org.eclipse.persistence.exceptions.QueryException cloneMethodThrowException(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.QueryException columnResultNotFound(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public static org.eclipse.persistence.exceptions.QueryException compatibleTypeNotSet(org.eclipse.persistence.internal.helper.DatabaseType)
+meth public static org.eclipse.persistence.exceptions.QueryException couldNotFindCastDescriptor(java.lang.Class,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException couldNotInstantiateContainerClass(java.lang.Class,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException deleteAllQuerySpecifiesObjectsButNotSelectionCriteria(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.queries.DatabaseQuery,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException descriptorIsMissing(java.lang.Class,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException descriptorIsMissingForNamedQuery(java.lang.Class,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException discriminatorColumnNotSelected(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException distinctCountOnOuterJoinedCompositePK(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException errorInstantiatedClassForQueryHint(java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery,java.lang.Class,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException exampleAndReferenceObjectClassMismatch(java.lang.Class,java.lang.Class,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException exceptionWhileInitializingConstructor(java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException exceptionWhileReadingMapKey(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException exceptionWhileUsingConstructorExpression(java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException expressionDoesNotSupportPartialAttributeReading(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException failoverFailed(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException fetchGroupAttributeNotMapped(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException fetchGroupNotDefinedInDescriptor(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException fetchGroupNotSupportOnPartialAttributeReading()
+meth public static org.eclipse.persistence.exceptions.QueryException fetchGroupNotSupportOnReportQuery()
+meth public static org.eclipse.persistence.exceptions.QueryException fetchGroupValidOnlyIfFetchGroupManagerInDescriptor(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException historicalQueriesMustPreserveGlobalCache()
+meth public static org.eclipse.persistence.exceptions.QueryException historicalQueriesOnlySupportedOnOracle()
+meth public static org.eclipse.persistence.exceptions.QueryException illFormedExpression(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException illegalUseOfGetField(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException illegalUseOfGetTable(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException inCannotBeParameterized(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException incorrectClassForObjectComparison(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException incorrectQueryObjectFound(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException incorrectSizeQueryForCursorStream(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException indexRequiresCollectionMappingWithListOrderField(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException indexRequiresQueryKeyExpression(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException inheritanceWithMultipleTablesNotSupported()
+meth public static org.eclipse.persistence.exceptions.QueryException invalidBuilderInQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidContainerClass(java.lang.Class,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidDatabaseAccessor(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidDatabaseCall(org.eclipse.persistence.queries.Call)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidExpressionForQueryItem(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidOperation(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidOperator(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidOperatorForObjectComparison(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidQueryKeyInExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidQueryOnHistoricalSession(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidQueryOnServerSession(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidTableForFieldInExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidTypeExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidUseOfAnyOfInExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException invalidUseOfToManyQueryKeyInExpression(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException isolatedQueryExecutedOnServerSession()
+meth public static org.eclipse.persistence.exceptions.QueryException joinExpressionsNotApplicableOnNonObjectReportItem(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException joiningAcrossInheritanceClassWithMultipleTablesNotSupported(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException listOrderFieldWrongValue(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.helper.DatabaseField,java.util.List)
+meth public static org.eclipse.persistence.exceptions.QueryException mapEntryExpressionForNonCollection(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException mapEntryExpressionForNonMap(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException mappingForExpressionDoesNotSupportJoining(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException mappingForFieldResultNotFound(java.lang.String[],int)
+meth public static org.eclipse.persistence.exceptions.QueryException methodDoesNotExistInContainerClass(java.lang.String,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException methodDoesNotExistOnExpression(java.lang.String,java.lang.Class[])
+meth public static org.eclipse.persistence.exceptions.QueryException methodInvocationFailed(java.lang.reflect.Method,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException methodNotValid(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException missingConnectionPool(java.lang.String,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException missingContextPropertyForPropertyParameterExpression(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException multipleRowsDetectedFromReadObjectQuery()
+meth public static org.eclipse.persistence.exceptions.QueryException mustInstantiateValueholders()
+meth public static org.eclipse.persistence.exceptions.QueryException mustUseCursorStreamPolicy()
+meth public static org.eclipse.persistence.exceptions.QueryException namedArgumentNotFoundInQueryParameters(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException nativeSQLQueriesAreDisabled(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException noAttributesForReportQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException noCallOrInteractionSpecified()
+meth public static org.eclipse.persistence.exceptions.QueryException noConcreteClassIndicated(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException noCursorSupport(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException noDescriptorForClassFromInheritancePolicy(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException noExpressionBuilderFound(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException noMappingForMapEntryExpression(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException noRelationTableInManyToManyQueryKey(org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException nullPrimaryKeyInBuildingObject(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public static org.eclipse.persistence.exceptions.QueryException objectComparisonsCannotBeParameterized(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException objectDoesNotExistInCache(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException objectToInsertIsEmpty(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public static org.eclipse.persistence.exceptions.QueryException objectToModifyNotSpecified(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException originalQueryMustUseBatchIN(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException outerJoinIsOnlyValidForOneToOneMappings(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException parameterNameMismatch(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException partitioningNotSupported(org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException polymorphicReportItemWithMultipletableNotSupported(java.lang.String,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException prepareFailed(java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException queryHintContainedInvalidIntegerValue(java.lang.String,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException queryHintDidNotContainEnoughTokens(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.QueryException queryHintNavigatedIllegalRelationship(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException queryHintNavigatedNonExistantRelationship(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException queryNotDefined()
+meth public static org.eclipse.persistence.exceptions.QueryException queryNotDefined(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException queryNotDefined(java.lang.String,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException querySentToInactiveUnitOfWork(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException readBeyondStream(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException redirectionClassOrMethodNotSet(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException redirectionMethodError(java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException redirectionMethodNotDefinedCorrectly(java.lang.Class,java.lang.String,java.lang.Exception,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException referenceClassMissing(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException reflectiveCallOnTopLinkClassFailed(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException refreshNotPossibleWithCheckCacheOnly(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException refreshNotPossibleWithoutCache(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException reportQueryResultSizeMismatch(int,int)
+meth public static org.eclipse.persistence.exceptions.QueryException reportQueryResultWithoutPKs(org.eclipse.persistence.queries.ReportQueryResult)
+meth public static org.eclipse.persistence.exceptions.QueryException resultSetAccessOptimizationIsNotPossible(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException selectionObjectCannotBeNull(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException sizeOnlySupportedOnExpressionQueries(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException sopObjectDeserializeFailed(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.sessions.AbstractRecord,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException sopObjectIsNotFound(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public static org.eclipse.persistence.exceptions.QueryException sopObjectWrongPk(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Object,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public static org.eclipse.persistence.exceptions.QueryException sopObjectWrongVersion(org.eclipse.persistence.queries.DatabaseQuery,java.lang.Object,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public static org.eclipse.persistence.exceptions.QueryException specifiedPartialAttributeDoesNotExist(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException sqlStatementNotSetProperly(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException tempTablesNotSupported(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException typeMismatchBetweenAttributeAndConstantOnExpression(java.lang.Class,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.QueryException typeNameNotSet(org.eclipse.persistence.internal.helper.DatabaseType)
+meth public static org.eclipse.persistence.exceptions.QueryException unableToSetRedirectorOnQueryFromHint(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.QueryException unexpectedInvocation(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException unnamedArgumentsNotSupported()
+meth public static org.eclipse.persistence.exceptions.QueryException unnamedQueryOnSessionBroker(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException unsupportedMappingForObjectComparison(org.eclipse.persistence.mappings.DatabaseMapping,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.exceptions.QueryException unsupportedMappingQueryByExample(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.QueryException updateAllQueryAddUpdateDefinesWrongField(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException updateAllQueryAddUpdateDoesNotDefineField(org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.queries.DatabaseQuery,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.QueryException updateAllQueryAddUpdateFieldIsNull(org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.QueryException updateStatementsNotSpecified()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAccessFieldOnObject(java.lang.reflect.Field,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAccessMethodOnObject(java.lang.reflect.Method,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException mapKeyIsNull(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException mapKeyNotComparable(java.lang.Object,java.lang.Object)
+meth public void setQuery(org.eclipse.persistence.queries.DatabaseQuery)
+meth public void setQueryArguments(org.eclipse.persistence.internal.sessions.AbstractRecord)
+supr org.eclipse.persistence.exceptions.ValidationException
+
+CLSS public org.eclipse.persistence.exceptions.RemoteCommandManagerException
+cons public init()
+cons public init(java.lang.String)
+fld public final static int ERROR_BINDING_CONNECTION = 22102
+fld public final static int ERROR_CREATING_JGROUPS_CONNECTION = 22118
+fld public final static int ERROR_CREATING_JMS_CONNECTION = 22106
+fld public final static int ERROR_CREATING_LOCAL_JMS_CONNECTION = 22112
+fld public final static int ERROR_CREATING_OC4J_JGROUPS_CONNECTION = 22113
+fld public final static int ERROR_DESERIALIZE_REMOTE_COMMAND = 22114
+fld public final static int ERROR_DISCOVERING_IP_ADDRESS = 22110
+fld public final static int ERROR_GETTING_HOST_NAME = 22104
+fld public final static int ERROR_GETTING_SERVERPLATFORM = 22111
+fld public final static int ERROR_LOOKING_UP_REMOTE_CONNECTION = 22103
+fld public final static int ERROR_OBTAINING_CONTEXT_FOR_JNDI = 22101
+fld public final static int ERROR_PROCESSING_REMOTE_COMMAND = 22115
+fld public final static int ERROR_PROPAGATING_COMMAND = 22105
+fld public final static int ERROR_RECEIVED_JMS_MESSAGE_IS_NULL = 22116
+fld public final static int ERROR_RECEIVING_JMS_MESSAGE = 22109
+fld public final static int ERROR_SERIALIZE_OR_DESERIALIZE_COMMAND = 22108
+fld public final static int ERROR_UNBINDING_LOCAL_CONNECTION = 22107
+fld public final static int RCM_UNINITIALIZED_OR_CLOSED = 22117
+intf java.io.Serializable
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorBindingConnection(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorCreatingJGroupsConnection(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorCreatingJMSConnection(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorCreatingLocalJMSConnection(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorCreatingOc4jJGroupsConnection(java.lang.String,java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorDeserializeRemoteCommand(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorDiscoveringLocalHostIPAddress(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorGettingHostName(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorGettingServerPlatform()
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorJMSMessageIsNull()
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorLookingUpRemoteConnection(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorObtainingContext(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorProcessingRemoteCommand(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorReceivingJMSMessage(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorSerializeOrDeserialzeCommand(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException errorUnbindingLocalConnection(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException remoteCommandManagerIsClosed()
+meth public static org.eclipse.persistence.exceptions.RemoteCommandManagerException unableToPropagateCommand(java.lang.String,java.lang.Throwable)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.SDOException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Exception)
+fld public final static int ATTEMPT_TO_RESET_APP_RESOLVER = 45209
+fld public final static int CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT = 45026
+fld public final static int CANNOT_PERFORM_OPERATION_ON_PROPERTY = 45038
+fld public final static int CANNOT_PERFORM_OP_WITH_NULL_PARAM = 45040
+fld public final static int CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE = 45031
+fld public final static int CLASS_NOT_FOUND = 45027
+fld public final static int CONVERSION_ERROR = 45024
+fld public final static int DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT = 45210
+fld public final static int ERROR_ACCESSING_EXTERNALIZABLEDELEGATOR = 45039
+fld public final static int ERROR_CREATING_DATAOBJECT_FOR_CLASS = 45012
+fld public final static int ERROR_CREATING_DATAOBJECT_FOR_TYPE = 45011
+fld public final static int ERROR_CREATING_INITIAL_CONTEXT = 45103
+fld public final static int ERROR_DEFINING_PROPERTY_INVALID_NAME = 45212
+fld public final static int ERROR_DEFINING_TYPE = 45014
+fld public final static int ERROR_DEFINING_TYPE_INVALID_NAME = 45211
+fld public final static int ERROR_DEFINING_TYPE_NO_NAME = 45015
+fld public final static int ERROR_GETTING_OBJECTNAME = 45102
+fld public final static int ERROR_MAKING_WLS_REFLECTIVE_CALL = 45101
+fld public final static int ERROR_PERFORMING_WLS_LOOKUP = 45100
+fld public final static int ERROR_PROCESSING_IMPORT = 45001
+fld public final static int ERROR_PROCESSING_INCLUDE = 45002
+fld public final static int ERROR_PROCESSING_XPATH = 45017
+fld public final static int ERROR_RESOLVING_ENTITY = 45207
+fld public final static int FOUND_SIMPLE_VALUE_FOR_FOR_NON_DATATYPE_PROPERTY = 45005
+fld public final static int GLOBAL_PROPERTY_NOT_FOUND = 45036
+fld public final static int INVALID_INDEX = 45029
+fld public final static int INVALID_PROPERTY_VALUE = 45041
+fld public final static int IO_EXCEPTION_OCCURRED = 45008
+fld public final static int JAVA_CLASS_INVOKING_ERROR = 45030
+fld public final static int MISSING_DEPENDENCY_FOR_BINARY_MAPPING = 45208
+fld public final static int MISSING_REF_ATTRIBUTE = 45016
+fld public final static int NO_APP_INFO_FOR_NULL = 45013
+fld public final static int NO_ID_SPECIFIED = 45000
+fld public final static int NO_TYPE_SPECIFIED_FOR_PROPERTY = 45007
+fld public final static int OLD_SEQUENCE_NOT_FOUND = 45004
+fld public final static int OPTIONS_MUST_BE_A_DATAOBJECT = 45034
+fld public final static int PREFIX_USED_BUT_NOT_DEFINED = 45037
+fld public final static int PROPERTY_NOT_FOUND_AT_INDEX = 45025
+fld public final static int REFERENCED_PROPERTY_NOT_FOUND = 45003
+fld public final static int SDO_JAXB_ERROR_CREATING_JAXB_UNMARSHALLER = 45206
+fld public final static int SDO_JAXB_NO_DESCRIPTOR_FOR_TYPE = 45200
+fld public final static int SDO_JAXB_NO_MAPPING_FOR_PROPERTY = 45201
+fld public final static int SDO_JAXB_NO_SCHEMA_CONTEXT = 45204
+fld public final static int SDO_JAXB_NO_SCHEMA_REFERENCE = 45203
+fld public final static int SDO_JAXB_NO_TYPE_FOR_CLASS = 45202
+fld public final static int SDO_JAXB_NO_TYPE_FOR_CLASS_BY_SCHEMA_CONTEXT = 45205
+fld public final static int SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED = 45018
+fld public final static int SEQUENCE_ERROR_DATAOBJECT_IS_NULL = 45021
+fld public final static int SEQUENCE_ERROR_NO_PATH_FOUND = 45020
+fld public final static int SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE = 45019
+fld public final static int SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY = 45022
+fld public final static int SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT = 45006
+fld public final static int TYPE_CANNOT_BE_OPEN_AND_DATATYPE = 45028
+fld public final static int TYPE_NOT_FOUND = 45009
+fld public final static int TYPE_NOT_FOUND_FOR_INTERFACE = 45010
+fld public final static int TYPE_PROPERTY_MUST_BE_A_TYPE = 45035
+fld public final static int TYPE_REFERENCED_BUT_NEVER_DEFINED = 45033
+fld public final static int WRONG_VALUE_FOR_PROPERTY = 45023
+fld public final static int XMLMARSHAL_EXCEPTION_OCCURRED = 45032
+meth public static org.eclipse.persistence.exceptions.SDOException attemptToResetApplicationResolver()
+meth public static org.eclipse.persistence.exceptions.SDOException cannotPerformOperationOnNullArgument(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException cannotPerformOperationOnProperty(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException cannotPerformOperationWithNullInputParameter(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException classNotFound(java.lang.Exception,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException conversionError(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException dataObjectNotFromHelperContext()
+meth public static org.eclipse.persistence.exceptions.SDOException errorAccessingExternalizableDelegator(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorCreatingDataObjectForClass(java.lang.Exception,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException errorCreatingDataObjectForType(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException errorCreatingWLSInitialContext(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorDefiningPropertyInvalidName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException errorDefiningType()
+meth public static org.eclipse.persistence.exceptions.SDOException errorDefiningTypeInvalidName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException errorDefiningTypeNoName()
+meth public static org.eclipse.persistence.exceptions.SDOException errorGettingWLSObjectName(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorInvokingWLSMethodReflectively(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorPerformingWLSLookup(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorProcessingImport(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorProcessingInclude(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException errorProcessingXPath(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException errorResolvingSchema(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException foundSimpleValueForNonDataTypeProperty(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException globalPropertyNotFound()
+meth public static org.eclipse.persistence.exceptions.SDOException invalidIndex(java.lang.IndexOutOfBoundsException,int)
+meth public static org.eclipse.persistence.exceptions.SDOException invalidPropertyValue(java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.eclipse.persistence.exceptions.ConversionException)
+meth public static org.eclipse.persistence.exceptions.SDOException ioExceptionOccurred(java.io.IOException)
+meth public static org.eclipse.persistence.exceptions.SDOException missingRefAttribute()
+meth public static org.eclipse.persistence.exceptions.SDOException noAppInfoForNull()
+meth public static org.eclipse.persistence.exceptions.SDOException noConstructorWithString(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException noTargetIdSpecified(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException noTypeSpecifiedForProperty(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException oldSequenceNotFound()
+meth public static org.eclipse.persistence.exceptions.SDOException optionsMustBeADataObject(java.lang.Exception,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException prefixUsedButNotDefined(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException propertyNotFoundAtIndex(java.lang.Exception,int)
+meth public static org.eclipse.persistence.exceptions.SDOException propertyTypeAnnotationTargetCannotBeDataTypeTrue(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException referencedPropertyNotFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbErrorCreatingJAXBUnmarshaller(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoDescriptorForType(javax.xml.namespace.QName,javax.xml.namespace.QName)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoMappingForProperty(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoSchemaContext(java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoSchemaReference(java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoTypeForClass(java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.SDOException sdoJaxbNoTypeForClassBySchemaContext(java.lang.Class,javax.xml.namespace.QName)
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceAttributePropertyNotSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceDataObjectInstanceFieldIsNull()
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceDuplicateSettingNotSupportedForComplexSingleObject(int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceNotFoundForPath(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceNotSupportedForProperty(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException sequenceNullOnSequencedDataObject()
+meth public static org.eclipse.persistence.exceptions.SDOException typeCannotBeOpenAndDataType(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException typeNotFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException typeNotFoundForInterface(java.lang.String,boolean)
+meth public static org.eclipse.persistence.exceptions.SDOException typePropertyMustBeAType(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.SDOException typeReferencedButNotDefined(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException unableToMapDataHandlerDueToMissingDependency(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SDOException wrongValueForProperty(java.lang.String,java.lang.String,java.lang.Class)
+meth public static org.eclipse.persistence.exceptions.SDOException xmlMarshalExceptionOccurred(org.eclipse.persistence.exceptions.XMLMarshalException,java.lang.String,java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.ServerPlatformException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int INVALID_SERVER_PLATFORM_CLASS = 63002
+fld public final static int SERVER_PLATFORM_CLASS_NOT_FOUND = 63001
+meth public static org.eclipse.persistence.exceptions.ServerPlatformException invalidServerPlatformClass(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.ServerPlatformException serverPlatformClassNotFound(java.lang.String,java.lang.Throwable)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.SessionLoaderException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int COULD_NOT_FIND_PROJECT_XML = 9004
+fld public final static int FAILED_TO_LOAD_PROJECT_XML = 9005
+fld public final static int FINAL_EXCEPTION = 9000
+fld public final static int INVALID_SESSION_XML = 9012
+fld public final static int NON_PARSE_EXCEPTION = 9007
+fld public final static int SERVER_PLATFORM_NO_LONGER_SUPPORTED = 9011
+fld public final static int UNABLE_TO_LOAD_PROJECT_CLASS = 9002
+fld public final static int UNABLE_TO_PARSE_XML = 9006
+fld public final static int UNABLE_TO_PROCESS_TAG = 9003
+fld public final static int UNKNOWN_ATTRIBUTE_OF_TAG = 9009
+fld public final static int UNKNOWN_TAG = 9001
+fld public final static int UN_EXPECTED_VALUE_OF_TAG = 9008
+fld public final static int XML_SCHEMA_PARSING_ERROR = 9010
+meth public java.lang.String toString()
+meth public java.util.Vector<java.lang.Throwable> getExceptionList()
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException InvalidSessionXML()
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException couldNotFindProjectXml(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException failedToLoadProjectClass(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException failedToLoadProjectXml(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException failedToLoadTag(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException failedToParseXML(java.lang.String,int,int,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException failedToParseXML(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException finalException(java.util.Vector)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException nonParseException(java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException serverPlatformNoLongerSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException unexpectedValueOfTag(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException unknownAttributeOfTag(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.SessionLoaderException unkownTagAtNode(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public void printStackTrace(java.io.PrintWriter)
+meth public void setExceptionList(java.util.Vector<java.lang.Throwable>)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+hfds exceptionList
+
+CLSS public org.eclipse.persistence.exceptions.StaticWeaveException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL = 40006
+fld public final static int EXCEPTION_NO_SOURCE_SPECIFIED = 40002
+fld public final static int EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR = 40004
+fld public final static int EXCEPTION_NO_TARGET_SPECIFIED = 40003
+fld public final static int EXCEPTION_OPENNING_ARCHIVE = 40001
+fld public final static int EXCEPTION_OPEN_LOGGING_FILE = 40005
+fld public final static int EXCEPTION_WEAVING = 40007
+meth public java.lang.String getResourceName()
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException exceptionOpeningArchive(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException exceptionPerformWeaving(java.lang.Exception,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException illegalLoggingLevel(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException missingSource()
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException missingTarget()
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException openLoggingFileException(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.StaticWeaveException weaveInplaceForJar(java.lang.String)
+meth public void setResourceName(java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+hfds resourceName
+
+CLSS public org.eclipse.persistence.exceptions.TransactionException
+cons public init(java.lang.String)
+cons public init(java.lang.String,java.lang.Exception)
+fld public final static int CANNOT_ENLIST_MULTIPLE_DATASOURCES = 23015
+fld public final static int ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED = 23014
+fld public final static int ERROR_BEGINNING_TRANSACTION = 23006
+fld public final static int ERROR_BINDING_TO_TRANSACTION = 23005
+fld public final static int ERROR_COMMITTING_TRANSACTION = 23007
+fld public final static int ERROR_DOING_JNDI_LOOKUP = 23001
+fld public final static int ERROR_GETTING_TRANSACTION = 23003
+fld public final static int ERROR_GETTING_TRANSACTION_STATUS = 23002
+fld public final static int ERROR_INACTIVE_UOW = 23011
+fld public final static int ERROR_MARKING_TRANSACTION_FOR_ROLLBACK = 23009
+fld public final static int ERROR_NO_ENTITY_TRANSACTION_ACTIVE = 23017
+fld public final static int ERROR_NO_EXTERNAL_TRANSACTION_ACTIVE = 23010
+fld public final static int ERROR_NO_TRANSACTION_ACTIVE = 23012
+fld public final static int ERROR_OBTAINING_TRANSACTION_MANAGER = 23004
+fld public final static int ERROR_ROLLING_BACK_TRANSACTION = 23008
+fld public final static int ERROR_TRANSACTION_IS_ACTIVE = 23013
+fld public final static int EXCEPTION_IN_PROXY_EXECUTION = 23016
+meth public static org.eclipse.persistence.exceptions.TransactionException entityTransactionNotActive()
+meth public static org.eclipse.persistence.exceptions.TransactionException entityTransactionWithJTANotAllowed()
+meth public static org.eclipse.persistence.exceptions.TransactionException errorBeginningExternalTransaction(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorBindingToExternalTransaction(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorCommittingExternalTransaction(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorGettingExternalTransaction(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorGettingExternalTransactionStatus(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorMarkingTransactionForRollback(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorObtainingTransactionManager(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException errorRollingBackExternalTransaction(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException externalTransactionNotActive()
+meth public static org.eclipse.persistence.exceptions.TransactionException inactiveUnitOfWork(org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public static org.eclipse.persistence.exceptions.TransactionException internalProxyException(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException jndiLookupException(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.TransactionException multipleResourceException()
+meth public static org.eclipse.persistence.exceptions.TransactionException transactionIsActive()
+meth public static org.eclipse.persistence.exceptions.TransactionException transactionNotActive()
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.ValidationException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int ALREADY_LOGGED_IN = 7128
+fld public final static int CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED = 7266
+fld public final static int CACHE_NOT_SUPPORTED_WITH_EMBEDDABLE = 7265
+fld public final static int CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION = 7054
+fld public final static int CANNOT_ACQUIRE_DATA_SOURCE = 7060
+fld public final static int CANNOT_ACQUIRE_HISTORICAL_SESSION = 7111
+fld public final static int CANNOT_ADD_DESCRIPTORS_TO_SESSION = 7034
+fld public final static int CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER = 7031
+fld public final static int CANNOT_ADD_SEQUENCES_TO_SESSION_BROKER = 7338
+fld public final static int CANNOT_CAST_TO_CLASS = 7196
+fld public final static int CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES = 7135
+fld public final static int CANNOT_COMMIT_UOW_AGAIN = 7096
+fld public final static int CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER = 7088
+fld public final static int CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS = 7275
+fld public final static int CANNOT_INSTANTIATE_PROFILER_CLASS = 7286
+fld public final static int CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS = 7276
+fld public final static int CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS = 7186
+fld public final static int CANNOT_LOGIN_TO_A_SESSION = 7035
+fld public final static int CANNOT_LOGOUT_OF_A_SESSION = 7036
+fld public final static int CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK = 7040
+fld public final static int CANNOT_MODIFY_SCHEMA_IN_SESSION = 7037
+fld public final static int CANNOT_PERSIST_MANAGED_OBJECT = 7231
+fld public final static int CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK = 7081
+fld public final static int CANNOT_RELEASE_NON_CLIENTSESSION = 7053
+fld public final static int CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK = 7039
+fld public final static int CANNOT_RESUME_SYNCHRONIZED_UOW = 7148
+fld public final static int CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT = 7120
+fld public final static int CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT = 7141
+fld public final static int CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN = 7030
+fld public final static int CANNOT_TRANSLATE_UNPREPARED_CALL = 7119
+fld public final static int CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK = 7126
+fld public final static int CANNOT_WRITE_CHANGES_TWICE = 7127
+fld public final static int CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS = 7071
+fld public final static int CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP = 7017
+fld public final static int CIRCULAR_MAPPED_BY_REFERENCES = 7213
+fld public final static int CLASS_EXTRACTOR_CAN_NOT_BE_SPECIFIED_WITH_DISCRIMINATOR = 7324
+fld public final static int CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION = 7192
+fld public final static int CLASS_LIST_MUST_NOT_BE_NULL = 7188
+fld public final static int CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES = 7198
+fld public final static int CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT = 7243
+fld public final static int CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION = 7115
+fld public final static int COLLECTION_REMOVE_EVENT_WITH_NO_INDEX = 7318
+fld public final static int CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND = 7185
+fld public final static int CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED = 7184
+fld public final static int CONFIG_METHOD_NOT_DEFINED = 7187
+fld public final static int CONFLICTING_ANNOTATIONS = 7301
+fld public final static int CONFLICTING_NAMED_ANNOTATIONS = 7299
+fld public final static int CONFLICTING_NAMED_XML_ELEMENTS = 7300
+fld public final static int CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED = 7238
+fld public final static int CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED = 7240
+fld public final static int CONFLICTING_XML_ELEMENTS = 7302
+fld public final static int CONFLICTNG_ACCESS_METHODS_FOR_EMBEDDABLE = 7327
+fld public final static int CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE = 7245
+fld public final static int CONTAINER_POLICY_DOES_NOT_USE_KEYS = 7047
+fld public final static int CONVERTER_CLASS_MUST_IMPLEMENT_ATTRIBUTE_CONVERTER_INTERFACE = 7352
+fld public final static int CONVERTER_CLASS_NOT_FOUND = 7351
+fld public final static int CONVERTER_NOT_FOUND = 7256
+fld public final static int COPY_POLICY_MUST_SPECIFY_METHOD_OR_WORKING_COPY_METHOD = 7295
+fld public final static int COULD_NOT_BIND_JNDI = 7194
+fld public final static int COULD_NOT_FIND_DRIVER_CLASS = 7182
+fld public final static int COULD_NOT_FIND_MAP_KEY = 7159
+fld public final static int CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED = 7147
+fld public final static int CURRENT_LOADER_NOT_VALID = 7189
+fld public final static int DEFAULT_SEQUENCE_NAME_ALREADY_USED_BY_SEQUENCE = 7142
+fld public final static int DERIVED_ID_CIRCULAR_REFERENCE = 7247
+fld public final static int DESCRIPTOR_MUST_NOT_BE_INITIALIZED = 7076
+fld public final static int DUPLICATE_PARTITION_VALUE = 7335
+fld public final static int EJB_CANNOT_LOAD_REMOTE_CLASS = 7065
+fld public final static int EJB_CONTAINER_EXCEPTION_RAISED = 7063
+fld public final static int EJB_DESCRIPTOR_NOT_FOUND_IN_SESSION = 7079
+fld public final static int EJB_FINDER_EXCEPTION = 7080
+fld public final static int EJB_INVALID_FINDER_ON_HOME = 7077
+fld public final static int EJB_INVALID_PLATFORM_CLASS = 7072
+fld public final static int EJB_INVALID_PROJECT_CLASS = 7068
+fld public final static int EJB_INVALID_SESSION_TYPE_CLASS = 7086
+fld public final static int EJB_MUST_BE_IN_TRANSACTION = 7066
+fld public final static int EJB_NO_SUCH_SESSION_SPECIFIED_IN_PROPERTIES = 7078
+fld public final static int EJB_PRIMARY_KEY_REFLECTION_EXCEPTION = 7064
+fld public final static int EJB_SESSION_TYPE_CLASS_NOT_FOUND = 7087
+fld public final static int EJB_TOPLINK_PROPERTIES_NOT_FOUND = 7070
+fld public final static int EMBEDDABLE_ASSOCIATION_OVERRIDE_NOT_FOUND = 7313
+fld public final static int EMBEDDABLE_ATTRIBUTE_NAME_FOR_CONVERT_NOT_FOUND = 7350
+fld public final static int EMBEDDABLE_ATTRIBUTE_OVERRIDE_NOT_FOUND = 7200
+fld public final static int EMBEDDED_ID_AND_ID_ANNOTATIONS_FOUND = 7163
+fld public final static int EMBEDDED_ID_CLASS_HAS_NO_ATTRIBUTES = 7249
+fld public final static int ENTITY_CLASS_NOT_FOUND = 7191
+fld public final static int ERROR_CLOSING_PERSISTENCE_XML = 7183
+fld public final static int ERROR_DECRYPTING_PASSWORD = 7107
+fld public final static int ERROR_ENCRYPTING_PASSWORD = 7106
+fld public final static int ERROR_INSTANTIATING_CLASS = 7172
+fld public final static int ERROR_INSTANTIATING_CONVERSION_VALUE_DATA = 7257
+fld public final static int ERROR_INSTANTIATING_CONVERSION_VALUE_OBJECT = 7258
+fld public final static int ERROR_IN_SESSION_XML = 7094
+fld public final static int ERROR_PARSING_MAPPING_FILE = 7305
+fld public final static int ERROR_PROCESSING_NAMED_QUERY = 7158
+fld public final static int EXCEPTION_CONFIGURING_EM_FACTORY = 7195
+fld public final static int EXCESSIVE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED = 7223
+fld public final static int EXCLUSIVE_CONNECTION_NO_LONGER_AVAILABLE = 7122
+fld public final static int EXISTING_QUERY_TYPE_CONFLICT = 7092
+fld public final static int EXPECTED_PROXY_PROPERTY_NOT_FOUND = 7303
+fld public final static int FATAL_ERROR_OCCURRED = 7012
+fld public final static int FEATURE_NOT_SUPPORTED_IN_JDK_VERSION = 7112
+fld public final static int FETCH_GROUP_HAS_UNMAPPED_ATTRIBUTE = 7329
+fld public final static int FETCH_GROUP_HAS_WRONG_REFERENCE_ATTRIBUTE = 7330
+fld public final static int FETCH_GROUP_HAS_WRONG_REFERENCE_CLASS = 7331
+fld public final static int FIELD_LEVEL_LOCKING_NOTSUPPORTED_OUTSIDE_A_UNIT_OF_WORK = 7062
+fld public final static int FILE_ERROR = 7018
+fld public final static int HISTORICAL_SESSION_ONLY_SUPPORTED_ON_ORACLE = 7110
+fld public final static int ILLEGAL_CONTAINER_CLASS = 7044
+fld public final static int ILLEGAL_USE_OF_MAP_IN_DIRECTCOLLECTION = 7052
+fld public final static int INACTIVE_UNIT_OF_WORK = 7125
+fld public final static int INCOMPLETE_JOIN_COLUMNS_SPECIFIED = 7220
+fld public final static int INCOMPLETE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED = 7222
+fld public final static int INCORRECT_LOGIN_INSTANCE_PROVIDED = 7023
+fld public final static int INSTANTIATING_VALUEHOLDER_WITH_NULL_SESSION = 7242
+fld public final static int INVALID_ASSOCIATION_OVERRIDE_REFERENCE_COLUMN_NAME = 7322
+fld public final static int INVALID_ATTRIBUTE_OVERRIDE_NAME = 7202
+fld public final static int INVALID_ATTRIBUTE_TYPE_FOR_ORDER_COLUMN = 7320
+fld public final static int INVALID_BOOLEAN_VALUE_FOR_ADDINGNAMEDQUERIES = 7273
+fld public final static int INVALID_BOOLEAN_VALUE_FOR_ENABLESTATMENTSCACHED = 7272
+fld public final static int INVALID_BOOLEAN_VALUE_FOR_PROPERTY = 7278
+fld public final static int INVALID_BOOLEAN_VALUE_FOR_SETTING_ALLOW_NATIVESQL_QUERIES = 7342
+fld public final static int INVALID_BOOLEAN_VALUE_FOR_SETTING_NATIVESQL = 7271
+fld public final static int INVALID_CACHESTATEMENTS_SIZE_VALUE = 7270
+fld public final static int INVALID_CALLBACK_METHOD = 7224
+fld public final static int INVALID_CALLBACK_METHOD_MODIFIER = 7226
+fld public final static int INVALID_CALLBACK_METHOD_NAME = 7225
+fld public final static int INVALID_CLASS_LOADER_FOR_DYNAMIC_PERSISTENCE = 7328
+fld public final static int INVALID_CLASS_TYPE_FOR_BLOB_ATTRIBUTE = 7207
+fld public final static int INVALID_CLASS_TYPE_FOR_CLOB_ATTRIBUTE = 7208
+fld public final static int INVALID_COLLECTION_TYPE_FOR_RELATIONSHIP = 7203
+fld public final static int INVALID_COLUMN_ANNOTATION_ON_RELATIONSHIP = 7157
+fld public final static int INVALID_COMPARATOR_CLASS = 7284
+fld public final static int INVALID_COMPOSITE_PK_ATTRIBUTE = 7149
+fld public final static int INVALID_COMPOSITE_PK_SPECIFICATION = 7150
+fld public final static int INVALID_CONNECTOR = 7058
+fld public final static int INVALID_DATA_SOURCE_NAME = 7059
+fld public final static int INVALID_DERIVED_COMPOSITE_PK_ATTRIBUTE = 7332
+fld public final static int INVALID_DERIVED_ID_PRIMARY_KEY_FIELD = 7321
+fld public final static int INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ASSOCIATION_OVERRIDE = 7319
+fld public final static int INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ATTRIBUTE_OVERRIDE = 7309
+fld public final static int INVALID_EMBEDDABLE_CLASS_FOR_ELEMENT_COLLECTION = 7312
+fld public final static int INVALID_EMBEDDED_ATTRIBUTE = 7246
+fld public final static int INVALID_ENCRYPTION_CLASS = 7105
+fld public final static int INVALID_ENTITY_CALLBACK_METHOD_ARGUMENTS = 7228
+fld public final static int INVALID_ENTITY_LISTENER_CALLBACK_METHOD_ARGUMENTS = 7229
+fld public final static int INVALID_ENTITY_MAPPINGS_DOCUMENT = 7201
+fld public final static int INVALID_EXCEPTIONHANDLER_CLASS = 7267
+fld public final static int INVALID_EXPLICIT_ACCESS_TYPE = 7306
+fld public final static int INVALID_FIELD_FOR_CLASS = 7215
+fld public final static int INVALID_FILE_TYPE = 7084
+fld public final static int INVALID_LOGGING_FILE = 7274
+fld public final static int INVALID_MAPPED_BY_ID_VALUE = 7316
+fld public final static int INVALID_MAPPING = 7244
+fld public final static int INVALID_MAPPING_FOR_CONVERT = 7353
+fld public final static int INVALID_MAPPING_FOR_CONVERTER = 7255
+fld public final static int INVALID_MAPPING_FOR_CONVERT_WITH_ATTRIBUTE_NAME = 7355
+fld public final static int INVALID_MAPPING_FOR_EMBEDDED_ID = 7298
+fld public final static int INVALID_MAPPING_FOR_MAP_KEY_CONVERT = 7354
+fld public final static int INVALID_MAPPING_FOR_STRUCT_CONVERTER = 7282
+fld public final static int INVALID_MERGE_POLICY = 7024
+fld public final static int INVALID_METHOD_ARGUMENTS = 7116
+fld public final static int INVALID_NULL_METHOD_ARGUMENTS = 7129
+fld public final static int INVALID_ORDER_BY_VALUE = 7217
+fld public final static int INVALID_PROFILER_CLASS = 7285
+fld public final static int INVALID_PROPERTY_FOR_CLASS = 7216
+fld public final static int INVALID_READ_ONLY_CLASS_STRUCTURE_IN_UNIT_OF_WORK = 7041
+fld public final static int INVALID_SEQUENCING_LOGIN = 7104
+fld public final static int INVALID_SESSIONEVENTLISTENER_CLASS = 7268
+fld public final static int INVALID_SQL_RESULT_SET_MAPPING_NAME = 7325
+fld public final static int INVALID_TARGET_CLASS = 7311
+fld public final static int INVALID_TYPE_FOR_BASIC_COLLECTION_ATTRIBUTE = 7261
+fld public final static int INVALID_TYPE_FOR_BASIC_MAP_ATTRIBUTE = 7262
+fld public final static int INVALID_TYPE_FOR_ENUMERATED_ATTRIBUTE = 7151
+fld public final static int INVALID_TYPE_FOR_LOB_ATTRIBUTE = 7164
+fld public final static int INVALID_TYPE_FOR_SERIALIZED_ATTRIBUTE = 7155
+fld public final static int INVALID_TYPE_FOR_TEMPORAL_ATTRIBUTE = 7165
+fld public final static int INVALID_TYPE_FOR_VERSION_ATTRIBUTE = 7168
+fld public final static int INVALID_VALUE_FOR_PROPERTY = 7308
+fld public final static int ISOLATED_DATA_NOT_SUPPORTED_IN_CLIENTSESSIONBROKER = 7114
+fld public final static int JAR_FILES_IN_PERSISTENCE_XML_NOT_SUPPORTED = 7193
+fld public final static int JAVA_TYPE_IS_NOT_A_VALID_DATABASE_TYPE = 7008
+fld public final static int JTS_EXCEPTION_RAISED = 7061
+fld public final static int KEYS_MUST_MATCH = 7057
+fld public final static int LIST_ORDER_FIELD_NOT_SUPPORTED = 7317
+fld public final static int LOGGING_FILE_NAME_CANNOT_BE_EMPTY = 7277
+fld public final static int LOGIN_BEFORE_ALLOCATING_CLIENT_SESSIONS = 7001
+fld public final static int LOG_IO_ERROR = 7038
+fld public final static int MAPPING_ANNOTATIONS_APPLIED_TO_TRANSIENT_ATTRIBUTE = 7153
+fld public final static int MAPPING_DOES_NOT_OVERRIDE_VALUEFROMROWINTERNALWITHJOIN = 7219
+fld public final static int MAPPING_FILE_NOT_FOUND = 7253
+fld public final static int MAPPING_METADATA_APPLIED_TO_METHOD_WITH_ARGUMENTS = 7233
+fld public final static int MAP_KEY_CANNOT_USE_INDIRECTION = 7314
+fld public final static int MAP_KEY_NOT_DECLARED_IN_ITEM_CLASS = 7048
+fld public final static int MAX_SIZE_LESS_THAN_MIN_SIZE = 7003
+fld public final static int METHOD_FAILED = 7190
+fld public final static int MISSING_CONTEXT_STRING_FOR_CONTEXT = 7307
+fld public final static int MISSING_CONVERT_ATTRIBUTE_NAME = 7347
+fld public final static int MISSING_DESCRIPTOR = 7009
+fld public final static int MISSING_FIELD_TYPE_FOR_DDL_GENERATION_OF_CLASS_TRANSFORMATION_ = 7234
+fld public final static int MISSING_MAPPING = 7051
+fld public final static int MISSING_MAPPING_CONVERT_ATTRIBUTE_NAME = 7348
+fld public final static int MISSING_PROPERTIES_FILE_FOR_METADATA_SOURCE = 7345
+fld public final static int MISSING_TRANSFORMER_METHOD_FOR_DDL_GENERATION_OF_CLASS_TRANSFORMATION = 7235
+fld public final static int MISSING_XML_FILE_FOR_METADATA_SOURCE = 7341
+fld public final static int MODIFY_ALL_QUERIES_NOT_SUPPORTED_WITH_OTHER_WRITES = 7139
+fld public final static int MULTIPLE_CALLBACK_METHODS_DEFINED = 7227
+fld public final static int MULTIPLE_CLASSES_FOR_THE_SAME_DISCRIMINATOR = 7294
+fld public final static int MULTIPLE_CONTEXT_PROPERTY_FOR_TENANT_DISCRIMINATOR_FIELD = 7336
+fld public final static int MULTIPLE_COPY_POLICY_ANNOTATIONS_ON_SAME_CLASS = 7296
+fld public final static int MULTIPLE_CURSORS_NOT_SUPPORTED = 7117
+fld public final static int MULTIPLE_EMBEDDED_ID_ANNOTATIONS_FOUND = 7162
+fld public final static int MULTIPLE_OBJECT_VALUES_FOR_DATA_VALUE = 7254
+fld public final static int MULTIPLE_OUT_PARAMS_NOT_SUPPORTED = 7356
+fld public final static int MULTIPLE_PROJECTS_SPECIFIED_IN_PROPERTIES = 7082
+fld public final static int MULTIPLE_UNIQUE_CONSTRAINTS_WITH_SAME_NAME_SPECIFIED = 7323
+fld public final static int MULTITENANT_PROPERTY_FOR_NON_SHARED_EMF_NOT_SPECIFIED = 7346
+fld public final static int NESTED_UOW_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING = 7130
+fld public final static int NESTED_UOW_NOT_SUPPORTED_FOR_MODIFY_ALL_QUERY = 7136
+fld public final static int NON_ENTITY_AS_TARGET_IN_RELATIONSHIP = 7250
+fld public final static int NON_READ_ONLY_MAPPED_TENANT_DISCRIMINATOR_FIELD = 7337
+fld public final static int NON_UNIQUE_ENTITY_NAME = 7237
+fld public final static int NON_UNIQUE_MAPPING_FILE_NAME = 7252
+fld public final static int NON_UNIQUE_REPOSITORY_FILE_NAME = 7340
+fld public final static int NOT_SUPPORTED_FOR_DATASOURCE = 7108
+fld public final static int NO_ATTRIBUTE_TYPE_SPECIFICATION = 7326
+fld public final static int NO_CONVERTER_DATA_TYPE_SPECIFIED = 7259
+fld public final static int NO_CONVERTER_OBJECT_TYPE_SPECIFIED = 7260
+fld public final static int NO_CORRESPONDING_SETTER_METHOD_DEFINED = 7174
+fld public final static int NO_MAPPED_BY_ATTRIBUTE_FOUND = 7154
+fld public final static int NO_PK_ANNOTATIONS_FOUND = 7161
+fld public final static int NO_PROJECT_SPECIFIED_IN_PROPERTIES = 7083
+fld public final static int NO_PROPERTIES_FILE_FOUND = 7013
+fld public final static int NO_SESSIONS_XML_FOUND = 7095
+fld public final static int NO_SESSION_FOUND = 7100
+fld public final static int NO_SESSION_REGISTERED_FOR_CLASS = 7032
+fld public final static int NO_SESSION_REGISTERED_FOR_NAME = 7033
+fld public final static int NO_TABLES_TO_CREATE = 7043
+fld public final static int NO_TEMPORAL_TYPE_SPECIFIED = 7212
+fld public final static int NO_TOPLINK_EJB_JAR_XML_FOUND = 7101
+fld public final static int NULL_CACHE_KEY_FOUND_ON_REMOVAL = 7102
+fld public final static int NULL_PK_IN_UOW_CLONE = 7197
+fld public final static int NULL_UNDERLYING_VALUEHOLDER_VALUE = 7103
+fld public final static int OBJECT_NEED_IMPL_TRACKER_FOR_FETCH_GROUP_USAGE = 7138
+fld public final static int OLD_COMMIT_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING = 7133
+fld public final static int ONLY_FIELDS_ARE_VALID_KEYS_FOR_DATABASE_ROWS = 7025
+fld public final static int ONLY_ONE_GENERATED_VALURE_IS_ALLOWED = 7169
+fld public final static int OPERATION_NOT_SUPPORTED = 7097
+fld public final static int OPTIMISTIC_LOCKING_NOT_SUPPORTED = 7055
+fld public final static int OPTIMISTIC_LOCKING_SELECTED_COLUMN_NAMES_NOT_SPECIFIED = 7263
+fld public final static int OPTIMISTIC_LOCKING_VERSION_ELEMENT_NOT_SPECIFIED = 7264
+fld public final static int ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_INT_PROXYTYPE = 7181
+fld public final static int ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION = 7179
+fld public final static int ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION_VERSION = 7180
+fld public final static int ORACLEOCIPROXYCONNECTOR_REQUIRES_ORACLEOCICONNECTIONPOOL = 7178
+fld public final static int ORACLE_OBJECT_TYPE_NAME_NOT_DEFINED = 7074
+fld public final static int ORACLE_OBJECT_TYPE_NOT_DEFINED = 7073
+fld public final static int ORACLE_VARRAY_MAXIMIM_SIZE_NOT_DEFINED = 7075
+fld public final static int PLATFORM_CLASS_NOT_FOUND = 7042
+fld public final static int PLATFORM_DOES_NOT_OVERRIDE_GETCREATETEMPTABLESQLPREFIX = 7218
+fld public final static int PLATFORM_DOES_NOT_SUPPORT_CALL_WITH_RETURNING = 7113
+fld public final static int PLATFORM_DOES_NOT_SUPPORT_SEQUENCE = 7144
+fld public final static int PLATFORM_DOES_NOT_SUPPORT_STORED_FUNCTIONS = 7121
+fld public final static int POOLS_MUST_BE_CONFIGURED_BEFORE_LOGIN = 7004
+fld public final static int POOL_NAME_DOES_NOT_EXIST = 7002
+fld public final static int PRIMARY_KEY_COLUMN_NAME_NOT_SPECIFIED = 7334
+fld public final static int PRIMARY_KEY_UPDATE_DISALLOWED = 7251
+fld public final static int PRIMARY_TABLE_NOT_DEFINED_FOR_RELATIONSHIP = 7199
+fld public final static int PROJECT_AMENDMENT_EXCEPTION_OCCURED = 7069
+fld public final static int PROJECT_LOGIN_IS_NULL = 7109
+fld public final static int PROJECT_XML_NOT_FOUND = 7099
+fld public final static int QUERY_ARGUMENT_TYPE_NOT_FOUND = 7093
+fld public final static int QUERY_SEQUENCE_DOES_NOT_HAVE_SELECT_QUERY = 7146
+fld public final static int READ_TRANSFORMER_CLASS_DOESNT_IMPLEMENT_ATTRIBUTE_TRANSFORMER = 7287
+fld public final static int READ_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD = 7288
+fld public final static int READ_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD = 7289
+fld public final static int REFLECTIVE_EXCEPTION_WHILE_CREATING_CLASS_INSTANCE = 7297
+fld public final static int SEQUENCE_CANNOT_BE_CONNECTED_TO_TWO_PLATFORMS = 7145
+fld public final static int SEQUENCE_GENERATOR_RESERVED_NAME = 7167
+fld public final static int SEQUENCE_NAME_ALREADY_USED_BY_DEFAULT_SEQUENCE = 7143
+fld public final static int SEQUENCE_SETUP_INCORRECTLY = 7027
+fld public final static int SERVER_PLATFORM_IS_READ_ONLY_AFTER_LOGIN = 7134
+fld public final static int SESSION_AMENDMENT_EXCEPTION_OCCURED = 7089
+fld public final static int SET_LISTENER_CLASSES_EXCEPTION = 7091
+fld public final static int SHARED_DESCRIPTOR_ALIAS = 7339
+fld public final static int START_INDEX_OUT_OF_RANGE = 7010
+fld public final static int STOP_INDEX_OUT_OF_RANGE = 7011
+fld public final static int SUB_SESSION_NOT_DEFINED_FOR_BROKER = 7085
+fld public final static int TABLE_GENERATOR_RESERVED_NAME = 7166
+fld public final static int TWO_STRUCT_CONVERTERS_ADDED_FOR_SAME_CLASS = 7283
+fld public final static int UNABLE_TO_DETERMINE_MAP_KEY_CLASS = 7315
+fld public final static int UNABLE_TO_DETERMINE_TARGET_CLASS = 7310
+fld public final static int UNABLE_TO_DETERMINE_TARGET_ENTITY = 7214
+fld public final static int UNABLE_TO_LOAD_CLASS = 7156
+fld public final static int UNFETCHED_ATTRIBUTE_NOT_EDITABLE = 7137
+fld public final static int UNIT_OF_WORK_AFTER_WRITE_CHANGES_FAILED = 7124
+fld public final static int UNIT_OF_WORK_IN_TRANSACTION_COMMIT_PENDING = 7123
+fld public final static int UNI_DIRECTIONAL_ONE_TO_MANY_HAS_JOINCOLUMN_ANNOTATIONS = 7160
+fld public final static int UNKNOWN_PROXY_TYPE = 7304
+fld public final static int UNSPECIFIED_COMPOSITE_PK_NOT_SUPPORTED = 7232
+fld public final static int UNSUPPORTED_CASCADE_LOCKING_DESCRIPTOR = 7177
+fld public final static int UNSUPPORTED_CASCADE_LOCKING_MAPPING = 7175
+fld public final static int UNSUPPORTED_CASCADE_LOCKING_MAPPING_WITH_CUSTOM_QUERY = 7176
+fld public final static int VPD_MULTIPLE_IDENTIFIERS_SPECIFIED = 7343
+fld public final static int VPD_NOT_SUPPORTED = 7344
+fld public final static int WRITE_OBJECT_NOT_ALLOWED_IN_UNIT_OF_WORK = 7028
+fld public final static int WRITE_TRANSFORMER_CLASS_DOESNT_IMPLEMENT_FIELD_TRANSFORMER = 7290
+fld public final static int WRITE_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD = 7291
+fld public final static int WRITE_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD = 7292
+fld public final static int WRITE_TRANSFORMER_HAS_NO_COLUMN_NAME = 7293
+fld public final static int WRONG_CHANGE_EVENT = 7132
+fld public final static int WRONG_COLLECTION_CHANGE_EVENT_TYPE = 7131
+fld public final static int WRONG_OBJECT_REGISTERED = 7056
+fld public final static int WRONG_PROPERTY_NAME_IN_CHANGE_EVENT = 7173
+fld public final static int WRONG_SEQUENCE_TYPE = 7140
+fld public final static int WRONG_USAGE_OF_SET_CUSTOM_SQL_ARGUMENT_TYPE_METOD = 7118
+meth public static org.eclipse.persistence.exceptions.ValidationException alreadyLoggedIn(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException cacheExpiryAndExpiryTimeOfDayBothSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException cacheNotSupportedWithEmbeddable(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAcquireClientSessionFromSession()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAcquireDataSource(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAcquireHistoricalSession()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAddDescriptorsToSessionBroker()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotAddSequencesToSessionBroker()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotCastToClass(java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotCommitAndResumeSynchronizedUOW(org.eclipse.persistence.internal.sessions.UnitOfWorkImpl)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotCommitAndResumeUOWWithModifyAllQueries()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotCommitUOWAgain()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotCreateExternalTransactionController(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotHaveUnboundInOutputArguments()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotInstantiateExceptionHandlerClass(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotInstantiateProfilerClass(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotInstantiateSessionEventListenerClass(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotInvokeMethodOnConfigClass(java.lang.String,java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotIssueModifyAllQueryWithOtherWritesWithinUOW()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotPersistExistingObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotRegisterAggregateObjectInUnitOfWork(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotReleaseNonClientSession()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotRemoveFromReadOnlyClassesInNestedUnitOfWork()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotSetCursorForParameterTypeOtherThanOut(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotSetDefaultSequenceAsDefault(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotSetListenerClasses(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotSetReadPoolSizeAfterLogin()
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotTranslateUnpreparedCall(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException cannotWriteChangesTwice()
+meth public static org.eclipse.persistence.exceptions.ValidationException childDescriptorsDoNotHaveIdentityMap()
+meth public static org.eclipse.persistence.exceptions.ValidationException circularMappedByReferences(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException classFileTransformerThrowsException(java.lang.Object,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException classListMustNotBeNull()
+meth public static org.eclipse.persistence.exceptions.ValidationException classNotFoundWhileConvertingClassNames(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException classNotListedInPersistenceUnit(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException clientSessionCanNotUseExclusiveConnection()
+meth public static org.eclipse.persistence.exceptions.ValidationException collectionRemoveEventWithNoIndex(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException configFactoryNamePropertyNotFound(java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException configFactoryNamePropertyNotSpecified(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException configMethodNotDefined(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingAccessMethodsForEmbeddable(java.lang.String,java.lang.String,java.lang.Object,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingAccessTypeForEmbeddable(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingAnnotations(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingNamedAnnotations(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingNamedXMLElements(java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingSequenceAndTableGeneratorsSpecified(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingSequenceNameAndTablePkColumnValueSpecified(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException conflictingXMLElements(java.lang.String,java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException containerPolicyDoesNotUseKeys(org.eclipse.persistence.internal.queries.ContainerPolicy,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException converterClassMustImplementAttributeConverterInterface(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException converterClassNotFound(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException converterNotFound(java.lang.Object,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException copyPolicyMustSpecifyEitherMethodOrWorkingCopyMethod(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException couldNotBindJndi(java.lang.String,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException couldNotFindDriverClass(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException couldNotFindMapKey(java.lang.String,java.lang.Object,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException createPlatformDefaultSequenceUndefined(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException currentLoaderNotValid(java.lang.ClassLoader)
+meth public static org.eclipse.persistence.exceptions.ValidationException defaultSequenceNameAlreadyUsedBySequence(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException descriptorMustBeNotInitialized(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.ValidationException duplicatePartitionValue(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbCannotLoadRemoteClass(java.lang.Exception,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbContainerExceptionRaised(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbDescriptorNotFoundInSession(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbFinderException(java.lang.Object,java.lang.Throwable,java.util.Vector)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbInvalidHomeInterfaceClass(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbInvalidPlatformClass(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbInvalidProjectClass(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbInvalidSessionTypeClass(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbMustBeInTransaction(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbPrimaryKeyReflectionException(java.lang.Exception,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException ejbSessionTypeClassNotFound(java.lang.String,java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.ValidationException embeddableAssociationOverrideNotFound(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException embeddableAttributeNameForConvertNotFound(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException embeddableAttributeOverrideNotFound(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException embeddedIdAndIdAnnotationFound(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException embeddedIdHasNoAttributes(java.lang.Object,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException entityClassNotFound(java.lang.String,java.lang.ClassLoader,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorClosingPersistenceXML(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorDecryptingPassword(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorEncryptingPassword(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorInSessionsXML(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorInstantiatingClass(java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorInstantiatingConversionValueData(java.lang.String,java.lang.String,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorInstantiatingConversionValueObject(java.lang.String,java.lang.String,java.lang.Object,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorParsingMappingFile(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException errorProcessingNamedQuery(java.lang.Object,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException exceptionConfiguringEMFactory(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException excessivePrimaryKeyJoinColumnsSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException excusiveConnectionIsNoLongerAvailable(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.exceptions.ValidationException existingQueryTypeConflict(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.queries.DatabaseQuery)
+meth public static org.eclipse.persistence.exceptions.ValidationException expectedProxyPropertyNotFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException fatalErrorOccurred(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException featureIsNotAvailableInRunningJDKVersion(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException fetchGroupHasUnmappedAttribute(org.eclipse.persistence.queries.AttributeGroup,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException fetchGroupHasWrongReferenceAttribute(org.eclipse.persistence.queries.FetchGroup,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException fetchGroupHasWrongReferenceClass(org.eclipse.persistence.queries.FetchGroup,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException fieldLevelLockingNotSupportedWithoutUnitOfWork()
+meth public static org.eclipse.persistence.exceptions.ValidationException fileError(java.io.IOException)
+meth public static org.eclipse.persistence.exceptions.ValidationException historicalSessionOnlySupportedOnOracle()
+meth public static org.eclipse.persistence.exceptions.ValidationException idRelationshipCircularReference(java.util.HashSet)
+meth public static org.eclipse.persistence.exceptions.ValidationException illegalContainerClass(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException illegalOperationForUnitOfWorkLifecycle(int,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException illegalUseOfMapInDirectCollection(org.eclipse.persistence.mappings.DirectCollectionMapping,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException inActiveUnitOfWork(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException incompleteJoinColumnsSpecified(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException incompletePrimaryKeyJoinColumnsSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException incorrectLoginInstanceProvided()
+meth public static org.eclipse.persistence.exceptions.ValidationException instantiatingValueholderWithNullSession()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidAssociationOverrideReferenceColumnName(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidAttributeOverrideName(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidAttributeTypeForOrderColumn(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidBooleanValueForAddingNamedQueries(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidBooleanValueForEnableStatmentsCached(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidBooleanValueForProperty(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidBooleanValueForSettingAllowNativeSQLQueries(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidBooleanValueForSettingNativeSQL(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCacheStatementsSize(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCallbackMethod(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCallbackMethodModifier(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCallbackMethodName(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidClassLoaderForDynamicPersistence()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidClassTypeForBLOBAttribute(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidClassTypeForCLOBAttribute(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCollectionTypeForRelationship(java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidColumnAnnotationOnRelationship(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidComparatorClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCompositePKAttribute(java.lang.String,java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidCompositePKSpecification(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidConnector(org.eclipse.persistence.sessions.Connector)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidDataSourceName(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidDerivedCompositePKAttribute(java.lang.Object,java.lang.String,java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidDerivedIdPrimaryKeyField(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEmbeddableAttributeForAssociationOverride(java.lang.Object,java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEmbeddableAttributeForAttributeOverride(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEmbeddableClassForElementCollection(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEmbeddedAttribute(java.lang.Object,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEncryptionClass(java.lang.String,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEntityCallbackMethodArguments(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEntityListenerCallbackMethodArguments(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidEntityMappingsDocument(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidExceptionHandlerClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidExplicitAccessTypeSpecified(java.lang.Object,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidFieldForClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidFileName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidLoggingFile()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidLoggingFile(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappedByIdValue(java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMapping(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForConvert(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForConvertWithAttributeName(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForConverter(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForEmbeddedId(java.lang.String,java.lang.Object,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForMapKeyConvert(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMappingForStructConverter(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMergePolicy()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidMethodArguments()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidNullMethodArguments()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidOrderByValue(java.lang.String,java.lang.Object,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidProfilerClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidPropertyForClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidSQLResultSetMapping(java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidSequencingLogin()
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidSessionEventListenerClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTargetClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForBasicCollectionAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForBasicMapAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForEnumeratedAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForLOBAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForSerializedAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForTemporalAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidTypeForVersionAttribute(java.lang.String,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException invalidValueForProperty(java.lang.Object,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException isolatedDataNotSupportedInSessionBroker(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException jarFilesInPersistenceXmlNotSupported()
+meth public static org.eclipse.persistence.exceptions.ValidationException javaTypeIsNotAValidDatabaseType(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException jtsExceptionRaised(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException listOrderFieldNotSupported(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException logIOError(java.io.IOException)
+meth public static org.eclipse.persistence.exceptions.ValidationException loginBeforeAllocatingClientSessions()
+meth public static org.eclipse.persistence.exceptions.ValidationException mapKeyCannotUseIndirection(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException mapKeyNotDeclaredInItemClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException mappingAnnotationsAppliedToTransientAttribute(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException mappingDoesNotOverrideValueFromRowInternalWithJoin(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException mappingFileNotFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException mappingMetadataAppliedToMethodWithArguments(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException maxSizeLessThanMinSize()
+meth public static org.eclipse.persistence.exceptions.ValidationException methodFailed(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingContextStringForContext(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingConvertAttributeName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingDescriptor(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingFieldTypeForDDLGenerationOfClassTransformation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingMappingConvertAttributeName(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingMappingForAttribute(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingPropertiesFileForMetadataRepositoryConfig(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingTransformerMethodForDDLGenerationOfClassTransformation(org.eclipse.persistence.descriptors.ClassDescriptor,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException missingXMLMetadataRepositoryConfig()
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleClassesForTheSameDiscriminator(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleContextPropertiesForSameTenantDiscriminatorFieldSpecified(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleCopyPolicyAnnotationsOnSameClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleCursorsNotSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleEmbeddedIdAnnotationsFound(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleLifecycleCallbackMethodsForSameLifecycleEvent(java.lang.Object,java.lang.reflect.Method,java.lang.reflect.Method)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleObjectValuesForDataValue(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleOutParamsNotSupported(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleUniqueConstraintsWithSameNameSpecified(java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException multipleVPDIdentifiersSpecified(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException multitenantContextPropertyForNonSharedEMFNotSpecified(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException nestedUOWNotSupportedForAttributeTracking()
+meth public static org.eclipse.persistence.exceptions.ValidationException nestedUOWNotSupportedForModifyAllQuery()
+meth public static org.eclipse.persistence.exceptions.ValidationException noAttributeTypeSpecification(java.lang.String,java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException noConverterDataTypeSpecified(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noConverterObjectTypeSpecified(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noCorrespondingSetterMethodDefined(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException noMappedByAttributeFound(java.lang.Object,java.lang.String,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noPrimaryKeyAnnotationsFound(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException noPropertiesFileFound(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException noSessionFound(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noSessionRegisteredForClass(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException noSessionRegisteredForName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noSessionsXMLFound(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException noTablesToCreate(org.eclipse.persistence.sessions.Project)
+meth public static org.eclipse.persistence.exceptions.ValidationException noTemporalTypeSpecified(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException noTopLinkEjbJarXMLFound()
+meth public static org.eclipse.persistence.exceptions.ValidationException nonEntityTargetInRelationship(java.lang.Object,java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException nonReadOnlyMappedTenantDiscriminatorField(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException nonUniqueEntityName(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException nonUniqueMappingFileName(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException nonUniqueRepositoryFileName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException notSupportedForDatasource()
+meth public static org.eclipse.persistence.exceptions.ValidationException nullCacheKeyFoundOnRemoval(org.eclipse.persistence.internal.identitymaps.IdentityMap,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException nullPrimaryKeyInUnitOfWorkClone(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException nullUnderlyingValueHolderValue(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException objectNeedImplTrackerForFetchGroupUsage(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException oldCommitNotSupportedForAttributeTracking()
+meth public static org.eclipse.persistence.exceptions.ValidationException onlyFieldsAreValidKeysForDatabaseRows()
+meth public static org.eclipse.persistence.exceptions.ValidationException onlyOneGeneratedValueIsAllowed(java.lang.Object,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException operationNotSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException optimisticLockingNotSupportedWithStoredProcedureGeneration()
+meth public static org.eclipse.persistence.exceptions.ValidationException optimisticLockingSelectedColumnNamesNotSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException optimisticLockingVersionElementNotSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleJDBC10_1_0_2ProxyConnectorRequiresIntProxytype()
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnection()
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnectionVersion()
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleOCIProxyConnectorRequiresOracleOCIConnectionPool()
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleObjectTypeIsNotDefined(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleObjectTypeNameIsNotDefined(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException oracleVarrayMaximumSizeNotDefined(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException platformClassNotFound(java.lang.Throwable,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException platformDoesNotOverrideGetCreateTempTableSqlPrefix(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException platformDoesNotSupportCallWithReturning(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException platformDoesNotSupportSequence(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException platformDoesNotSupportStoredFunctions(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException poolNameDoesNotExist(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException poolsMustBeConfiguredBeforeLogin()
+meth public static org.eclipse.persistence.exceptions.ValidationException primaryKeyColumnNameNotSpecified(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException primaryKeyUpdateDisallowed(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException primaryTableNotDefined(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException projectLoginIsNull(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.exceptions.ValidationException projectXMLNotFound(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException queryArgumentTypeNotFound(org.eclipse.persistence.queries.DatabaseQuery,java.lang.String,java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException querySequenceDoesNotHaveSelectQuery(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException readTransformerClassDoesntImplementAttributeTransformer(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException readTransformerHasBothClassAndMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException readTransformerHasNeitherClassNorMethod(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException reflectiveExceptionWhileCreatingClassInstance(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException sequenceCannotBeConnectedToTwoPlatforms(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException sequenceGeneratorUsingAReservedName(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException sequenceNameAlreadyUsedByDefaultSequence(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException sequenceSetupIncorrectly(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException serverPlatformIsReadOnlyAfterLogin(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException sessionAmendmentExceptionOccured(java.lang.Exception,java.lang.String,java.lang.String,java.lang.Class[])
+meth public static org.eclipse.persistence.exceptions.ValidationException sharedDescriptorAlias(java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException startIndexOutOfRange()
+meth public static org.eclipse.persistence.exceptions.ValidationException stopIndexOutOfRange()
+meth public static org.eclipse.persistence.exceptions.ValidationException tableGeneratorUsingAReservedName(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException twoStructConvertersAddedForSameClass(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException unableToDetermineMapKeyClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException unableToDetermineTargetClass(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException unableToDetermineTargetEntity(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException unableToLoadClass(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.ValidationException unfetchedAttributeNotEditable(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException uniDirectionalOneToManyHasJoinColumnAnnotations(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException unitOfWorkAfterWriteChangesFailed(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException unitOfWorkInTransactionCommitPending()
+meth public static org.eclipse.persistence.exceptions.ValidationException unitOfWorkInTransactionCommitPending(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException unknownProxyType(int,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException unspecifiedCompositePKNotSupported(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException unsupportedCascadeLockingDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public static org.eclipse.persistence.exceptions.ValidationException unsupportedCascadeLockingMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException unsupportedCascadeLockingMappingWithCustomQuery(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.ValidationException vpdNotSupported(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException writeChangesOnNestedUnitOfWork()
+meth public static org.eclipse.persistence.exceptions.ValidationException writeObjectNotAllowedInUnitOfWork()
+meth public static org.eclipse.persistence.exceptions.ValidationException writeTransformerClassDoesntImplementFieldTransformer(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException writeTransformerHasBothClassAndMethod(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException writeTransformerHasNeitherClassNorMethod(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException writeTransformerHasNoColumnName(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongChangeEvent(java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongCollectionChangeEventType(int)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongObjectRegistered(java.lang.Object,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongPropertyNameInChangeEvent(java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongSequenceType(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.ValidationException wrongUsageOfSetCustomArgumentTypeMethod(java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.XMLConversionException
+cons protected init(java.lang.String,java.lang.Exception)
+cons public init(java.lang.String)
+fld public final static int ERROR_CREATE_URL = 25501
+fld public final static int INCORRECT_G_DAY_FORMAT = 25502
+fld public final static int INCORRECT_G_MONTH_DAY_FORMAT = 25504
+fld public final static int INCORRECT_G_MONTH_FORMAT = 25503
+fld public final static int INCORRECT_G_YEAR_FORMAT = 25505
+fld public final static int INCORRECT_G_YEAR_MONTH_FORMAT = 25506
+fld public final static int INCORRECT_TIMESTAMP_DATE_TIME_FORMAT = 25507
+fld public final static int INCORRECT_TIMESTAMP_TIME_FORMAT = 25508
+meth public static org.eclipse.persistence.exceptions.XMLConversionException errorCreateURLForFile(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectGDayFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectGMonthDayFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectGMonthFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectGYearFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectGYearMonthFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectTimestampDateTimeFormat(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLConversionException incorrectTimestampTimeFormat(java.lang.String)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public org.eclipse.persistence.exceptions.XMLMarshalException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Exception)
+fld public final static int DEFAULT_ROOT_ELEMENT_NOT_SPECIFIED = 25006
+fld public final static int DESCRIPTOR_NOT_FOUND_IN_PROJECT = 25007
+fld public final static int ENUM_CLASS_NOT_SPECIFIED = 25017
+fld public final static int ERROR_INSTANTIATING_SCHEMA_PLATFORM = 25014
+fld public final static int ERROR_INSTANTIATING_UNMAPPED_CONTENTHANDLER = 25024
+fld public final static int ERROR_INVOKING_CHARACTER_ESCAPE_HANDLER = 25032
+fld public final static int ERROR_INVOKING_ID_RESOLVER = 25034
+fld public final static int ERROR_INVOKING_NAMESPACE_PREFIX_MAPPER = 25030
+fld public final static int ERROR_PROCESSING_CHARACTER_ESCAPE_HANDLER = 25033
+fld public final static int ERROR_PROCESSING_ID_RESOLVER = 25035
+fld public final static int ERROR_PROCESSING_PREFIX_MAPPER = 25031
+fld public final static int ERROR_RESOLVING_XML_SCHEMA = 25012
+fld public final static int ERROR_SETTING_SCHEMAS = 25013
+fld public final static int FROMSTRING_METHOD_ERROR = 25018
+fld public final static int ILLEGAL_STATE_XML_UNMARSHALLER_HANDLER = 25020
+fld public final static int INVALID_ATTRIBUTE_GROUP_NAME = 25041
+fld public final static int INVALID_ENUM_CLASS_SPECIFIED = 25019
+fld public final static int INVALID_SWA_REF_ATTRIBUTE_TYPE = 25021
+fld public final static int INVALID_XPATH_INDEX_STRING = 25002
+fld public final static int INVALID_XPATH_STRING = 25001
+fld public final static int MARSHAL_EXCEPTION = 25003
+fld public final static int MISSING_ID_FOR_IDREF = 25040
+fld public final static int NAMESPACE_NOT_FOUND = 25016
+fld public final static int NAMESPACE_RESOLVER_NOT_SPECIFIED = 25015
+fld public final static int NO_ATTACHMENT_UNMARSHALLER_SET = 25027
+fld public final static int NO_DESCRIPTOR_FOUND = 25023
+fld public final static int NO_DESCRIPTOR_WITH_MATCHING_ROOT_ELEMENT = 25008
+fld public final static int NO_ENCODER_FOR_MIME_TYPE = 25022
+fld public final static int NULL_ARGUMENT = 25011
+fld public final static int NULL_VALUE_NOT_ALLOWED_FOR_VARIABLE = 25042
+fld public final static int OBJECT_CYCLE_DETECTED = 25037
+fld public final static int OBJ_NOT_FOUND_IN_CACHE = 25026
+fld public final static int PLATFORM_NOT_SUPPORTED_WITH_JSON_MEDIA_TYPE = 25038
+fld public final static int SCHEMA_REFERENCE_NOT_SET = 25010
+fld public final static int SUBCLASS_ATTEMPTED_TO_OVERRIDE_NAMESPACE_DECLARATION = 25029
+fld public final static int UNKNOWN_XSI_TYPE = 25028
+fld public final static int UNMAPPED_CONTENTHANDLER_DOESNT_IMPLEMENT = 25025
+fld public final static int UNMARSHAL_EXCEPTION = 25004
+fld public final static int UNMARSHAL_FROM_STRING_FAILED = 25039
+fld public final static int VALIDATE_EXCEPTION = 25005
+fld public final static int WRAPPED_ID_RESOLVER_WITH_MULTI_ID = 25036
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException defaultRootElementNotSpecified(org.eclipse.persistence.internal.oxm.mappings.Descriptor)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException defaultRootElementNotSpecified(org.eclipse.persistence.oxm.XMLDescriptor)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException descriptorNotFoundInProject(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException enumClassNotSpecified()
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInstantiatingSchemaPlatform(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInstantiatingUnmappedContentHandler(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInvokingCharacterEscapeHandler(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInvokingFromStringMethod(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInvokingIDResolver(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorInvokingPrefixMapperMethod(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorProcessingCharacterEscapeHandler(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorProcessingIDResolver(java.lang.String,java.lang.Object,java.lang.Throwable)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorProcessingPrefixMapper(java.lang.String,java.lang.Object)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorResolvingXMLSchema(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException errorSettingSchemas(java.lang.Exception,java.lang.Object[])
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException illegalStateXMLUnmarshallerHandler()
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException invalidAttributeGroupName(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException invalidEnumClassSpecified(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException invalidSwaRefAttribute(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException invalidXPathIndexString(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException invalidXPathString(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException marshalException(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException missingIDForIDRef(java.lang.String,java.lang.Object[])
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException namespaceNotFound(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException namespaceResolverNotSpecified(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException noAttachmentUnmarshallerSet(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException noDescriptorFound(org.eclipse.persistence.internal.oxm.mappings.Mapping)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException noDescriptorFound(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException noDescriptorWithMatchingRootElement(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException noEncoderForMimeType(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException nullArgumentException()
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException nullValueNotAllowed(java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException objectCycleDetected(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException objectNotFoundInCache(java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException schemaReferenceNotSet(org.eclipse.persistence.oxm.XMLDescriptor)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException subclassAttemptedToOverrideNamespaceDeclaration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unknownXsiTypeValue(java.lang.String,org.eclipse.persistence.internal.oxm.mappings.Mapping)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unknownXsiTypeValue(java.lang.String,org.eclipse.persistence.mappings.DatabaseMapping)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unmappedContentHandlerDoesntImplement(java.lang.Exception,java.lang.String)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unmarshalException()
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unmarshalException(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unmarshalFromStringException(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException unsupportedMediaTypeForPlatform()
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException validateException(java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLMarshalException wrappedIDResolverWithMultiID(java.lang.String,java.lang.Object)
+supr org.eclipse.persistence.exceptions.ValidationException
+hfds FIELD_SEP
+
+CLSS public org.eclipse.persistence.exceptions.XMLParseException
+cons protected init(java.lang.String)
+cons protected init(java.lang.String,java.lang.Throwable)
+cons public init()
+fld public final static int EXCEPTION_CREATING_DOCUMENT_BUILDER = 34000
+fld public final static int EXCEPTION_CREATING_SAX_PARSER = 34002
+fld public final static int EXCEPTION_CREATING_XML_READER = 34003
+fld public final static int EXCEPTION_READING_XML_DOCUMENT = 34001
+fld public final static int EXCEPTION_SETTING_SCHEMA_SOURCE = 34004
+meth public static org.eclipse.persistence.exceptions.XMLParseException exceptionCreatingDocumentBuilder(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLParseException exceptionCreatingSAXParser(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLParseException exceptionCreatingXMLReader(java.net.URL,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLParseException exceptionReadingXMLDocument(java.lang.String,java.lang.Exception)
+meth public static org.eclipse.persistence.exceptions.XMLParseException exceptionSettingSchemaSource(java.net.URL,java.net.URL,java.lang.Exception)
+supr org.eclipse.persistence.exceptions.EclipseLinkException
+
+CLSS public final org.eclipse.persistence.exceptions.i18n.BeanValidationExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.DBWSExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.EISExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
+cons public init()
+meth protected static java.lang.String format(java.lang.String,java.lang.Object[])
+meth public static java.lang.ClassLoader getLoader()
+meth public static java.lang.String buildMessage(java.lang.Class,int,java.lang.Object[])
+meth public static java.lang.String getHeader(java.lang.String)
+supr java.lang.Object
+hfds CR
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.JPARSExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.JSONExceptionResource
+cons public init()
+fld public final static java.lang.Object[][] contents
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+
+CLSS public org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ServerPlatformExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
+cons public init()
+meth protected java.lang.Object[][] getContents()
+supr java.util.ListResourceBundle
+hfds contents
+
+CLSS public abstract org.eclipse.persistence.expressions.Expression
+cons public init()
+fld protected boolean selectIfOrderedBy
+fld protected int hashCode
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable currentAlias
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable lastTable
+fld public static boolean shouldUseUpperCaseForIgnoreCase
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected org.eclipse.persistence.expressions.Expression registerIn(java.util.Map)
+meth protected void assignAlias(java.lang.String,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected void convertNodeToUseOuterJoin()
+meth protected void postCopyIn(java.util.Map)
+meth protected void resetCache()
+meth protected void writeAlias(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.expressions.SQLSelectStatement)
+meth protected void writeField(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter,org.eclipse.persistence.internal.helper.DatabaseField,org.eclipse.persistence.internal.expressions.SQLSelectStatement)
+meth public abstract org.eclipse.persistence.expressions.Expression rebuildOn(org.eclipse.persistence.expressions.Expression)
+meth public abstract org.eclipse.persistence.expressions.ExpressionBuilder getBuilder()
+meth public abstract void printSQL(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter)
+meth public abstract void resetPlaceHolderBuilder(org.eclipse.persistence.expressions.ExpressionBuilder)
+meth public boolean doesConform(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,int)
+meth public boolean doesConform(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,int,boolean)
+meth public boolean equals(java.lang.Object)
+meth public boolean extractFields(boolean,boolean,org.eclipse.persistence.descriptors.ClassDescriptor,java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>,java.util.Set<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth public boolean extractPrimaryKeyValues(boolean,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public boolean extractValues(boolean,boolean,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public boolean hasAsOfClause()
+meth public boolean hasBeenAliased()
+meth public boolean isClassTypeExpression()
+meth public boolean isCompoundExpression()
+meth public boolean isConstantExpression()
+meth public boolean isDataExpression()
+meth public boolean isExpressionBuilder()
+meth public boolean isFieldExpression()
+meth public boolean isFunctionExpression()
+meth public boolean isLiteralExpression()
+meth public boolean isLogicalExpression()
+meth public boolean isMapEntryExpression()
+meth public boolean isObjectExpression()
+meth public boolean isParameterExpression()
+meth public boolean isQueryKeyExpression()
+meth public boolean isRelationExpression()
+meth public boolean isSubSelectExpression()
+meth public boolean isTableExpression()
+meth public boolean isTreatExpression()
+meth public boolean isValueExpression()
+meth public boolean selectIfOrderedBy()
+meth public int assignTableAliasesStartingAt(int)
+meth public int computeHashCode()
+meth public int hashCode()
+meth public java.lang.Object clone()
+meth public java.lang.Object getFieldValue(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.Object valueFromObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,int)
+meth public java.lang.Object valueFromObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,int,boolean)
+meth public java.lang.String descriptionOfNodeType()
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSelectionFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getSelectionFields(org.eclipse.persistence.queries.ReadQuery)
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> getOwnedTables()
+meth public java.util.Vector getFields()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getLeafDescriptor(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.expressions.Expression addDate(java.lang.String,int)
+meth public org.eclipse.persistence.expressions.Expression addDate(java.lang.String,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression addMonths(int)
+meth public org.eclipse.persistence.expressions.Expression addMonths(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression alias(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression all(boolean[])
+meth public org.eclipse.persistence.expressions.Expression all(byte[])
+meth public org.eclipse.persistence.expressions.Expression all(char[])
+meth public org.eclipse.persistence.expressions.Expression all(double[])
+meth public org.eclipse.persistence.expressions.Expression all(float[])
+meth public org.eclipse.persistence.expressions.Expression all(int[])
+meth public org.eclipse.persistence.expressions.Expression all(java.lang.Object[])
+meth public org.eclipse.persistence.expressions.Expression all(java.util.List)
+meth public org.eclipse.persistence.expressions.Expression all(java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression all(long[])
+meth public org.eclipse.persistence.expressions.Expression all(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression all(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression all(short[])
+meth public org.eclipse.persistence.expressions.Expression allOf(java.lang.String,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression and(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression any(boolean[])
+meth public org.eclipse.persistence.expressions.Expression any(byte[])
+meth public org.eclipse.persistence.expressions.Expression any(char[])
+meth public org.eclipse.persistence.expressions.Expression any(double[])
+meth public org.eclipse.persistence.expressions.Expression any(float[])
+meth public org.eclipse.persistence.expressions.Expression any(int[])
+meth public org.eclipse.persistence.expressions.Expression any(java.lang.Object[])
+meth public org.eclipse.persistence.expressions.Expression any(java.util.List)
+meth public org.eclipse.persistence.expressions.Expression any(java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression any(long[])
+meth public org.eclipse.persistence.expressions.Expression any(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression any(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression any(short[])
+meth public org.eclipse.persistence.expressions.Expression anyOf(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression anyOf(java.lang.String,boolean)
+meth public org.eclipse.persistence.expressions.Expression anyOfAllowingNone(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression anyOfAllowingNone(java.lang.String,boolean)
+meth public org.eclipse.persistence.expressions.Expression as(java.lang.Class)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression as(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression asOf(org.eclipse.persistence.history.AsOfClause)
+meth public org.eclipse.persistence.expressions.Expression ascending()
+meth public org.eclipse.persistence.expressions.Expression asciiValue()
+meth public org.eclipse.persistence.expressions.Expression average()
+meth public org.eclipse.persistence.expressions.Expression between(byte,byte)
+meth public org.eclipse.persistence.expressions.Expression between(char,char)
+meth public org.eclipse.persistence.expressions.Expression between(double,double)
+meth public org.eclipse.persistence.expressions.Expression between(float,float)
+meth public org.eclipse.persistence.expressions.Expression between(int,int)
+meth public org.eclipse.persistence.expressions.Expression between(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression between(long,long)
+meth public org.eclipse.persistence.expressions.Expression between(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression between(short,short)
+meth public org.eclipse.persistence.expressions.Expression caseConditionStatement(java.util.Map<org.eclipse.persistence.expressions.Expression,java.lang.Object>,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression caseStatement(java.util.Map,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression cast(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression cloneUsing(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression concat(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression containsAllKeyWords(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression containsAnyKeyWords(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression containsSubstring(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression containsSubstring(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression containsSubstringIgnoringCase(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression containsSubstringIgnoringCase(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression convertToUseOuterJoin()
+meth public org.eclipse.persistence.expressions.Expression copiedVersionFrom(java.util.Map)
+meth public org.eclipse.persistence.expressions.Expression count()
+meth public org.eclipse.persistence.expressions.Expression create(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.ExpressionOperator)
+meth public org.eclipse.persistence.expressions.Expression create(org.eclipse.persistence.expressions.Expression,java.util.List,org.eclipse.persistence.expressions.ExpressionOperator)
+meth public org.eclipse.persistence.expressions.Expression createWithBaseLast(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.ExpressionOperator)
+meth public org.eclipse.persistence.expressions.Expression currentDate()
+meth public org.eclipse.persistence.expressions.Expression currentDateDate()
+meth public org.eclipse.persistence.expressions.Expression currentTime()
+meth public org.eclipse.persistence.expressions.Expression currentTimeStamp()
+meth public org.eclipse.persistence.expressions.Expression dateDifference(java.lang.String,java.util.Date)
+meth public org.eclipse.persistence.expressions.Expression dateDifference(java.lang.String,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression dateName(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression datePart(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression dateToString()
+meth public org.eclipse.persistence.expressions.Expression decode(java.util.Map,java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression descending()
+meth public org.eclipse.persistence.expressions.Expression difference(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression distinct()
+meth public org.eclipse.persistence.expressions.Expression equal(boolean)
+meth public org.eclipse.persistence.expressions.Expression equal(byte)
+meth public org.eclipse.persistence.expressions.Expression equal(char)
+meth public org.eclipse.persistence.expressions.Expression equal(double)
+meth public org.eclipse.persistence.expressions.Expression equal(float)
+meth public org.eclipse.persistence.expressions.Expression equal(int)
+meth public org.eclipse.persistence.expressions.Expression equal(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression equal(long)
+meth public org.eclipse.persistence.expressions.Expression equal(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression equal(short)
+meth public org.eclipse.persistence.expressions.Expression equalOuterJoin(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression equalOuterJoin(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression equalsIgnoreCase(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression equalsIgnoreCase(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression except(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression except(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression exceptAll(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression exceptAll(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression exists(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression existsNode(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression extract(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression extractValue(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression extractXml(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression get(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression get(java.lang.String,boolean)
+meth public org.eclipse.persistence.expressions.Expression getAlias(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression getAllowingNull(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression getField(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression getField(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.expressions.Expression getFunction(int)
+meth public org.eclipse.persistence.expressions.Expression getFunction(int,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression getFunction(int,java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression getFunction(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression getFunction(java.lang.String,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression getFunctionWithArguments(java.lang.String,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression getFunctionWithArguments(java.lang.String,java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression getNumberVal()
+meth public org.eclipse.persistence.expressions.Expression getParameter(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression getParameter(java.lang.String,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression getParameter(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.expressions.Expression getProperty(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public org.eclipse.persistence.expressions.Expression getStringVal()
+meth public org.eclipse.persistence.expressions.Expression getTable(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression getTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(boolean)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(byte)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(char)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(double)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(float)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(int)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(long)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression greaterThan(short)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(boolean)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(byte)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(char)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(double)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(float)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(int)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(long)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression greaterThanEqual(short)
+meth public org.eclipse.persistence.expressions.Expression hexToRaw()
+meth public org.eclipse.persistence.expressions.Expression ifNull(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression in(boolean[])
+meth public org.eclipse.persistence.expressions.Expression in(byte[])
+meth public org.eclipse.persistence.expressions.Expression in(char[])
+meth public org.eclipse.persistence.expressions.Expression in(double[])
+meth public org.eclipse.persistence.expressions.Expression in(float[])
+meth public org.eclipse.persistence.expressions.Expression in(int[])
+meth public org.eclipse.persistence.expressions.Expression in(java.lang.Object[])
+meth public org.eclipse.persistence.expressions.Expression in(java.util.Collection)
+meth public org.eclipse.persistence.expressions.Expression in(long[])
+meth public org.eclipse.persistence.expressions.Expression in(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression in(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression in(short[])
+meth public org.eclipse.persistence.expressions.Expression index()
+meth public org.eclipse.persistence.expressions.Expression indexOf(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression intersect(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression intersect(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression intersectAll(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression intersectAll(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression isEmpty(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression isFragment()
+meth public org.eclipse.persistence.expressions.Expression isNull()
+meth public org.eclipse.persistence.expressions.Expression join(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression lastDay()
+meth public org.eclipse.persistence.expressions.Expression leftJoin(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression leftPad(int,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression leftPad(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression leftTrim()
+meth public org.eclipse.persistence.expressions.Expression leftTrim(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression length()
+meth public org.eclipse.persistence.expressions.Expression lessThan(boolean)
+meth public org.eclipse.persistence.expressions.Expression lessThan(byte)
+meth public org.eclipse.persistence.expressions.Expression lessThan(char)
+meth public org.eclipse.persistence.expressions.Expression lessThan(double)
+meth public org.eclipse.persistence.expressions.Expression lessThan(float)
+meth public org.eclipse.persistence.expressions.Expression lessThan(int)
+meth public org.eclipse.persistence.expressions.Expression lessThan(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression lessThan(long)
+meth public org.eclipse.persistence.expressions.Expression lessThan(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression lessThan(short)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(boolean)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(byte)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(char)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(double)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(float)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(int)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(long)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression lessThanEqual(short)
+meth public org.eclipse.persistence.expressions.Expression like(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression like(java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression like(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression like(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression likeIgnoreCase(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression likeIgnoreCase(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression literal(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression locate(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression locate(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression locate(java.lang.String,int)
+meth public org.eclipse.persistence.expressions.Expression mapEntry()
+meth public org.eclipse.persistence.expressions.Expression mapKey()
+meth public org.eclipse.persistence.expressions.Expression maximum()
+meth public org.eclipse.persistence.expressions.Expression minimum()
+meth public org.eclipse.persistence.expressions.Expression monthsBetween(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression newTime(java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression nextDay(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression noneOf(java.lang.String,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression normalize(org.eclipse.persistence.internal.expressions.ExpressionNormalizer)
+meth public org.eclipse.persistence.expressions.Expression not()
+meth public org.eclipse.persistence.expressions.Expression notBetween(byte,byte)
+meth public org.eclipse.persistence.expressions.Expression notBetween(char,char)
+meth public org.eclipse.persistence.expressions.Expression notBetween(double,double)
+meth public org.eclipse.persistence.expressions.Expression notBetween(float,float)
+meth public org.eclipse.persistence.expressions.Expression notBetween(int,int)
+meth public org.eclipse.persistence.expressions.Expression notBetween(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression notBetween(long,long)
+meth public org.eclipse.persistence.expressions.Expression notBetween(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression notBetween(short,short)
+meth public org.eclipse.persistence.expressions.Expression notEmpty(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression notEqual(boolean)
+meth public org.eclipse.persistence.expressions.Expression notEqual(byte)
+meth public org.eclipse.persistence.expressions.Expression notEqual(char)
+meth public org.eclipse.persistence.expressions.Expression notEqual(double)
+meth public org.eclipse.persistence.expressions.Expression notEqual(float)
+meth public org.eclipse.persistence.expressions.Expression notEqual(int)
+meth public org.eclipse.persistence.expressions.Expression notEqual(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression notEqual(long)
+meth public org.eclipse.persistence.expressions.Expression notEqual(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression notEqual(short)
+meth public org.eclipse.persistence.expressions.Expression notExists(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression notIn(boolean[])
+meth public org.eclipse.persistence.expressions.Expression notIn(byte[])
+meth public org.eclipse.persistence.expressions.Expression notIn(char[])
+meth public org.eclipse.persistence.expressions.Expression notIn(double[])
+meth public org.eclipse.persistence.expressions.Expression notIn(float[])
+meth public org.eclipse.persistence.expressions.Expression notIn(int[])
+meth public org.eclipse.persistence.expressions.Expression notIn(java.lang.Object[])
+meth public org.eclipse.persistence.expressions.Expression notIn(java.util.Collection)
+meth public org.eclipse.persistence.expressions.Expression notIn(long[])
+meth public org.eclipse.persistence.expressions.Expression notIn(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression notIn(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression notIn(short[])
+meth public org.eclipse.persistence.expressions.Expression notLike(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression notLike(java.lang.String,java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression notLike(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression notLike(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression notNull()
+meth public org.eclipse.persistence.expressions.Expression nullIf(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression nullsFirst()
+meth public org.eclipse.persistence.expressions.Expression nullsLast()
+meth public org.eclipse.persistence.expressions.Expression operator(java.lang.String,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression or(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression performOperator(org.eclipse.persistence.expressions.ExpressionOperator,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression postfixSQL(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression prefixSQL(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression ref()
+meth public org.eclipse.persistence.expressions.Expression regexp(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression regexp(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression replace(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression replicate(int)
+meth public org.eclipse.persistence.expressions.Expression replicate(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression reverse()
+meth public org.eclipse.persistence.expressions.Expression right(int)
+meth public org.eclipse.persistence.expressions.Expression right(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression rightPad(int,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression rightPad(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression rightTrim()
+meth public org.eclipse.persistence.expressions.Expression rightTrim(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression roundDate(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression shallowClone()
+meth public org.eclipse.persistence.expressions.Expression size(java.lang.Class)
+meth public org.eclipse.persistence.expressions.Expression size(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression some(boolean[])
+meth public org.eclipse.persistence.expressions.Expression some(byte[])
+meth public org.eclipse.persistence.expressions.Expression some(char[])
+meth public org.eclipse.persistence.expressions.Expression some(double[])
+meth public org.eclipse.persistence.expressions.Expression some(float[])
+meth public org.eclipse.persistence.expressions.Expression some(int[])
+meth public org.eclipse.persistence.expressions.Expression some(java.lang.Object[])
+meth public org.eclipse.persistence.expressions.Expression some(java.util.List)
+meth public org.eclipse.persistence.expressions.Expression some(java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression some(long[])
+meth public org.eclipse.persistence.expressions.Expression some(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression some(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression some(short[])
+meth public org.eclipse.persistence.expressions.Expression sql(java.lang.String,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression standardDeviation()
+meth public org.eclipse.persistence.expressions.Expression subQuery(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression substring(int)
+meth public org.eclipse.persistence.expressions.Expression substring(int,int)
+meth public org.eclipse.persistence.expressions.Expression substring(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression substring(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression sum()
+meth public org.eclipse.persistence.expressions.Expression toChar()
+meth public org.eclipse.persistence.expressions.Expression toChar(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression toCharacter()
+meth public org.eclipse.persistence.expressions.Expression toDate()
+meth public org.eclipse.persistence.expressions.Expression toLowerCase()
+meth public org.eclipse.persistence.expressions.Expression toNumber()
+meth public org.eclipse.persistence.expressions.Expression toUpperCase()
+meth public org.eclipse.persistence.expressions.Expression toUppercaseCasedWords()
+meth public org.eclipse.persistence.expressions.Expression translate(java.lang.Object,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression treat(java.lang.Class)
+meth public org.eclipse.persistence.expressions.Expression trim()
+meth public org.eclipse.persistence.expressions.Expression trim(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression truncateDate(java.lang.String)
+meth public org.eclipse.persistence.expressions.Expression twist(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression twistedForBaseAndContext(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression type()
+meth public org.eclipse.persistence.expressions.Expression union(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression union(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression unionAll(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression unionAll(org.eclipse.persistence.queries.ReportQuery)
+meth public org.eclipse.persistence.expressions.Expression value()
+meth public org.eclipse.persistence.expressions.Expression value(boolean)
+meth public org.eclipse.persistence.expressions.Expression value(byte)
+meth public org.eclipse.persistence.expressions.Expression value(char)
+meth public org.eclipse.persistence.expressions.Expression value(double)
+meth public org.eclipse.persistence.expressions.Expression value(float)
+meth public org.eclipse.persistence.expressions.Expression value(int)
+meth public org.eclipse.persistence.expressions.Expression value(java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression value(long)
+meth public org.eclipse.persistence.expressions.Expression value(short)
+meth public org.eclipse.persistence.expressions.Expression variance()
+meth public org.eclipse.persistence.expressions.ExpressionOperator getOperator()
+meth public org.eclipse.persistence.expressions.ExpressionOperator getOperator(int)
+meth public org.eclipse.persistence.history.AsOfClause getAsOfClause()
+meth public org.eclipse.persistence.history.AsOfClause getAsOfClauseRecursively()
+meth public org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression caseConditionStatement()
+meth public org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression caseStatement()
+meth public org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression coalesce()
+meth public org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression coalesce(java.util.Collection)
+meth public org.eclipse.persistence.internal.expressions.TableAliasLookup getTableAliases()
+meth public org.eclipse.persistence.internal.helper.DatabaseField getClonedField()
+meth public org.eclipse.persistence.internal.helper.DatabaseTable aliasForTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public org.eclipse.persistence.internal.sessions.AbstractSession getSession()
+meth public org.eclipse.persistence.mappings.DatabaseMapping getLeafMapping(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public static org.eclipse.persistence.expressions.Expression from(java.lang.Object,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression fromConstant(java.lang.Object,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression fromLiteral(java.lang.String,org.eclipse.persistence.expressions.Expression)
+meth public void iterateOn(org.eclipse.persistence.internal.expressions.ExpressionIterator)
+meth public void printJava(org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter)
+meth public void setLocalBase(org.eclipse.persistence.expressions.Expression)
+meth public void setSelectIfOrderedBy(boolean)
+meth public void toString(java.io.BufferedWriter,int) throws java.io.IOException
+meth public void validateNode()
+meth public void writeDescriptionOn(java.io.BufferedWriter) throws java.io.IOException
+meth public void writeFields(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter,java.util.Vector,org.eclipse.persistence.internal.expressions.SQLSelectStatement)
+meth public void writeSubexpressionsTo(java.io.BufferedWriter,int) throws java.io.IOException
+supr java.lang.Object
+hfds serialVersionUID
+
+CLSS public org.eclipse.persistence.expressions.ExpressionBuilder
+cons public init()
+cons public init(java.lang.Class)
+fld protected boolean wasAdditionJoinCriteriaUsed
+fld protected boolean wasQueryClassSetInternally
+fld protected java.lang.Class queryClass
+fld protected org.eclipse.persistence.internal.expressions.SQLSelectStatement statement
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable aliasedViewTable
+fld protected org.eclipse.persistence.internal.helper.DatabaseTable viewTable
+fld protected org.eclipse.persistence.internal.sessions.AbstractSession session
+meth protected org.eclipse.persistence.expressions.Expression registerIn(java.util.Map)
+meth public boolean doesNotRepresentAnObjectInTheQuery()
+meth public boolean equals(java.lang.Object)
+meth public boolean hasViewTable()
+meth public boolean isExpressionBuilder()
+meth public boolean wasAdditionJoinCriteriaUsed()
+meth public boolean wasQueryClassSetInternally()
+meth public int assignTableAliasesStartingAt(int)
+meth public java.lang.Class getQueryClass()
+meth public java.lang.Object valueFromObject(java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord,int,boolean)
+meth public java.lang.String descriptionOfNodeType()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getLeafDescriptor(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.descriptors.ClassDescriptor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.expressions.Expression normalize(org.eclipse.persistence.internal.expressions.ExpressionNormalizer)
+meth public org.eclipse.persistence.expressions.Expression rebuildOn(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression twistedForBaseAndContext(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.ExpressionBuilder getBuilder()
+meth public org.eclipse.persistence.internal.expressions.SQLSelectStatement getStatement()
+meth public org.eclipse.persistence.internal.helper.DatabaseTable aliasForTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getAliasedViewTable()
+meth public org.eclipse.persistence.internal.helper.DatabaseTable getViewTable()
+meth public org.eclipse.persistence.internal.sessions.AbstractSession getSession()
+meth public void printJava(org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter)
+meth public void resetPlaceHolderBuilder(org.eclipse.persistence.expressions.ExpressionBuilder)
+meth public void setQueryClass(java.lang.Class)
+meth public void setQueryClassAndDescriptor(java.lang.Class,org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setSession(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setStatement(org.eclipse.persistence.internal.expressions.SQLSelectStatement)
+meth public void setViewTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth public void setWasAdditionJoinCriteriaUsed(boolean)
+meth public void writeDescriptionOn(java.io.BufferedWriter) throws java.io.IOException
+supr org.eclipse.persistence.internal.expressions.ObjectExpression
+
+CLSS public org.eclipse.persistence.expressions.ExpressionMath
+cons public init()
+meth public static org.eclipse.persistence.expressions.Expression abs(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression acos(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression add(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression add(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression asin(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression atan(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression atan2(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression atan2(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression atan2(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression ceil(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression chr(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression cos(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression cosh(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression cot(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression divide(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression divide(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression exp(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression floor(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression ln(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression log(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression max(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression max(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression min(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression min(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression mod(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression mod(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression multiply(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression multiply(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression negate(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression power(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression power(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression round(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression round(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression sign(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression sin(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression sinh(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression sqrt(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression subtract(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression subtract(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.Expression tan(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression tanh(org.eclipse.persistence.expressions.Expression)
+meth public static org.eclipse.persistence.expressions.Expression trunc(org.eclipse.persistence.expressions.Expression,int)
+meth public static org.eclipse.persistence.expressions.Expression trunc(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator getOperator(int)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.expressions.ExpressionOperator
+cons public init()
+cons public init(int,java.util.Vector)
+fld protected boolean isBindingSupported
+fld protected boolean isPrefix
+fld protected boolean isRepeating
+fld protected final static java.util.Map<java.lang.Integer,java.lang.String> platformOperatorNames
+fld protected final static java.util.Map<java.lang.String,java.lang.Integer> platformOperatorSelectors
+fld protected int selector
+fld protected int type
+fld protected int[] argumentIndices
+fld protected java.lang.Class nodeClass
+fld protected java.lang.String name
+fld protected java.lang.String[] databaseStrings
+fld protected java.lang.String[] javaStrings
+fld protected static java.util.Map<java.lang.Integer,org.eclipse.persistence.expressions.ExpressionOperator> allOperators
+fld public final static int Abs = 58
+fld public final static int Acos = 59
+fld public final static int Add = 78
+fld public final static int AddDate = 90
+fld public final static int AddMonths = 47
+fld public final static int AggregateOperator = 3
+fld public final static int All = 120
+fld public final static int And = 1
+fld public final static int Any = 118
+fld public final static int As = 148
+fld public final static int Ascending = 26
+fld public final static int Ascii = 45
+fld public final static int Asin = 60
+fld public final static int Atan = 61
+fld public final static int Atan2 = 91
+fld public final static int Average = 21
+fld public final static int Between = 15
+fld public final static int Case = 117
+fld public final static int CaseCondition = 136
+fld public final static int Cast = 137
+fld public final static int Ceil = 55
+fld public final static int CharIndex = 96
+fld public final static int CharLength = 97
+fld public final static int Chr = 30
+fld public final static int Coalesce = 132
+fld public final static int ComparisonOperator = 2
+fld public final static int Concat = 31
+fld public final static int Cos = 56
+fld public final static int Cosh = 57
+fld public final static int Cot = 95
+fld public final static int Count = 19
+fld public final static int CurrentDate = 123
+fld public final static int CurrentTime = 128
+fld public final static int DateDifference = 94
+fld public final static int DateName = 92
+fld public final static int DatePart = 93
+fld public final static int DateToString = 48
+fld public final static int Decode = 105
+fld public final static int Deref = 82
+fld public final static int Descending = 27
+fld public final static int Difference = 98
+fld public final static int Distinct = 87
+fld public final static int Divide = 80
+fld public final static int Equal = 4
+fld public final static int EqualOuterJoin = 6
+fld public final static int Except = 146
+fld public final static int ExceptAll = 147
+fld public final static int Exists = 86
+fld public final static int ExistsNode = 108
+fld public final static int Exp = 62
+fld public final static int Extract = 138
+fld public final static int ExtractValue = 107
+fld public final static int ExtractXml = 106
+fld public final static int Floor = 64
+fld public final static int FunctionOperator = 5
+fld public final static int GetNumberVal = 110
+fld public final static int GetStringVal = 109
+fld public final static int GreaterThan = 9
+fld public final static int GreaterThanEqual = 10
+fld public final static int Greatest = 76
+fld public final static int HexToRaw = 32
+fld public final static int In = 13
+fld public final static int InSubQuery = 129
+fld public final static int Initcap = 33
+fld public final static int Instring = 34
+fld public final static int Intersect = 144
+fld public final static int IntersectAll = 145
+fld public final static int IsFragment = 111
+fld public final static int IsNull = 17
+fld public final static int LastDay = 49
+fld public final static int Least = 77
+fld public final static int LeftPad = 36
+fld public final static int LeftTrim = 37
+fld public final static int LeftTrim2 = 122
+fld public final static int Length = 46
+fld public final static int LessThan = 7
+fld public final static int LessThanEqual = 8
+fld public final static int Like = 11
+fld public final static int LikeEscape = 89
+fld public final static int Ln = 65
+fld public final static int Locate = 112
+fld public final static int Locate2 = 113
+fld public final static int Log = 66
+fld public final static int LogicalOperator = 1
+fld public final static int Maximum = 22
+fld public final static int Minimum = 23
+fld public final static int Mod = 67
+fld public final static int MonthsBetween = 50
+fld public final static int Multiply = 81
+fld public final static int Negate = 135
+fld public final static int NewTime = 103
+fld public final static int NextDay = 51
+fld public final static int Not = 3
+fld public final static int NotBetween = 16
+fld public final static int NotEqual = 5
+fld public final static int NotExists = 88
+fld public final static int NotIn = 14
+fld public final static int NotInSubQuery = 130
+fld public final static int NotLike = 12
+fld public final static int NotLikeEscape = 134
+fld public final static int NotNull = 18
+fld public final static int NullIf = 131
+fld public final static int NullsFirst = 139
+fld public final static int NullsLast = 140
+fld public final static int Nvl = 104
+fld public final static int Or = 2
+fld public final static int OrderOperator = 4
+fld public final static int Power = 68
+fld public final static int Ref = 83
+fld public final static int RefToHex = 84
+fld public final static int Regexp = 141
+fld public final static int Replace = 38
+fld public final static int Replicate = 100
+fld public final static int Reverse = 99
+fld public final static int Right = 101
+fld public final static int RightPad = 39
+fld public final static int RightTrim = 40
+fld public final static int RightTrim2 = 116
+fld public final static int Round = 69
+fld public final static int RoundDate = 52
+fld public final static int SDO_FILTER = 126
+fld public final static int SDO_NN = 127
+fld public final static int SDO_RELATE = 125
+fld public final static int SDO_WITHIN_DISTANCE = 124
+fld public final static int Sign = 70
+fld public final static int Sin = 71
+fld public final static int Sinh = 72
+fld public final static int Some = 119
+fld public final static int Soundex = 35
+fld public final static int Sqrt = 63
+fld public final static int StandardDeviation = 24
+fld public final static int Substring = 41
+fld public final static int SubstringSingleArg = 133
+fld public final static int Subtract = 79
+fld public final static int Sum = 20
+fld public final static int Tan = 73
+fld public final static int Tanh = 74
+fld public final static int ToChar = 114
+fld public final static int ToCharWithFormat = 115
+fld public final static int ToDate = 53
+fld public final static int ToLowerCase = 29
+fld public final static int ToNumber = 42
+fld public final static int ToUpperCase = 28
+fld public final static int Today = 54
+fld public final static int Translate = 43
+fld public final static int Trim = 44
+fld public final static int Trim2 = 121
+fld public final static int Trunc = 75
+fld public final static int TruncateDate = 102
+fld public final static int Union = 142
+fld public final static int UnionAll = 143
+fld public final static int Value = 85
+fld public final static int Variance = 25
+intf java.io.Serializable
+meth protected org.eclipse.persistence.expressions.Expression createNode()
+meth protected static void initializeAggregateFunctionOperators()
+meth protected static void initializeFunctionOperators()
+meth protected static void initializeLogicalOperators()
+meth protected static void initializeRelationOperators()
+meth public boolean conformBetween(java.lang.Object,java.lang.Object)
+meth public boolean conformLike(java.lang.Object,java.lang.Object)
+meth public boolean doesRelationConform(java.lang.Object,java.lang.Object)
+meth public boolean equals(java.lang.Object)
+meth public boolean isAggregateOperator()
+meth public boolean isAll()
+meth public boolean isAny()
+meth public boolean isAnyOrAll()
+meth public boolean isBindingSupported()
+meth public boolean isComparisonOperator()
+meth public boolean isComplete()
+meth public boolean isFunctionOperator()
+meth public boolean isLogicalOperator()
+meth public boolean isOrderOperator()
+meth public boolean isPrefix()
+meth public int getSelector()
+meth public int getType()
+meth public int hashCode()
+meth public java.lang.Class getNodeClass()
+meth public java.lang.Object applyFunction(java.lang.Object,java.util.Vector)
+meth public java.lang.String getName()
+meth public java.lang.String toString()
+meth public java.lang.String[] getDatabaseStrings()
+meth public java.lang.String[] getJavaStrings()
+meth public org.eclipse.persistence.expressions.Expression expressionFor(org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression expressionFor(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression expressionForArguments(org.eclipse.persistence.expressions.Expression,java.util.List)
+meth public org.eclipse.persistence.expressions.Expression expressionForArguments(org.eclipse.persistence.expressions.Expression,java.util.Vector)
+ anno 0 java.lang.Deprecated()
+meth public org.eclipse.persistence.expressions.Expression expressionForWithBaseLast(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression newExpressionForArgument(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression newExpressionForArgumentWithBaseLast(org.eclipse.persistence.expressions.Expression,java.lang.Object)
+meth public org.eclipse.persistence.expressions.Expression newExpressionForArguments(org.eclipse.persistence.expressions.Expression,java.util.List)
+meth public static java.lang.String getPlatformOperatorName(int)
+meth public static java.util.Map getPlatformOperatorNames()
+meth public static java.util.Map initializeOperators()
+meth public static java.util.Map<java.lang.Integer,java.lang.String> initializePlatformOperatorNames()
+meth public static java.util.Map<java.lang.Integer,org.eclipse.persistence.expressions.ExpressionOperator> getAllOperators()
+meth public static java.util.Map<java.lang.String,java.lang.Integer> getPlatformOperatorSelectors()
+meth public static java.util.Map<java.lang.String,java.lang.Integer> initializePlatformOperatorSelectors()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator abs()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator acos()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator addDate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator addMonths()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator all()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator and()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator any()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator as()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ascending()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ascii()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator asin()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator atan()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator average()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator between()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator caseConditionStatement()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator caseStatement()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator cast()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ceil()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator charIndex()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator charLength()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator chr()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator coalesce()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator concat()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator cos()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator cosh()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator cot()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator count()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator currentDate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator currentTime()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator currentTimeStamp()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator dateDifference()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator dateName()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator datePart()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator dateToString()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator decode()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator deref()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator descending()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator difference()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator distinct()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator equalOuterJoin()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator except()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator exceptAll()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator exists()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator existsNode()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator exp()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator extract()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator extractValue()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator extractXml()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator floor()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator getNumberVal()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator getOperator(java.lang.Integer)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator getStringVal()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator greatest()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator hexToRaw()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ifNull()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator in()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator inSubQuery()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator initcap()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator instring()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator intersect()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator intersectAll()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator isFragment()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator isNull()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator lastDay()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator least()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator leftPad()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator leftTrim()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator leftTrim2()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator length()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator like()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator likeEscape()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ln()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator locate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator locate2()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator log()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator maximum()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator minimum()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator mod()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator monthsBetween()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator negate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator newTime()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator nextDay()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notExists()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notIn()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notInSubQuery()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notLike()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notLikeEscape()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notNull()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator notOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator nullIf()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator nullsFirst()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator nullsLast()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator or()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator oracleDateName()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator power()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator ref()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator refToHex()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator regexp()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator replace()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator replicate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator reverse()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator right()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator rightPad()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator rightTrim()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator rightTrim2()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator round()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator roundDate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sign()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleAggregate(int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleFunction(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleFunction(int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleFunctionNoParentheses(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleLogical(int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleLogicalNoParens(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleMath(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleOrdering(int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleRelation(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleRelation(int,java.lang.String,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleThreeArgumentFunction(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator simpleTwoArgumentFunction(int,java.lang.String)
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sin()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sinh()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator some()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator soundex()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sqrt()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator standardDeviation()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator substring()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator substringSingleArg()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sum()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseAddMonthsOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseAtan2Operator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseInStringOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseLocate2Operator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseLocateOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseToCharOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseToCharWithFormatOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseToDateOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseToDateToStringOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator sybaseToNumberOperator()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator tan()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator tanh()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toChar()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toCharWithFormat()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toDate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toLowerCase()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toNumber()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator toUpperCase()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator today()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator translate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator trim()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator trim2()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator trunc()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator truncateDate()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator union()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator unionAll()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator value()
+meth public static org.eclipse.persistence.expressions.ExpressionOperator variance()
+meth public static void addOperator(org.eclipse.persistence.expressions.ExpressionOperator)
+meth public static void registerOperator(int,java.lang.String)
+meth public static void resetOperators()
+meth public void bePostfix()
+meth public void bePrefix()
+meth public void beRepeating()
+meth public void copyTo(org.eclipse.persistence.expressions.ExpressionOperator)
+meth public void printCollection(java.util.Vector,org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter)
+meth public void printDuo(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter)
+meth public void printJavaCollection(java.util.Vector,org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter)
+meth public void printJavaDuo(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter)
+meth public void printsAs(java.lang.String)
+meth public void printsAs(java.util.Vector)
+meth public void printsJavaAs(java.lang.String)
+meth public void printsJavaAs(java.util.Vector)
+meth public void setArgumentIndices(int[])
+meth public void setIsBindingSupported(boolean)
+meth public void setName(java.lang.String)
+meth public void setNodeClass(java.lang.Class)
+meth public void setSelector(int)
+meth public void setType(int)
+supr java.lang.Object
+hfds serialVersionUID
+
+CLSS public org.eclipse.persistence.expressions.ListExpressionOperator
+cons public init()
+fld protected boolean isComplete
+fld protected int numberOfItems
+fld protected java.lang.String[] separators
+fld protected java.lang.String[] startStrings
+fld protected java.lang.String[] terminationStrings
+meth public boolean isComplete()
+meth public int getNumberOfItems()
+meth public java.lang.String[] getDatabaseStrings()
+meth public java.lang.String[] getSeparators()
+meth public java.lang.String[] getStartStrings()
+meth public java.lang.String[] getTerminationStrings()
+meth public void copyTo(org.eclipse.persistence.expressions.ExpressionOperator)
+meth public void incrementNumberOfItems()
+meth public void setIsComplete(boolean)
+meth public void setNumberOfItems(int)
+meth public void setSeparator(java.lang.String)
+meth public void setSeparators(java.lang.String[])
+meth public void setStartString(java.lang.String)
+meth public void setStartStrings(java.lang.String[])
+meth public void setTerminationString(java.lang.String)
+meth public void setTerminationStrings(java.lang.String[])
+supr org.eclipse.persistence.expressions.ExpressionOperator
+
+CLSS public org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
+cons public init()
+meth public static org.eclipse.persistence.expressions.Expression filter(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.spatial.SpatialParameters)
+meth public static org.eclipse.persistence.expressions.Expression getSpatialExpression(int,org.eclipse.persistence.expressions.Expression,java.lang.Object,java.lang.String)
+meth public static org.eclipse.persistence.expressions.Expression nearestNeighbor(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.spatial.SpatialParameters)
+meth public static org.eclipse.persistence.expressions.Expression relate(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.spatial.SpatialParameters)
+meth public static org.eclipse.persistence.expressions.Expression withinDistance(org.eclipse.persistence.expressions.Expression,java.lang.Object,org.eclipse.persistence.expressions.spatial.SpatialParameters)
+supr java.lang.Object
+
+CLSS public org.eclipse.persistence.expressions.spatial.SpatialParameters
+cons public init()
+cons public init(java.lang.String)
+innr public final static !enum Mask
+innr public final static !enum QueryType
+innr public final static !enum Units
+meth public java.lang.Number getDistance()
+meth public java.lang.Number getMaxResolution()
+meth public java.lang.Number getMinResolution()
+meth public java.lang.String getParameterString()
+meth public java.lang.String getParams()
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setDistance(java.lang.Number)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setMask(org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setMasks(org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask[])
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setMaxResolution(java.lang.Number)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setMinResolution(java.lang.Number)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setParams(java.lang.String)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setQueryType(org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters setUnits(org.eclipse.persistence.expressions.spatial.SpatialParameters$Units)
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask[] getMasks()
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType getQueryType()
+meth public org.eclipse.persistence.expressions.spatial.SpatialParameters$Units getUnits()
+supr java.lang.Object
+hfds DISTANCE_PARAM,MASK_PARAM,MAX_RES_PARAM,MIN_RES_PARAM,QUERYTYPE_PARAM,UNIT_PARAM,distance,masks,maxResolution,minResolution,params,queryType,units
+
+CLSS public final static !enum org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask
+ outer org.eclipse.persistence.expressions.spatial.SpatialParameters
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask ANYINTERACT
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask CONTAINS
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask COVEREDBY
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask COVERS
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask EQUAL
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask INSIDE
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask ON
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask OVERLAPBDYDISJOINT
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask OVERLAPBDYINTERSECT
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask TOUCH
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask valueOf(java.lang.String)
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask[] values()
+supr java.lang.Enum<org.eclipse.persistence.expressions.spatial.SpatialParameters$Mask>
+
+CLSS public final static !enum org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType
+ outer org.eclipse.persistence.expressions.spatial.SpatialParameters
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType FILTER
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType JOIN
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType WINDOW
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType valueOf(java.lang.String)
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType[] values()
+supr java.lang.Enum<org.eclipse.persistence.expressions.spatial.SpatialParameters$QueryType>
+
+CLSS public final static !enum org.eclipse.persistence.expressions.spatial.SpatialParameters$Units
+ outer org.eclipse.persistence.expressions.spatial.SpatialParameters
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units CM
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units FOOT
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units INCH
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units KM
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units M
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units MILE
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units MM
+fld public final static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units NAUT_MILE
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units valueOf(java.lang.String)
+meth public static org.eclipse.persistence.expressions.spatial.SpatialParameters$Units[] values()
+supr java.lang.Enum<org.eclipse.persistence.expressions.spatial.SpatialParameters$Units>
+
+CLSS public org.eclipse.persistence.history.AsOfClause
+cons protected init()
+cons protected init(java.lang.Number)
+cons protected init(org.eclipse.persistence.history.AsOfClause)
+cons public init(java.lang.Long)
+cons public init(java.sql.Timestamp)
+cons public init(java.util.Calendar)
+cons public init(java.util.Date)
+cons public init(long)
+cons public init(org.eclipse.persistence.expressions.Expression)
+fld public final static org.eclipse.persistence.history.AsOfClause NO_CLAUSE
+intf java.io.Serializable
+meth public boolean equals(java.lang.Object)
+meth public boolean isAsOfSCNClause()
+meth public boolean isUniversal()
+meth public java.lang.Object getValue()
+meth public java.lang.String toString()
+meth public void printSQL(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter)
+supr java.lang.Object
+hfds value
+
+CLSS public org.eclipse.persistence.history.AsOfSCNClause
+cons public init(java.lang.Long)
+cons public init(java.lang.Number)
+cons public init(long)
+cons public init(org.eclipse.persistence.expressions.Expression)
+meth public boolean isAsOfSCNClause()
+meth public void printSQL(org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter)
+supr org.eclipse.persistence.history.AsOfClause
+
+CLSS public org.eclipse.persistence.history.HistoryPolicy
+cons public init()
+fld protected boolean shouldHandleWrites
+fld protected boolean usesLocalTime
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> endFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> startFields
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> historicalTables
+fld protected org.eclipse.persistence.descriptors.ClassDescriptor descriptor
+fld protected org.eclipse.persistence.mappings.DatabaseMapping mapping
+intf java.io.Serializable
+intf java.lang.Cloneable
+meth protected boolean checkWastedVersioning(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected org.eclipse.persistence.internal.helper.DatabaseField getEnd()
+meth protected org.eclipse.persistence.internal.helper.DatabaseField getEnd(int)
+meth protected org.eclipse.persistence.internal.helper.DatabaseField getStart()
+meth protected org.eclipse.persistence.internal.helper.DatabaseField getStart(int)
+meth protected void setEndFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth protected void setStartFields(java.util.List<org.eclipse.persistence.internal.helper.DatabaseField>)
+meth protected void verifyTableQualifiers(org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform)
+meth public boolean shouldHandleWrites()
+meth public boolean shouldUseDatabaseTime()
+meth public boolean shouldUseLocalTime()
+meth public final java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable> getHistoricalTables()
+meth public java.lang.Object clone()
+meth public java.lang.Object getCurrentTime(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getEndFieldName()
+meth public java.lang.String getStartFieldName()
+meth public java.util.List<java.lang.String> getHistoryTableNames()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getEndFields()
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getStartFields()
+meth public long getMinimumTimeIncrement(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public org.eclipse.persistence.descriptors.ClassDescriptor getDescriptor()
+meth public org.eclipse.persistence.expressions.Expression additionalHistoryExpression(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression additionalHistoryExpression(org.eclipse.persistence.expressions.Expression,org.eclipse.persistence.expressions.Expression,java.lang.Integer)
+meth public org.eclipse.persistence.mappings.DatabaseMapping getMapping()
+meth public void addEndFieldName(java.lang.String)
+meth public void addHistoryTableName(java.lang.String)
+meth public void addHistoryTableName(java.lang.String,java.lang.String)
+meth public void addStartFieldName(java.lang.String)
+meth public void initialize(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void logicalDelete(org.eclipse.persistence.queries.ModifyQuery,boolean)
+meth public void logicalDelete(org.eclipse.persistence.queries.ModifyQuery,boolean,boolean)
+meth public void logicalInsert(org.eclipse.persistence.queries.ObjectLevelModifyQuery,boolean)
+meth public void mappingLogicalDelete(org.eclipse.persistence.queries.ModifyQuery,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void mappingLogicalInsert(org.eclipse.persistence.queries.DataModifyQuery,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void postDelete(org.eclipse.persistence.queries.ModifyQuery)
+meth public void postInsert(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void postUpdate(org.eclipse.persistence.queries.ObjectLevelModifyQuery)
+meth public void postUpdate(org.eclipse.persistence.queries.ObjectLevelModifyQuery,boolean)
+meth public void setDescriptor(org.eclipse.persistence.descriptors.ClassDescriptor)
+meth public void setEndFieldType(java.lang.String,java.lang.Class)
+meth public void setHistoricalTables(java.util.List<org.eclipse.persistence.internal.helper.DatabaseTable>)
+meth public void setMapping(org.eclipse.persistence.mappings.DatabaseMapping)
+meth public void setShouldHandleWrites(boolean)
+meth public void setShouldUseDatabaseTime(boolean)
+meth public void setStartFieldType(java.lang.Class)
+meth public void useDatabaseTime()
+meth public void useLocalTime()
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.indirection.IndirectCollection
+intf org.eclipse.persistence.indirection.IndirectContainer
+meth public abstract boolean hasDeferredChanges()
+meth public abstract java.lang.Object getDelegateObject()
+meth public abstract java.util.Collection getAddedElements()
+meth public abstract java.util.Collection getRemovedElements()
+meth public abstract void clearDeferredChanges()
+meth public abstract void setUseLazyInstantiation(boolean)
+
+CLSS public final org.eclipse.persistence.indirection.IndirectCollectionsFactory
+cons public init()
+fld public final static java.lang.Class IndirectList_Class
+fld public final static java.lang.Class IndirectMap_Class
+fld public final static java.lang.Class IndirectSet_Class
+innr public abstract interface static IndirectCollectionsProvider
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectMap<{%%0},{%%1}> createIndirectMap()
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectMap<{%%0},{%%1}> createIndirectMap(int)
+meth public static <%0 extends java.lang.Object, %1 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectMap<{%%0},{%%1}> createIndirectMap(java.util.Map<? extends {%%0},? extends {%%1}>)
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectList<{%%0}> createIndirectList()
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectList<{%%0}> createIndirectList(int)
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectList<{%%0}> createIndirectList(java.util.Collection<? extends {%%0}>)
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectSet<{%%0}> createIndirectSet()
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectSet<{%%0}> createIndirectSet(int)
+meth public static <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectSet<{%%0}> createIndirectSet(java.util.Collection<? extends {%%0}>)
+supr java.lang.Object
+hfds provider
+hcls DefaultProvider
+
+CLSS public abstract interface static org.eclipse.persistence.indirection.IndirectCollectionsFactory$IndirectCollectionsProvider
+ outer org.eclipse.persistence.indirection.IndirectCollectionsFactory
+meth public abstract <%0 extends java.lang.Object, %1 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectMap<{%%0},{%%1}> createIndirectMap(int,float)
+meth public abstract <%0 extends java.lang.Object, %1 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectMap<{%%0},{%%1}> createIndirectMap(java.util.Map<? extends {%%0},? extends {%%1}>)
+meth public abstract <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectList<{%%0}> createIndirectList(int,int)
+meth public abstract <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectList<{%%0}> createIndirectList(java.util.Collection<? extends {%%0}>)
+meth public abstract <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectSet<{%%0}> createIndirectSet(int,float)
+meth public abstract <%0 extends java.lang.Object> org.eclipse.persistence.indirection.IndirectSet<{%%0}> createIndirectSet(java.util.Collection<? extends {%%0}>)
+meth public abstract java.lang.Class getListClass()
+meth public abstract java.lang.Class getMapClass()
+meth public abstract java.lang.Class getSetClass()
+
+CLSS public abstract interface org.eclipse.persistence.indirection.IndirectContainer
+meth public abstract boolean isInstantiated()
+meth public abstract org.eclipse.persistence.indirection.ValueHolderInterface getValueHolder()
+meth public abstract void setValueHolder(org.eclipse.persistence.indirection.ValueHolderInterface)
+
+CLSS public org.eclipse.persistence.indirection.IndirectList<%0 extends java.lang.Object>
+cons public init()
+cons public init(int)
+cons public init(int,int)
+cons public init(java.util.Collection<? extends {org.eclipse.persistence.indirection.IndirectList%0}>)
+fld protected boolean isRegistered
+fld protected int initialCapacity
+fld protected volatile java.util.Vector<{org.eclipse.persistence.indirection.IndirectList%0}> delegate
+fld protected volatile org.eclipse.persistence.indirection.ValueHolderInterface valueHolder
+intf org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
+intf org.eclipse.persistence.indirection.IndirectCollection
+meth protected boolean isRelationshipMaintenanceRequired()
+meth protected boolean shouldAvoidInstantiation()
+meth protected boolean shouldUseLazyInstantiation()
+meth protected boolean usesListOrderField()
+meth protected java.util.Vector<{org.eclipse.persistence.indirection.IndirectList%0}> buildDelegate()
+meth protected java.util.Vector<{org.eclipse.persistence.indirection.IndirectList%0}> getDelegate()
+meth protected void raiseAddChangeEvent(java.lang.Object,java.lang.Integer)
+meth protected void raiseAddChangeEvent(java.lang.Object,java.lang.Integer,boolean)
+meth protected void raiseRemoveChangeEvent(java.lang.Object,java.lang.Integer)
+meth protected void raiseRemoveChangeEvent(java.lang.Object,java.lang.Integer,boolean)
+meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public boolean add({org.eclipse.persistence.indirection.IndirectList%0})
+meth public boolean addAll(int,java.util.Collection<? extends {org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public boolean addAll(java.util.Collection<? extends {org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public boolean contains(java.lang.Object)
+meth public boolean containsAll(java.util.Collection<?>)
+meth public boolean equals(java.lang.Object)
+meth public boolean hasAddedElements()
+meth public boolean hasBeenRegistered()
+meth public boolean hasDeferredChanges()
+meth public boolean hasRemovedElements()
+meth public boolean hasTrackedPropertyChangeListener()
+meth public boolean isEmpty()
+meth public boolean isInstantiated()
+meth public boolean isListOrderBrokenInDb()
+meth public boolean remove(java.lang.Object)
+meth public boolean removeAll(java.util.Collection<?>)
+meth public boolean removeElement(java.lang.Object)
+meth public boolean removeIf(java.util.function.Predicate<? super {org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public boolean retainAll(java.util.Collection<?>)
+meth public int capacity()
+meth public int hashCode()
+meth public int indexOf(java.lang.Object)
+meth public int indexOf(java.lang.Object,int)
+meth public int lastIndexOf(java.lang.Object)
+meth public int lastIndexOf(java.lang.Object,int)
+meth public int size()
+meth public java.beans.PropertyChangeListener _persistence_getPropertyChangeListener()
+meth public java.lang.Object clone()
+meth public java.lang.Object getDelegateObject()
+meth public java.lang.Object[] toArray()
+meth public java.lang.String getTrackedAttributeName()
+meth public java.lang.String toString()
+meth public java.util.Collection<{org.eclipse.persistence.indirection.IndirectList%0}> getAddedElements()
+meth public java.util.Collection<{org.eclipse.persistence.indirection.IndirectList%0}> getRemovedElements()
+meth public java.util.Enumeration<{org.eclipse.persistence.indirection.IndirectList%0}> elements()
+meth public java.util.Iterator<{org.eclipse.persistence.indirection.IndirectList%0}> iterator()
+meth public java.util.List<{org.eclipse.persistence.indirection.IndirectList%0}> subList(int,int)
+meth public java.util.ListIterator<{org.eclipse.persistence.indirection.IndirectList%0}> listIterator()
+meth public java.util.ListIterator<{org.eclipse.persistence.indirection.IndirectList%0}> listIterator(int)
+meth public java.util.Spliterator<{org.eclipse.persistence.indirection.IndirectList%0}> spliterator()
+meth public java.util.stream.Stream<{org.eclipse.persistence.indirection.IndirectList%0}> parallelStream()
+meth public java.util.stream.Stream<{org.eclipse.persistence.indirection.IndirectList%0}> stream()
+meth public org.eclipse.persistence.indirection.ValueHolderInterface getValueHolder()
+meth public void _persistence_setPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void add(int,{org.eclipse.persistence.indirection.IndirectList%0})
+meth public void addElement({org.eclipse.persistence.indirection.IndirectList%0})
+meth public void clear()
+meth public void clearDeferredChanges()
+meth public void copyInto(java.lang.Object[])
+meth public void ensureCapacity(int)
+meth public void forEach(java.util.function.Consumer<? super {org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public void insertElementAt({org.eclipse.persistence.indirection.IndirectList%0},int)
+meth public void removeAllElements()
+meth public void removeElementAt(int)
+meth public void replaceAll(java.util.function.UnaryOperator<{org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public void setElementAt({org.eclipse.persistence.indirection.IndirectList%0},int)
+meth public void setIsListOrderBrokenInDb(boolean)
+meth public void setSize(int)
+meth public void setTrackedAttributeName(java.lang.String)
+meth public void setUseLazyInstantiation(boolean)
+meth public void setValueHolder(org.eclipse.persistence.indirection.ValueHolderInterface)
+meth public void sort(java.util.Comparator<? super {org.eclipse.persistence.indirection.IndirectList%0}>)
+meth public void trimToSize()
+meth public {org.eclipse.persistence.indirection.IndirectList%0} elementAt(int)
+meth public {org.eclipse.persistence.indirection.IndirectList%0} firstElement()
+meth public {org.eclipse.persistence.indirection.IndirectList%0} get(int)
+meth public {org.eclipse.persistence.indirection.IndirectList%0} lastElement()
+meth public {org.eclipse.persistence.indirection.IndirectList%0} remove(int)
+meth public {org.eclipse.persistence.indirection.IndirectList%0} set(int,{org.eclipse.persistence.indirection.IndirectList%0})
+supr java.util.Vector<{org.eclipse.persistence.indirection.IndirectList%0}>
+hfds addedElements,attributeName,changeListener,isListOrderBrokenInDb,removedElements,useLazyInstantiation
+
+CLSS public org.eclipse.persistence.indirection.IndirectMap<%0 extends java.lang.Object, %1 extends java.lang.Object>
+cons public init()
+cons public init(int)
+cons public init(int,float)
+cons public init(java.util.Map<? extends {org.eclipse.persistence.indirection.IndirectMap%0},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+fld protected float loadFactor
+fld protected int initialCapacity
+fld protected volatile java.util.Hashtable<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}> delegate
+fld protected volatile org.eclipse.persistence.indirection.ValueHolderInterface valueHolder
+intf org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
+intf org.eclipse.persistence.indirection.IndirectCollection
+meth protected java.util.Hashtable<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}> buildDelegate()
+meth protected java.util.Hashtable<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}> getDelegate()
+meth protected void initialize(int,float)
+meth protected void initialize(java.util.Map<? extends {org.eclipse.persistence.indirection.IndirectMap%0},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth protected void raiseAddChangeEvent(java.lang.Object,java.lang.Object)
+meth protected void raiseRemoveChangeEvent(java.lang.Object,java.lang.Object)
+meth protected void rehash()
+meth public boolean contains(java.lang.Object)
+meth public boolean containsKey(java.lang.Object)
+meth public boolean containsValue(java.lang.Object)
+meth public boolean equals(java.lang.Object)
+meth public boolean hasDeferredChanges()
+meth public boolean hasTrackedPropertyChangeListener()
+meth public boolean isEmpty()
+meth public boolean isInstantiated()
+meth public boolean remove(java.lang.Object,java.lang.Object)
+meth public boolean replace({org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1},{org.eclipse.persistence.indirection.IndirectMap%1})
+meth public int hashCode()
+meth public int size()
+meth public java.beans.PropertyChangeListener _persistence_getPropertyChangeListener()
+meth public java.lang.Object clone()
+meth public java.lang.Object getDelegateObject()
+meth public java.lang.String getTrackedAttributeName()
+meth public java.lang.String toString()
+meth public java.util.Collection<java.util.Map$Entry<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}>> getAddedElements()
+meth public java.util.Collection<java.util.Map$Entry<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}>> getRemovedElements()
+meth public java.util.Collection<{org.eclipse.persistence.indirection.IndirectMap%1}> values()
+meth public java.util.Enumeration<{org.eclipse.persistence.indirection.IndirectMap%0}> keys()
+meth public java.util.Enumeration<{org.eclipse.persistence.indirection.IndirectMap%1}> elements()
+meth public java.util.Set<java.util.Map$Entry<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}>> entrySet()
+meth public java.util.Set<{org.eclipse.persistence.indirection.IndirectMap%0}> keySet()
+meth public org.eclipse.persistence.indirection.ValueHolderInterface getValueHolder()
+meth public void _persistence_setPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void clear()
+meth public void clearDeferredChanges()
+meth public void forEach(java.util.function.BiConsumer<? super {org.eclipse.persistence.indirection.IndirectMap%0},? super {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public void putAll(java.util.Map<? extends {org.eclipse.persistence.indirection.IndirectMap%0},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public void replaceAll(java.util.function.BiFunction<? super {org.eclipse.persistence.indirection.IndirectMap%0},? super {org.eclipse.persistence.indirection.IndirectMap%1},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public void setTrackedAttributeName(java.lang.String)
+meth public void setUseLazyInstantiation(boolean)
+meth public void setValueHolder(org.eclipse.persistence.indirection.ValueHolderInterface)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} compute({org.eclipse.persistence.indirection.IndirectMap%0},java.util.function.BiFunction<? super {org.eclipse.persistence.indirection.IndirectMap%0},? super {org.eclipse.persistence.indirection.IndirectMap%1},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} computeIfAbsent({org.eclipse.persistence.indirection.IndirectMap%0},java.util.function.Function<? super {org.eclipse.persistence.indirection.IndirectMap%0},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} computeIfPresent({org.eclipse.persistence.indirection.IndirectMap%0},java.util.function.BiFunction<? super {org.eclipse.persistence.indirection.IndirectMap%0},? super {org.eclipse.persistence.indirection.IndirectMap%1},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} get(java.lang.Object)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} getOrDefault(java.lang.Object,{org.eclipse.persistence.indirection.IndirectMap%1})
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} merge({org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1},java.util.function.BiFunction<? super {org.eclipse.persistence.indirection.IndirectMap%1},? super {org.eclipse.persistence.indirection.IndirectMap%1},? extends {org.eclipse.persistence.indirection.IndirectMap%1}>)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} put({org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1})
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} putIfAbsent({org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1})
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} remove(java.lang.Object)
+meth public {org.eclipse.persistence.indirection.IndirectMap%1} replace({org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1})
+supr java.util.Hashtable<{org.eclipse.persistence.indirection.IndirectMap%0},{org.eclipse.persistence.indirection.IndirectMap%1}>
+hfds attributeName,changeListener
+
+CLSS public org.eclipse.persistence.indirection.IndirectSet<%0 extends java.lang.Object>
+cons public init()
+cons public init(int)
+cons public init(int,float)
+cons public init(java.util.Collection<? extends {org.eclipse.persistence.indirection.IndirectSet%0}>)
+fld protected float loadFactor
+fld protected int initialCapacity
+intf java.io.Serializable
+intf java.lang.Cloneable
+intf java.util.Set<{org.eclipse.persistence.indirection.IndirectSet%0}>
+intf org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
+intf org.eclipse.persistence.indirection.IndirectCollection
+meth protected boolean isRelationshipMaintenanceRequired()
+meth protected boolean shouldAvoidInstantiation()
+meth protected boolean shouldUseLazyInstantiation()
+meth protected java.util.Set<{org.eclipse.persistence.indirection.IndirectSet%0}> buildDelegate()
+meth protected java.util.Set<{org.eclipse.persistence.indirection.IndirectSet%0}> cloneDelegate()
+meth protected java.util.Set<{org.eclipse.persistence.indirection.IndirectSet%0}> getDelegate()
+meth protected void raiseAddChangeEvent(java.lang.Object)
+meth protected void raiseRemoveChangeEvent(java.lang.Object)
+meth public <%0 extends java.lang.Object> {%%0}[] toArray({%%0}[])
+meth public boolean add({org.eclipse.persistence.indirection.IndirectSet%0})
+meth public boolean addAll(java.util.Collection<? extends {org.eclipse.persistence.indirection.IndirectSet%0}>)
+meth public boolean contains(java.lang.Object)
+meth public boolean containsAll(java.util.Collection<?>)
+meth public boolean equals(java.lang.Object)
+meth public boolean hasAddedElements()
+meth public boolean hasBeenRegistered()
+meth public boolean hasDeferredChanges()
+meth public boolean hasRemovedElements()
+meth public boolean hasTrackedPropertyChangeListener()
+meth public boolean isEmpty()
+meth public boolean isInstantiated()
+meth public boolean remove(java.lang.Object)
+meth public boolean removeAll(java.util.Collection<?>)
+meth public boolean removeIf(java.util.function.Predicate<? super {org.eclipse.persistence.indirection.IndirectSet%0}>)
+meth public boolean retainAll(java.util.Collection<?>)
+meth public int hashCode()
+meth public int size()
+meth public java.beans.PropertyChangeListener _persistence_getPropertyChangeListener()
+meth public java.lang.Object clone()
+meth public java.lang.Object getDelegateObject()
+meth public java.lang.Object[] toArray()
+meth public java.lang.String getTrackedAttributeName()
+meth public java.lang.String toString()
+meth public java.util.Collection<{org.eclipse.persistence.indirection.IndirectSet%0}> getAddedElements()
+meth public java.util.Collection<{org.eclipse.persistence.indirection.IndirectSet%0}> getRemovedElements()
+meth public java.util.Iterator<{org.eclipse.persistence.indirection.IndirectSet%0}> iterator()
+meth public java.util.Spliterator<{org.eclipse.persistence.indirection.IndirectSet%0}> spliterator()
+meth public java.util.stream.Stream<{org.eclipse.persistence.indirection.IndirectSet%0}> parallelStream()
+meth public java.util.stream.Stream<{org.eclipse.persistence.indirection.IndirectSet%0}> stream()
+meth public org.eclipse.persistence.indirection.ValueHolderInterface getValueHolder()
+meth public void _persistence_setPropertyChangeListener(java.beans.PropertyChangeListener)
+meth public void clear()
+meth public void clearDeferredChanges()
+meth public void forEach(java.util.function.Consumer<? super {org.eclipse.persistence.indirection.IndirectSet%0}>)
+meth public void setTrackedAttributeName(java.lang.String)
+meth public void setUseLazyInstantiation(boolean)
+meth public void setValueHolder(org.eclipse.persistence.indirection.ValueHolderInterface)
+supr java.lang.Object
+hfds addedElements,attributeName,changeListener,delegate,removedElements,useLazyInstantiation,valueHolder
+
+CLSS public org.eclipse.persistence.indirection.ValueHolder
+cons public init()
+cons public init(java.lang.Object)
+fld protected java.lang.Object value
+intf java.io.Serializable
+intf java.lang.Cloneable
+intf org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
+meth public boolean isCoordinatedWithProperty()
+meth public boolean isInstantiated()
+meth public boolean isNewlyWeavedValueHolder()
+meth public boolean shouldAllowInstantiationDeferral()
+meth public java.lang.Object clone()
+meth public java.lang.Object getValue()
+meth public java.lang.String toString()
+meth public void setIsCoordinatedWithProperty(boolean)
+meth public void setIsNewlyWeavedValueHolder(boolean)
+meth public void setValue(java.lang.Object)
+supr java.lang.Object
+hfds isCoordinatedWithProperty,isNewlyWeavedValueHolder
+
+CLSS public abstract interface org.eclipse.persistence.indirection.ValueHolderInterface
+fld public final static boolean shouldToStringInstantiate = false
+intf java.lang.Cloneable
+meth public abstract boolean isInstantiated()
+meth public abstract java.lang.Object clone()
+meth public abstract java.lang.Object getValue()
+meth public abstract void setValue(java.lang.Object)
+
+CLSS public abstract interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
+intf org.eclipse.persistence.indirection.ValueHolderInterface
+meth public abstract boolean isCoordinatedWithProperty()
+meth public abstract boolean isNewlyWeavedValueHolder()
+meth public abstract boolean shouldAllowInstantiationDeferral()
+meth public abstract void setIsCoordinatedWithProperty(boolean)
+meth public abstract void setIsNewlyWeavedValueHolder(boolean)
+
+CLSS public abstract interface org.eclipse.persistence.internal.core.databaseaccess.CorePlatform<%0 extends org.eclipse.persistence.internal.core.helper.CoreConversionManager>
+meth public abstract java.lang.Object convertObject(java.lang.Object,java.lang.Class)
+meth public abstract {org.eclipse.persistence.internal.core.databaseaccess.CorePlatform%0} getConversionManager()
+
+CLSS public abstract interface org.eclipse.persistence.internal.core.helper.CoreField
+meth public abstract java.lang.Class getType()
+meth public abstract java.lang.String getName()
+meth public abstract void setName(java.lang.String)
+meth public abstract void setType(java.lang.Class)
+
+CLSS public abstract interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy<%0 extends org.eclipse.persistence.internal.core.sessions.CoreAbstractSession>
+meth public abstract boolean addInto(java.lang.Object,java.lang.Object,java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract boolean addInto(java.lang.Object,java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract boolean contains(java.lang.Object,java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract boolean hasNext(java.lang.Object)
+meth public abstract boolean isEmpty(java.lang.Object)
+meth public abstract boolean isListPolicy()
+meth public abstract boolean removeFrom(java.lang.Object,java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract int sizeFor(java.lang.Object)
+meth public abstract java.lang.Object containerInstance()
+meth public abstract java.lang.Object containerInstance(int)
+meth public abstract java.lang.Object iteratorFor(java.lang.Object)
+meth public abstract java.lang.Object next(java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract java.lang.Object nextEntry(java.lang.Object)
+meth public abstract java.lang.Object nextEntry(java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract java.util.Vector vectorFor(java.lang.Object,{org.eclipse.persistence.internal.core.queries.CoreContainerPolicy%0})
+meth public abstract void clear(java.lang.Object)
+meth public abstract void setContainerClass(java.lang.Class)
+
+CLSS public abstract org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord
+cons public init()
+supr java.lang.Object
+
+CLSS public abstract org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<%0 extends org.eclipse.persistence.core.descriptors.CoreDescriptor, %1 extends org.eclipse.persistence.core.sessions.CoreLogin, %2 extends org.eclipse.persistence.internal.core.databaseaccess.CorePlatform, %3 extends org.eclipse.persistence.core.sessions.CoreProject, %4 extends org.eclipse.persistence.core.sessions.CoreSessionEventManager>
+cons public init()
+intf org.eclipse.persistence.core.sessions.CoreSession<{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%0},{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%1},{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%2},{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%3},{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%4}>
+meth public abstract java.util.Map<java.lang.Class,{org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%0}> getDescriptors()
+meth public abstract {org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%2} getDatasourcePlatform()
+meth public abstract {org.eclipse.persistence.internal.core.sessions.CoreAbstractSession%2} getPlatform(java.lang.Class)
+supr java.lang.Object
+
+CLSS public abstract interface org.eclipse.persistence.internal.databaseaccess.Accessor
+intf java.lang.Cloneable
+meth public abstract boolean isConnected()
+meth public abstract boolean isInTransaction()
+meth public abstract boolean isValid()
+meth public abstract boolean usesExternalConnectionPooling()
+meth public abstract boolean usesExternalTransactionController()
+meth public abstract int getCallCount()
+meth public abstract java.lang.Object clone()
+meth public abstract java.lang.Object executeCall(org.eclipse.persistence.queries.Call,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract java.lang.Object getDatasourceConnection()
+meth public abstract java.sql.Connection getConnection()
+meth public abstract java.util.Vector getColumnInfo(java.lang.String,java.lang.String,java.lang.String,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract java.util.Vector getTableInfo(java.lang.String,java.lang.String,java.lang.String,java.lang.String[],org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract org.eclipse.persistence.internal.sequencing.SequencingCallback getSequencingCallback(org.eclipse.persistence.internal.sequencing.SequencingCallbackFactory)
+meth public abstract org.eclipse.persistence.sessions.server.ConnectionPool getPool()
+meth public abstract void beginTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void closeConnection()
+meth public abstract void closeJTSConnection()
+meth public abstract void commitTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void connect(org.eclipse.persistence.sessions.Login,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void createCustomizer(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void decrementCallCount()
+meth public abstract void disconnect(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void flushSelectCalls(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void incrementCallCount(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void reestablishConnection(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void releaseCustomizer()
+meth public abstract void releaseCustomizer(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void reset()
+meth public abstract void rollbackTransaction(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public abstract void setIsValid(boolean)
+meth public abstract void setPool(org.eclipse.persistence.sessions.server.ConnectionPool)
+meth public abstract void writesCompleted(org.eclipse.persistence.internal.sessions.AbstractSession)
+
+CLSS public abstract org.eclipse.persistence.internal.databaseaccess.DatabaseCall
+cons public init()
+fld protected boolean executeReturnValue
+fld protected boolean hasAllocatedConnection
+fld protected boolean hasMultipleResultSets
+fld protected boolean hasOptimisticLock
+fld protected boolean ignoreFirstRowSetting
+fld protected boolean ignoreMaxResultsSetting
+fld protected boolean isBatchExecutionSupported
+fld protected boolean isCallableStatementRequired
+fld protected boolean isCursorOutputProcedure
+fld protected boolean isFieldMatchingRequired
+fld protected boolean isMultipleCursorOutputProcedure
+fld protected boolean isResultSetScrollable
+fld protected boolean returnMultipleResultSetCollections
+fld protected boolean shouldBuildOutputRow
+fld protected int firstResult
+fld protected int maxRows
+fld protected int queryTimeout
+fld protected int resultSetConcurrency
+fld protected int resultSetFetchSize
+fld protected int resultSetType
+fld protected java.lang.Boolean returnsResultSet
+fld protected java.lang.Boolean shouldCacheStatement
+fld protected java.lang.Boolean usesBinding
+fld protected java.lang.String sqlString
+fld protected java.sql.ResultSet result
+fld protected java.sql.Statement statement
+fld protected java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> outputCursors
+fld protected java.util.Vector fields
+fld protected java.util.concurrent.TimeUnit queryTimeoutUnit
+fld protected org.eclipse.persistence.internal.helper.DatabaseField[] fieldsArray
+fld public final static org.eclipse.persistence.internal.helper.DatabaseField FIRSTRESULT_FIELD
+fld public final static org.eclipse.persistence.internal.helper.DatabaseField MAXROW_FIELD
+meth protected boolean isCallableStatementRequired()
+meth protected boolean isDynamicCall(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected java.lang.Object createInOutParameter(java.lang.Object,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected org.eclipse.persistence.internal.helper.DatabaseField getFieldWithTypeFromDescriptor(org.eclipse.persistence.internal.helper.DatabaseField)
+meth protected void prepareInternal(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void prepareInternalParameters(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth protected void setIsCallableStatementRequired(boolean)
+meth protected void setSQLStringInternal(java.lang.String)
+meth protected void setShouldBuildOutputRow(boolean)
+meth public boolean getExecuteReturnValue()
+meth public boolean getReturnsResultSet()
+meth public boolean hasAllocatedConnection()
+meth public boolean hasMultipleResultSets()
+meth public boolean hasOptimisticLock()
+meth public boolean hasOutputCursors()
+meth public boolean isBatchExecutionSupported()
+meth public boolean isCursorOutputProcedure()
+meth public boolean isCursorReturned()
+meth public boolean isFieldMatchingRequired()
+meth public boolean isFinished()
+meth public boolean isLOBLocatorNeeded()
+meth public boolean isMultipleCursorOutputProcedure()
+meth public boolean isNonCursorOutputProcedure()
+meth public boolean isResultSetScrollable()
+meth public boolean isUsesBindingSet()
+meth public boolean returnMultipleResultSetCollections()
+meth public boolean shouldBuildOutputRow()
+meth public boolean shouldCacheStatement(org.eclipse.persistence.internal.databaseaccess.DatabasePlatform)
+meth public boolean shouldCacheStatement(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public boolean shouldIgnoreFirstRowSetting()
+meth public boolean shouldIgnoreMaxResultsSetting()
+meth public boolean usesBinding(org.eclipse.persistence.internal.databaseaccess.DatabasePlatform)
+meth public boolean usesBinding(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public int getCursorOutIndex()
+meth public int getFirstResult()
+meth public int getMaxRows()
+meth public int getQueryTimeout()
+meth public int getResultSetConcurrency()
+meth public int getResultSetFetchSize()
+meth public int getResultSetType()
+meth public java.lang.Object getOutputParameterValue(java.sql.CallableStatement,int,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.Object getOutputParameterValue(java.sql.CallableStatement,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.String getCallString()
+meth public java.lang.String getLogString(org.eclipse.persistence.internal.databaseaccess.Accessor)
+meth public java.lang.String getQueryString()
+meth public java.lang.String getSQLString()
+meth public java.lang.String toString()
+meth public java.sql.ResultSet getResult()
+meth public java.sql.Statement getStatement()
+meth public java.sql.Statement prepareStatement(org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.util.List<org.eclipse.persistence.internal.helper.DatabaseField> getOutputCursors()
+meth public java.util.Vector getFields()
+meth public java.util.Vector getOutputRowFields()
+meth public org.eclipse.persistence.internal.helper.DatabaseField[] getFieldsArray()
+meth public org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildNewQueryMechanism(org.eclipse.persistence.queries.DatabaseQuery)
+meth public org.eclipse.persistence.internal.queries.DatabaseQueryMechanism buildQueryMechanism(org.eclipse.persistence.queries.DatabaseQuery,org.eclipse.persistence.internal.queries.DatabaseQueryMechanism)
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord buildOutputRow(java.sql.CallableStatement,org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public org.eclipse.persistence.internal.sessions.AbstractRecord getContexts()
+meth public static void appendLogParameters(java.util.Collection,org.eclipse.persistence.internal.databaseaccess.Accessor,java.io.StringWriter,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void addContext(org.eclipse.persistence.internal.helper.DatabaseField,java.lang.Object)
+meth public void appendIn(java.lang.Object)
+meth public void appendInOut(java.lang.Object,org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void appendInOut(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void appendOut(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void appendOutCursor(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public void appendParameter(java.io.Writer,java.lang.Object,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void bindParameter(java.io.Writer,java.lang.Object)
+meth public void matchFieldOrder(java.sql.ResultSet,org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void prepare(org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void setBatchExecutionSupported(boolean)
+meth public void setContexts(org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public void setExecuteReturnValue(boolean)
+meth public void setFields(java.util.Vector)
+meth public void setFirstResult(int)
+meth public void setHasAllocatedConnection(boolean)
+meth public void setHasMultipleResultSets(boolean)
+meth public void setHasOptimisticLock(boolean)
+meth public void setIgnoreFirstRowSetting(boolean)
+meth public void setIgnoreMaxResultsSetting(boolean)
+meth public void setIsCursorOutputProcedure(boolean)
+meth public void setIsFieldMatchingRequired(boolean)
+meth public void setIsMultipleCursorOutputProcedure(boolean)
+meth public void setIsResultSetScrollable(boolean)
+meth public void setMaxRows(int)
+meth public void setQueryString(java.lang.String)
+meth public void setQueryTimeout(int)
+meth public void setQueryTimeoutUnit(java.util.concurrent.TimeUnit)
+meth public void setResult(java.sql.ResultSet)
+meth public void setResultSetConcurrency(int)
+meth public void setResultSetFetchSize(int)
+meth public void setResultSetType(int)
+meth public void setReturnMultipleResultSetCollections(boolean)
+meth public void setReturnsResultSet(boolean)
+meth public void setShouldCacheStatement(boolean)
+meth public void setStatement(java.sql.Statement)
+meth public void setUsesBinding(boolean)
+meth public void translate(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void translateQueryStringForParameterizedIN(org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractRecord,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public void useUnnamedCursorOutputAsResultSet()
+supr org.eclipse.persistence.internal.databaseaccess.DatasourceCall
+hfds contexts
+
+CLSS public org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
+cons public init()
+fld protected boolean driverSupportsNationalCharacterVarying
+fld protected boolean isCastRequired
+fld protected boolean shouldBindAllParameters
+fld protected boolean shouldBindLiterals
+fld protected boolean shouldCacheAllStatements
+fld protected boolean shouldCreateIndicesOnForeignKeys
+fld protected boolean shouldForceBindAllParameters
+fld protected boolean shouldForceFieldNamesToUpperCase
+fld protected boolean shouldOptimizeDataConversion
+fld protected boolean shouldTrimStrings
+fld protected boolean supportsAutoCommit
+fld protected boolean useNationalCharacterVarying
+fld protected boolean useRownumFiltering
+fld protected boolean usesBatchWriting
+fld protected boolean usesByteArrayBinding
+fld protected boolean usesJDBCBatchWriting
+fld protected boolean usesNativeBatchWriting
+fld protected boolean usesNativeSQL
+fld protected boolean usesStreamsForBinding
+fld protected boolean usesStringBinding
+fld protected int castSizeForVarcharParameter
+fld protected int cursorCode
+fld protected int maxBatchWritingSize
+fld protected int statementCacheSize
+fld protected int stringBindingSize
+fld protected int transactionIsolation
+fld protected java.lang.Boolean printInnerJoinInWhereClause
+fld protected java.lang.Boolean printOuterJoinInWhereClause
+fld protected java.lang.Boolean useJDBCStoredProcedureSyntax
+fld protected java.lang.String driverName
+fld protected java.lang.String pingSQL
+fld protected java.lang.String storedProcedureTerminationToken
+fld protected java.lang.String tableCreationSuffix
+fld protected java.util.Map<java.lang.Class,org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition> fieldTypes
+fld protected java.util.Map<java.lang.Class,org.eclipse.persistence.platform.database.converters.StructConverter> typeConverters
+fld protected java.util.Map<java.lang.String,java.lang.Class> classTypes
+fld protected java.util.Map<java.lang.String,org.eclipse.persistence.platform.database.converters.StructConverter> structConverters
+fld protected org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism batchWritingMechanism
+fld protected org.eclipse.persistence.platform.database.partitioning.DataPartitioningCallback partitioningCallback
+fld public final static int DEFAULT_MAX_BATCH_WRITING_SIZE = 32000
+fld public final static int DEFAULT_PARAMETERIZED_MAX_BATCH_WRITING_SIZE = 100
+fld public final static int IS_VALID_TIMEOUT = 0
+fld public final static int Types_NCLOB = 2011
+fld public final static int Types_SQLXML = 2009
+fld public static boolean shouldIgnoreCaseOnFieldComparisons
+meth protected boolean shouldTempTableSpecifyPrimaryKeys()
+meth protected java.lang.String getCreateTempTableSqlBodyForTable(org.eclipse.persistence.internal.helper.DatabaseTable)
+meth protected java.lang.String getCreateTempTableSqlPrefix()
+meth protected java.lang.String getCreateTempTableSqlSuffix()
+meth protected java.util.Hashtable buildFieldTypes()
+meth protected java.util.Map<java.lang.String,java.lang.Class> buildClassTypes()
+meth protected org.eclipse.persistence.queries.DataReadQuery getTableExistsQuery(org.eclipse.persistence.tools.schemaframework.TableDefinition)
+meth protected org.eclipse.persistence.sequencing.Sequence createPlatformDefaultSequence()
+meth protected static void writeAutoAssignmentSetClause(java.io.Writer,java.lang.String,java.lang.String,java.util.Collection,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected static void writeAutoJoinWhereClause(java.io.Writer,java.lang.String,java.lang.String,java.util.Collection,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected static void writeFields(java.io.Writer,java.lang.String,java.lang.String,java.util.Collection,java.util.Collection,java.lang.String,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected static void writeFieldsAutoClause(java.io.Writer,java.lang.String,java.lang.String,java.util.Collection,java.lang.String,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected static void writeFieldsList(java.io.Writer,java.util.Collection,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected static void writeJoinWhereClause(java.io.Writer,java.lang.String,java.lang.String,java.util.Collection,java.util.Collection,org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform) throws java.io.IOException
+meth protected void appendBoolean(java.lang.Boolean,java.io.Writer) throws java.io.IOException
+meth protected void appendByteArray(byte[],java.io.Writer) throws java.io.IOException
+meth protected void appendCalendar(java.util.Calendar,java.io.Writer) throws java.io.IOException
+meth protected void appendDate(java.sql.Date,java.io.Writer) throws java.io.IOException
+meth protected void appendLiteralToCallWithBinding(org.eclipse.persistence.queries.Call,java.io.Writer,java.lang.Object)
+meth protected void appendNumber(java.lang.Number,java.io.Writer) throws java.io.IOException
+meth protected void appendString(java.lang.String,java.io.Writer) throws java.io.IOException
+meth protected void appendTime(java.sql.Time,java.io.Writer) throws java.io.IOException
+meth protected void appendTimestamp(java.sql.Timestamp,java.io.Writer) throws java.io.IOException
+meth protected void printFieldTypeSize(java.io.Writer,org.eclipse.persistence.tools.schemaframework.FieldDefinition,org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition) throws java.io.IOException
+meth protected void printFieldUnique(java.io.Writer) throws java.io.IOException
+meth protected void setClassTypes(java.util.Hashtable)
+meth protected void setFieldTypes(java.util.Hashtable)
+meth protected void setNullFromDatabaseField(org.eclipse.persistence.internal.helper.DatabaseField,java.sql.CallableStatement,java.lang.String) throws java.sql.SQLException
+meth protected void setNullFromDatabaseField(org.eclipse.persistence.internal.helper.DatabaseField,java.sql.PreparedStatement,int) throws java.sql.SQLException
+meth public !varargs java.lang.String buildCreateIndex(java.lang.String,java.lang.String,java.lang.String,boolean,java.lang.String[])
+meth public !varargs java.lang.String buildCreateIndex(java.lang.String,java.lang.String,java.lang.String[])
+meth public boolean allowsSizeInProcedureArguments()
+meth public boolean canBatchWriteWithOptimisticLocking(org.eclipse.persistence.internal.databaseaccess.DatabaseCall)
+meth public boolean canBuildCallWithReturning()
+meth public boolean checkTableExists(org.eclipse.persistence.internal.sessions.DatabaseSessionImpl,org.eclipse.persistence.tools.schemaframework.TableDefinition,boolean)
+meth public boolean dontBindUpdateAllQueryUsingTempTables()
+meth public boolean getDriverSupportsNVarChar()
+meth public boolean getUseNationalCharacterVaryingTypeForString()
+meth public boolean hasPartitioningCallback()
+meth public boolean isAlterSequenceObjectSupported()
+meth public boolean isCastRequired()
+meth public boolean isDynamicSQLRequiredForFunctions()
+meth public boolean isForUpdateCompatibleWithDistinct()
+meth public boolean isInformixOuterJoin()
+meth public boolean isJDBCExecuteCompliant()
+meth public boolean isLobCompatibleWithDistinct()
+meth public boolean isLockTimeoutException(org.eclipse.persistence.exceptions.DatabaseException)
+meth public boolean isNullAllowedInSelectClause()
+meth public boolean isOutputAllowWithResultSet()
+meth public boolean isRowCountOutputParameterRequired()
+meth public boolean isXDBDocument(java.lang.Object)
+meth public boolean requiresNamedPrimaryKeyConstraints()
+meth public boolean requiresProcedureBrackets()
+meth public boolean requiresProcedureCallBrackets()
+meth public boolean requiresProcedureCallOuputToken()
+meth public boolean requiresTableInIndexDropDDL()
+meth public boolean requiresTypeNameToRegisterOutputParameter()
+meth public boolean requiresUniqueConstraintCreationOnTableCreate()
+meth public boolean shouldAlwaysUseTempStorageForModifyAll()
+meth public boolean shouldBindAllParameters()
+meth public boolean shouldBindLiterals()
+meth public boolean shouldCacheAllStatements()
+meth public boolean shouldCreateIndicesForPrimaryKeys()
+meth public boolean shouldCreateIndicesOnForeignKeys()
+meth public boolean shouldCreateIndicesOnUniqueKeys()
+meth public boolean shouldForceBindAllParameters()
+meth public boolean shouldForceFieldNamesToUpperCase()
+meth public boolean shouldIgnoreException(java.sql.SQLException)
+meth public boolean shouldOptimizeDataConversion()
+meth public boolean shouldPrintAliasForUpdate()
+meth public boolean shouldPrintConstraintNameAfter()
+meth public boolean shouldPrintFieldIdentityClause(org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.String)
+meth public boolean shouldPrintForUpdateClause()
+meth public boolean shouldPrintInOutputTokenBeforeType()
+meth public boolean shouldPrintInnerJoinInWhereClause()
+meth public boolean shouldPrintInputTokenAtStart()
+meth public boolean shouldPrintLockingClauseAfterWhereClause()
+meth public boolean shouldPrintOuterJoinInWhereClause()
+meth public boolean shouldPrintOutputTokenAtStart()
+meth public boolean shouldPrintOutputTokenBeforeType()
+meth public boolean shouldPrintStoredProcedureArgumentNameInCall()
+meth public boolean shouldPrintStoredProcedureVariablesAfterBeginString()
+meth public boolean shouldTrimStrings()
+meth public boolean shouldUseCustomModifyForCall(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public boolean shouldUseGetSetNString()
+meth public boolean shouldUseJDBCOuterJoinSyntax()
+meth public boolean shouldUseRownumFiltering()
+meth public boolean supportsANSIInnerJoinSyntax()
+meth public boolean supportsAutoCommit()
+meth public boolean supportsAutoConversionToNumericForArithmeticOperations()
+meth public boolean supportsConnectionUserName()
+meth public boolean supportsCountDistinctWithMultipleFields()
+meth public boolean supportsDeleteOnCascade()
+meth public boolean supportsForeignKeyConstraints()
+meth public boolean supportsGlobalTempTables()
+meth public boolean supportsIndexes()
+meth public boolean supportsIndividualTableLocking()
+meth public boolean supportsLocalTempTables()
+meth public boolean supportsLockingQueriesWithMultipleTables()
+meth public boolean supportsNestingOuterJoins()
+meth public boolean supportsOuterJoinsWithBrackets()
+meth public boolean supportsPrimaryKeyConstraint()
+meth public boolean supportsStoredFunctions()
+meth public boolean supportsTempTables()
+meth public boolean supportsUniqueColumns()
+meth public boolean supportsUniqueKeyConstraints()
+meth public boolean supportsVPD()
+meth public boolean supportsWaitForUpdate()
+meth public boolean usesBatchWriting()
+meth public boolean usesByteArrayBinding()
+meth public boolean usesJDBCBatchWriting()
+meth public boolean usesNativeBatchWriting()
+meth public boolean usesNativeSQL()
+meth public boolean usesSequenceTable()
+meth public boolean usesStreamsForBinding()
+meth public boolean usesStringBinding()
+meth public boolean wasFailureCommunicationBased(java.sql.SQLException,java.sql.Connection,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public int addBatch(java.sql.PreparedStatement) throws java.sql.SQLException
+meth public int appendParameterInternal(org.eclipse.persistence.queries.Call,java.io.Writer,java.lang.Object)
+meth public int computeMaxRowsForSQL(int,int)
+meth public int executeBatch(java.sql.Statement,boolean) throws java.sql.SQLException
+meth public int getCastSizeForVarcharParameter()
+meth public int getCursorCode()
+meth public int getJDBCType(java.lang.Class)
+meth public int getJDBCType(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public int getJDBCTypeForSetNull(org.eclipse.persistence.internal.helper.DatabaseField)
+meth public int getMaxBatchWritingSize()
+meth public int getMaxFieldNameSize()
+meth public int getMaxForeignKeyNameSize()
+meth public int getMaxIndexNameSize()
+meth public int getMaxUniqueKeyNameSize()
+meth public int getSequencePreallocationSize()
+meth public int getStatementCacheSize()
+meth public int getStringBindingSize()
+meth public int getTransactionIsolation()
+meth public int printValuelist(int[],org.eclipse.persistence.internal.databaseaccess.DatabaseCall,java.io.Writer) throws java.io.IOException
+meth public int printValuelist(java.util.Collection,org.eclipse.persistence.internal.databaseaccess.DatabaseCall,java.io.Writer) throws java.io.IOException
+meth public java.io.Writer buildSequenceObjectAlterIncrementWriter(java.io.Writer,java.lang.String,int) throws java.io.IOException
+meth public java.io.Writer buildSequenceObjectCreationWriter(java.io.Writer,java.lang.String,int,int) throws java.io.IOException
+meth public java.io.Writer buildSequenceObjectDeletionWriter(java.io.Writer,java.lang.String) throws java.io.IOException
+meth public java.lang.Object convertToDatabaseType(java.lang.Object)
+meth public java.lang.Object executeStoredProcedure(org.eclipse.persistence.internal.databaseaccess.DatabaseCall,java.sql.PreparedStatement,org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.Object getCustomModifyValueForCall(org.eclipse.persistence.queries.Call,java.lang.Object,org.eclipse.persistence.internal.helper.DatabaseField,boolean)
+meth public java.lang.Object getObjectFromResultSet(java.sql.ResultSet,int,int,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.Object getParameterValueFromDatabaseCall(java.sql.CallableStatement,int,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.Object getParameterValueFromDatabaseCall(java.sql.CallableStatement,java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession) throws java.sql.SQLException
+meth public java.lang.Object getRefValue(java.sql.Ref,java.sql.Connection) throws java.sql.SQLException
+meth public java.lang.Object getRefValue(java.sql.Ref,org.eclipse.persistence.internal.sessions.AbstractSession,java.sql.Connection) throws java.sql.SQLException
+meth public java.lang.String buildDropIndex(java.lang.String,java.lang.String)
+meth public java.lang.String buildDropIndex(java.lang.String,java.lang.String,java.lang.String)
+meth public java.lang.String buildProcedureCallString(org.eclipse.persistence.queries.StoredProcedureCall,org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.sessions.AbstractRecord)
+meth public java.lang.String getAssignmentString()
+meth public java.lang.String getBatchBeginString()
+meth public java.lang.String getBatchDelimiterString()
+meth public java.lang.String getBatchEndString()
+meth public java.lang.String getBatchRowCountAssignString()
+meth public java.lang.String getBatchRowCountDeclareString()
+meth public java.lang.String getBatchRowCountReturnString()
+meth public java.lang.String getConnectionUserName()
+meth public java.lang.String getConstraintDeletionString()
+meth public java.lang.String getCreateDatabaseSchemaString(java.lang.String)
+meth public java.lang.String getCreateViewString()
+meth public java.lang.String getCreationInOutputProcedureToken()
+meth public java.lang.String getCreationOutputProcedureToken()
+meth public java.lang.String getDefaultSequenceTableName()
+meth public java.lang.String getDropCascadeString()
+meth public java.lang.String getDropDatabaseSchemaString(java.lang.String)
+meth public java.lang.String getFunctionCallHeader()
+meth public java.lang.String getIdentifierQuoteCharacter()
+ anno 0 java.lang.Deprecated()
+meth public java.lang.String getInOutputProcedureToken()
+meth public java.lang.String getIndexNamePrefix(boolean)
+meth public java.lang.String getInputProcedureToken()
+meth public java.lang.String getJDBCOuterJoinString()
+meth public java.lang.String getJdbcTypeName(int)
+meth public java.lang.String getNoWaitString()
+meth public java.lang.String getOutputProcedureToken()
+meth public java.lang.String getPingSQL()
+meth public java.lang.String getProcedureArgument(java.lang.String,java.lang.Object,java.lang.Integer,org.eclipse.persistence.queries.StoredProcedureCall,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getProcedureArgumentString()
+meth public java.lang.String getProcedureAsString()
+meth public java.lang.String getProcedureBeginString()
+meth public java.lang.String getProcedureCallHeader()
+meth public java.lang.String getProcedureCallTail()
+meth public java.lang.String getProcedureEndString()
+meth public java.lang.String getProcedureOptionList()
+meth public java.lang.String getQualifiedName(java.lang.String)
+meth public java.lang.String getQualifiedSequenceTableName()
+meth public java.lang.String getSelectForUpdateNoWaitString()
+meth public java.lang.String getSelectForUpdateOfString()
+meth public java.lang.String getSelectForUpdateString()
+meth public java.lang.String getSelectForUpdateWaitString(java.lang.Integer)
+meth public java.lang.String getSequenceCounterFieldName()
+meth public java.lang.String getSequenceNameFieldName()
+meth public java.lang.String getSequenceTableName()
+meth public java.lang.String getStoredProcedureParameterPrefix()
+meth public java.lang.String getStoredProcedureTerminationToken()
+meth public java.lang.String getTableCreationSuffix()
+meth public java.lang.String getUniqueConstraintDeletionString()
+meth public java.lang.String getVPDCreationFunctionString(java.lang.String,java.lang.String)
+meth public java.lang.String getVPDCreationPolicyString(java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.lang.String getVPDDeletionString(java.lang.String,org.eclipse.persistence.internal.sessions.AbstractSession)
+meth public java.sql.Array createArray(java.lang.String,java.lang.Object[],java.sql.Connection) throws java.sql.SQLException
+meth public java.sql.Array createArray(java.lang.String,java.lang.Object[],org.eclipse.persistence.internal.sessions.AbstractSession,java.sql.Connection) throws java.sql.SQLException
+meth public java.sql.Connection getConnection(org.eclipse.persistence.internal.sessions.AbstractSession,java.sql.Connection)
+meth public java.sql.Statement prepareBatchStatement(java.sql.Statement,int) throws java.sql.SQLException
+meth public java.sql.Struct createStruct(java.lang.String,java.lang.Object[],java.sql.Connection) throws java.sql.SQLException
+meth public java.sql.Struct createStruct(java.lang.String,java.lang.Object[],org.eclipse.persistence.internal.sessions.AbstractRecord,java.util.Vector,org.eclipse.persistence.internal.sessions.AbstractSession,java.sql.Connection) throws java.sql.SQLException
+meth public java.sql.Struct createStruct(java.lang.String,java.lang.Object[],org.eclipse.persistence.internal.sessions.AbstractSession,java.sql.Connection) throws java.sql.SQLException
+meth public java.util.Hashtable maximumNumericValues()
+meth public java.util.Hashtable minimumNumericValues()
+meth public java.util.Map<java.lang.Class,org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition> getFieldTypes()
+meth public java.util.Map<java.lang.Class,org.eclipse.persistence.platform.database.converters.StructConverter> getTypeConverters()
+meth public java.util.Map<java.lang.String,java.lang.Class> getClassTypes()
+meth public java.util.Map<java.lang.String,org.eclipse.persistence.platform.database.converters.StructConverter> getStructConverters()
+meth public long minimumTimeIncrement()
+meth public org.eclipse.persistence.expressions.Expression buildBatchCriteria(org.eclipse.persistence.expressions.ExpressionBuilder,org.eclipse.persistence.expressions.Expression)
+meth public org.eclipse.persistence.expressions.Expression buildBatchCriteriaForComplexId(org.eclipse.persistence.expressions.ExpressionBuilder,java.util.List<org.eclipse.persistence.expressions.Expression>)
+meth public org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism getBatchWritingMechanism()
+meth public org.eclipse.persistence.internal.databaseaccess.DatabaseCall buildCallWithReturning(org.eclipse.persistence.queries.SQLCall,java.util.Vector)
... 17563 lines suppressed ...

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists