Interface | Description |
---|---|
DatabaseType |
PUBLIC: Interface used to categorize arguments to Stored Procedures as either
'simple' (use subclass SimpleDatabaseType) or 'complex' (use subclass ComplexDatabaseType)
|
JDKPlatform |
INTERNAL:
Interface which abstracts the version of the JDK we are on.
|
NoConversion |
INTERNAL:
|
SimpleDatabaseType |
PUBLIC: Marker interface for Simple Database types
(e.g.
|
TimeZoneHolder |
Class | Description |
---|---|
BasicTypeHelperImpl |
INTERNAL
This class is a helper class providing type information.
|
ClassConstants |
INTERNAL:
|
ComplexDatabaseType |
PUBLIC: Abstract class for Complex Database types
(e.g.
|
ConcurrencyManager |
INTERNAL:
|
ConcurrentFixedCache |
Provide a concurrent fixed size caching mechanism.
|
ConversionManager |
Purpose: Contains the conversion routines for some common classes in the system.
|
CustomObjectInputStream |
INTERNAL:
Defines a custom ObjectInputStream that is used with SerializedObjectConverter
to ensure the correct class loader is used.
|
DatabaseField |
INTERNAL:
|
DatabaseTable |
INTERNAL:
|
DBPlatformHelper | |
DeferredLockManager |
INTERNAL:
|
DescriptorCompare |
INTERNAL:
Use to sort vectors of strings.
|
FunctionField |
INTERNAL:
|
Helper |
INTERNAL:
|
IdentityHashSet | |
IdentityWeakHashMap<K,V> | |
IndexedObject |
Purpose: A helper class for sorting index/object pairs.
|
InvalidObject |
Purpose:Indicates an object that should not be returned from
query execution.
|
JavaPlatform |
INTERNAL:
JavaPlatform abstracts the version of the JDK we are using.
|
JavaVersion |
Java version storage class.
|
JDK15Platform |
INTERNAL:
Implements operations specific to JDK 1.5
|
JDK16Platform |
INTERNAL:
Implements operations specific to JDK 1.6
|
JPAClassLoaderHolder |
INTERNAL:
This class is a composite object containing the classLoader and
a flag that is true if the classLoader returned is temporary.
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader(). |
JPAConversionManager |
Purpose: Extension to the existing conversion manager to support the
EJB 3.0 spec.
|
LOBValueWriter |
INTERNAL:
|
MappingCompare |
INTERNAL:
Use to Sort The mappings in ClassDescriptor, Mappings are either DirectToField, which must be at the top
or other
Avoid using this class as sun.misc is not part of many VM's like Netscapes.
|
NonSynchronizedProperties |
Properties subclass that removes the synchronization.
|
NonSynchronizedSubVector |
SubList that implements Vector.
|
NonSynchronizedVector |
Vector subclass that removes the synchronization.
|
QueryCounter |
INTERNAL:
This counter is used by the sessions to assign individual id's to all queries.
|
SerializationHelper |
Provide common functionalities for serialization of object.
|
StringHelper |
INTERNAL:
|
ThreadCursoredList |
Special List/Vector subclass that allows concurrent
population of the contents while the list is in use.
|
TransformerHelper |
Transformer helper class.
|
WriteLockManager |
INTERNAL:
|
XMLHelper |
Enum | Description |
---|---|
DatabaseType.DatabaseTypeHelper | |
JavaSEPlatform |
Java SE platforms supported by EclipseLink.
|
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference