All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractConverterMetadata |
INTERNAL:
Abstract metadata converter.
|
| AbstractPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| AccessMethods |
JPA scripting API implementation.
|
| AccessMethodsMetadata |
INTERNAL:
Metadata for user specified property access methods and also used with
VIRTUAL access types.
|
| AdditionalCriteria |
JPA scripting API implementation.
|
| AdditionalCriteriaMetadata |
Object to hold onto additional criteria metadata.
|
| Archive |
Provides an abstraction to deal with various kinds of URLs that can
be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl()
|
| ArchiveBase |
Abstract base class of all Archives.
|
| ArchiveFactory |
This interface should be implemented by users that want to provide a custom way
of dealing with archives that contain persistence units.
|
| ArchiveFactoryImpl |
This class is written to deal with various URLs that can be returned by
PersistenceUnitInfo.getPersistenceUnitRootUrl()
|
| Array |
JPA scripting API implementation.
|
| ArrayAccessor |
An array accessor.
|
| AssociationOverride |
JPA scripting API implementation.
|
| AssociationOverrideMetadata |
Object to hold onto an association override meta data.
|
| AttributeNodeImpl<X> |
Concrete JPA AttributeNode class.
|
| AttributeOverride |
JPA scripting API implementation.
|
| AttributeOverrideMetadata |
INTERNAL:
Object to hold onto an attribute override meta data.
|
| Basic |
JPA scripting API implementation.
|
| BasicAccessor |
INTERNAL:
A relational accessor.
|
| BasicCollectionAccessor |
INTERNAL:
A basic collection accessor.
|
| BasicMapAccessor |
INTERNAL:
A basic collection accessor.
|
| BatchFetch |
JPA scripting API implementation.
|
| BatchFetchMetadata |
INTERNAL:
Object to represent the cascade types specified for a relationship
mapping element.
|
| BeanValidationInitializationHelper |
Responsible for intialializing Bean Validation.
|
| BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl |
|
| BeanValidationListener |
Responsible for performing automatic bean validation on call back events.
|
| Cache |
JPA scripting API implementation.
|
| CacheImpl |
Implements the JPA Cache interface using the EclipseLink cache API through IdentityMapAccessor.
|
| CacheIndex |
JPA scripting API implementation.
|
| CacheIndexMetadata |
INTERNAL:
Object to hold onto cache index metadata.
|
| CacheInterceptor |
JPA scripting API implementation.
|
| CacheInterceptorMetadata |
Object to hold onto cache interceptor metadata.
|
| CacheMetadata |
Object to hold onto cache metadata.
|
| Cascade |
JPA scripting API implementation.
|
| CascadeMetadata |
INTERNAL:
Object to represent the cascade types specified for a relationship
mapping element.
|
| ChangeTracking |
JPA scripting API implementation.
|
| ChangeTrackingMetadata |
Object to hold onto change tracking metadata.
|
| ClassAccessor |
INTERNAL:
A abstract class accessor.
|
| ClassInstanceMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| CloneCopyPolicy |
JPA scripting API implementation.
|
| CloneCopyPolicyMetadata |
INTERNAL:
Used to store information about CloneCopyPolicy as it is read from XML or
annotations.
|
| CMP3Policy |
Defines primary key extraction code for use in JPA.
|
| CollectionAccessor |
INTERNAL:
A relational collection mapping accessor.
|
| CollectionTable |
JPA scripting API implementation.
|
| CollectionTableMetadata |
INTERNAL:
Object to hold onto a collection table metadata in an EclipseLink
database table.
|
| Column |
JPA scripting API implementation.
|
| ColumnMetadata |
INTERNAL: Object to process a JPA column into an EclipseLink database field.
|
| ColumnResult |
JPA scripting API implementation.
|
| ColumnResultMetadata |
INTERNAL:
Object to hold onto a column result metadata.
|
| ComplexTypeMetadata |
INTERNAL:
Object to hold onto complex type meta-data, including PL/SQL records
and collections, as well as advanced Oracle JDBC types.
|
| ConstructorResult |
JPA scripting API implementation.
|
| ConstructorResultMetadata |
INTERNAL:
Object to hold onto an entity result metadata.
|
| ConversionValue |
JPA scripting API implementation.
|
| ConversionValueMetadata |
Object to hold onto conversion values.
|
| Convert |
JPA scripting API implementation.
|
| Converter |
JPA scripting API implementation.
|
| ConverterAccessor |
Object to represent a converter class.
|
| ConverterClass |
JPA scripting API implementation.
|
| ConverterManager |
Manage field value to JDBC data type converters loaded from SPI providers.
|
| ConverterMetadata |
INTERNAL:
Object to hold onto a custom converter metadata.
|
| ConvertMetadata |
Object to hold onto convert metadata.
|
| CopyPolicy |
JPA scripting API implementation.
|
| CopyPolicyMetadata |
INTERNAL:
Incapsulates common behavior amount class for all the different types of
copy policy metadata
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|
| CustomCopyPolicyMetadata |
Used to store information about CopyPolicy as it is read from XML or
annotations
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|
| DataService |
JPA scripting API implementation.
|
| DataSourceConfig |
Simplest of all possible holder objects for all of the data source
info required by the Entity test environment.
|
| DerivedIdClassAccessor |
A derived id class accessor is found within an entity's embedded id class
and is a reference back to a parents id class.
|
| DirectAccessor |
A direct accessor.
|
| DirectCollectionAccessor |
An abstract direct collection accessor.
|
| DirectColumnMetadata |
INTERNAL:
Object to hold onto relation (fk and pk) column metadata in a Eclipselink
database field.
|
| DirectoryArchive |
This is an implementation of Archive when container returns a file:
url that refers to a directory that contains an exploded jar file.
|
| DirectoryInsideJarURLArchive |
This is an implementation of Archive which is used when container
returns a jar: URL.
|
| DiscriminatorClass |
JPA scripting API implementation.
|
| DiscriminatorClassMetadata |
INTERNAL:
A discriminator class is used within a variable one to one mapping.
|
| DiscriminatorColumn |
JPA scripting API implementation.
|
| DiscriminatorColumnMetadata |
INTERNAL:
Object to process a JPA discriminator column into an EclipseLink database field.
|
| DynamicIdentityPolicy |
Custom CMPPolicy to handle Object[].
|
| EJBQueryImpl<X> |
Concrete JPA query class.
|
| ElementCollection |
JPA scripting API implementation.
|
| ElementCollectionAccessor |
An element collection accessor.
|
| Embeddable |
JPA scripting API implementation.
|
| EmbeddableAccessor |
INTERNAL:
An embeddable accessor.
|
| Embedded |
JPA scripting API implementation.
|
| EmbeddedAccessor |
An embedded relationship accessor.
|
| EmbeddedId |
JPA scripting API implementation.
|
| EmbeddedIdAccessor |
An embedded id relationship accessor.
|
| EmptyElementConverter |
Converts from empty node to true or false
|
| Entity |
JPA scripting API implementation.
|
| EntityAccessor |
An entity accessor.
|
| EntityClassListener<T> |
A callback listener for those entities that define callback methods.
|
| EntityClassListenerMetadata |
A metadata class to facilitate the processing of lifecycle methods on an
entity class (and its mapped superclasses).
|
| EntityGraphImpl<X> |
Concrete JPA EntityGraph class.
|
| EntityListener<T> |
An EntityListener is placed on the owning entity's descriptor.
|
| EntityListener |
JPA scripting API implementation.
|
| EntityListenerMetadata |
A MetadataEntityListener and is placed on the owning entity's descriptor.
|
| EntityManagerFactoryDelegate |
Purpose: Provides the implementation for the EntityManager Factory.
|
| EntityManagerFactoryImpl |
Wraps our implementation of EntityManagerFactory
Most operations are forwarded to the delegate.
|
| EntityManagerFactoryProvider |
This is a helper/impl class for the EclipseLink EJB 3.0 provider
The default constructor can be used to build the provider by reflection, after which it can
be used to create EntityManagerFactories
|
| EntityManagerImpl |
Purpose: Contains the implementation of the EntityManager.
|
| EntityManagerImpl.OperationType |
|
| EntityManagerSetupImpl |
INTERNAL:
This class handles deployment of a persistence unit.
|
| EntityManagerSetupImpl.TableCreationType |
|
| EntityResult |
JPA scripting API implementation.
|
| EntityResultMetadata |
INTERNAL:
Object to hold onto an entity result metadata.
|
| Enumerated |
JPA scripting API implementation.
|
| EnumeratedMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| FetchAttribute |
JPA scripting API implementation.
|
| FetchAttributeMetadata |
INTERNAL:
Object to hold onto a fetch attribute metadata from a named fetch group
metadata.
|
| FetchGroup |
JPA scripting API implementation.
|
| FetchGroupMetadata |
INTERNAL:
Object to hold onto a named fetch group metadata.
|
| Field |
JPA scripting API implementation.
|
| FieldMetadata |
INTERNAL:
Synonym for Column for NoSql data.
|
| FieldPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| FieldResult |
JPA scripting API implementation.
|
| FieldResultMetadata |
INTERNAL:
Object to hold onto an field result metadata.
|
| FileBasedProjectCache |
Purpose: Support serializing/deserializing a project representing application metadata
to/from a file.
|
| ForeignKey |
JPA scripting API implementation.
|
| ForeignKeyMetadata |
INTERNAL:
Object to process JPA foreign key metadata.
|
| GeneratedValue |
JPA scripting API implementation.
|
| GeneratedValueMetadata |
Metadata object to hold generated value information.
|
| HashPartitioning |
JPA scripting API implementation.
|
| HashPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| Id |
JPA scripting API implementation.
|
| IdAccessor |
A relational accessor.
|
| Index |
JPA scripting API implementation.
|
| IndexMetadata |
INTERNAL:
Object to hold onto database index metadata.
|
| Inheritance |
JPA scripting API implementation.
|
| InheritanceMetadata |
Object to represent inheritance metadata.
|
| InstantiationCopyPolicy |
JPA scripting API implementation.
|
| InstantiationCopyPolicyMetadata |
INTERNAL:
Used to store information about InstantiationCopyPolicy as it is read from
XML or annotations
Key notes:
- any metadata mapped from XML to this class must be compared in the
equals method.
|
| InterfaceAccessor |
An interface accessor.
|
| IsolatedHashMap<K,V> |
|
| JarFileArchive |
This is an implementation of Archive when container returns a
file: url that refers to a jar file.
|
| JarInputStreamURLArchive |
This is an implementation of Archive which is used when container
returns some form of URL from which an InputStream in jar format can be
obtained.
|
| JavaSECMPInitializer |
INTERNAL:
JavaSECMPInitializer is used to bootstrap the deployment of EntityBeans in EJB 3.0
when deployed in a non-managed setting
It is called internally by our Provider
|
| JavaSECMPInitializer.TempEntityLoader |
This class loader is provided at initialization time to allow us to temporarily load
domain classes so we can examine them for annotations.
|
| JavaSECMPInitializerAgent |
This agent is intended to be run prior to start up on a CMP3 JavaSE application.
|
| JoinColumn |
JPA scripting API implementation.
|
| JoinColumnMetadata |
INTERNAL:
Object to process JPA join columns EclipseLink database fields.
|
| JoinField |
JPA scripting API implementation.
|
| JoinFieldMetadata |
INTERNAL:
Synonym for JoinColumn for NoSql data.
|
| JoinTable |
JPA scripting API implementation.
|
| JoinTableMetadata |
INTERNAL:
Object to hold onto join table metadata in a EclipseLink database table.
|
| JpaCache |
Extends JPA Cache interface with additional EclipseLink API.
|
| JpaCriteriaBuilder |
PUBLIC:
EclipseLInk specific JPA Criteria interface.
|
| JPADynamicHelper |
|
| JPADynamicTypeBuilder |
|
| JPAEntityListenerHolder |
|
| JpaEntityManager |
Purpose: Defines the Interface for EclipseLink extensions to the EntityManager
|
| JpaEntityManagerFactory |
Purpose: Defines the Interface for EclipseLink extensions to the EntityManagerFactory
|
| JpaHelper |
This sample illustrates the JPA helper methods that may be of use
to EclipseLink customers attempting to leverage EclipseLink specific functionality.
|
| JPAInitializer |
Base class for all JPA initialization classes.
|
| JpaQuery<X> |
PUBLIC:
EclipseLInk specific JPA query interface.
|
| JPAQuery |
Purpose:
A JPA placeholder Query object to store JPQL strings so that processing the string is delayed
until Login.
|
| JSONMetadata |
INTERNAL:
This class processes the reserve "json" converter specified through @Convert.
|
| JsonValueMetadata |
INTERNAL:
This class processes JSON converter.
|
| KryoMetadata |
INTERNAL:
This class processes the reserve "kryo" converter specified through @Convert.
|
| Lob |
JPA scripting API implementation.
|
| LobMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| ManyToMany |
JPA scripting API implementation.
|
| ManyToManyAccessor |
INTERNAL:
A many to many relationship accessor.
|
| ManyToOne |
JPA scripting API implementation.
|
| ManyToOneAccessor |
INTERNAL:
A many to one relationship accessor.
|
| MapKey |
JPA scripting API implementation.
|
| MapKeyMetadata |
Object to hold onto map key metadata.
|
| MappedKeyMapAccessor |
Interface class to define the common map mapping metadata.
|
| MappedSuperclass |
JPA scripting API implementation.
|
| MappedSuperclassAccessor |
INTERNAL:
A mapped superclass accessor.
|
| MappingAccessor |
INTERNAL:
An abstract mapping accessor.
|
| Mappings |
JPA scripting API implementation.
|
| MetadataAccessibleObject |
INTERNAL:
Parent object that is used to hold onto a valid JPA decorated method
field, class or file.
|
| MetadataAccessor |
INTERNAL:
Common metadata accessor level for mappings and classes.
|
| MetadataAnnotatedElement |
INTERNAL:
Parent object that is used to hold onto a valid JPA decorated method, field
or class.
|
| MetadataAnnotation |
Metadata representation of an annotation.
|
| MetadataAsmFactory |
INTERNAL: A metadata factory that uses ASM technology and no reflection
whatsoever to process the metadata model.
|
| MetadataClass |
INTERNAL:
An object to hold onto a valid JPA decorated class.
|
| MetadataColumn |
INTERNAL:
Object to process JPA column type into EclipseLink database fields.
|
| MetadataConstants |
INTERNAL:
Common metadata processing constants.
|
| MetadataConverter |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| MetadataDescriptor |
INTERNAL:
Common metatata descriptor for the annotation and xml processors.
|
| MetadataDynamicClassWriter |
Custom DynamicClassWriter adding getter methods for virtual
attributes so that 3rd party frameworks such as jakarta.validation can access
the attribute values.
|
| MetadataFactory |
INTERNAL:
A metadata factory is used to extract class information.
|
| MetadataField |
INTERNAL:
An object to hold onto a valid JPA decorated field.
|
| MetadataFile |
INTERNAL:
Parent object that is used to hold onto a valid JPA decorated file.
|
| MetadataHelper |
Purpose: Define any useful static methods to manipulate with descriptors content.
|
| MetadataHelper |
INTERNAL:
Common helper methods for the metadata processing.
|
| MetadataLogger |
INTERNAL:
Logger class for the metadata processors.
|
| MetadataMethod |
INTERNAL:
An object to hold onto a valid JPA decorated method.
|
| MetadataProcessor |
INTERNAL:
The object/relational metadata processor for the EJB3.0 specification.
|
| MetadataProject |
INTERNAL:
A MetadataProject stores metadata and also helps to facilitate the metadata
processing.
|
| MetadataSource |
Purpose: Interface used to support additional persistence unit
metadata being provided from outside of what was packaged within the
application.
|
| MetadataSourceAdapter |
Purpose: To provide a trivial implementation of MetadataSource.
|
| MethodSerialImpl |
INTERNAL:
Class used to represent java.lang.reflect.Method instances to allow serialization
|
| MixedConverterMetadata |
INTERNAL:
Object to hold onto XML converter metadata.
|
| Multitenant |
JPA scripting API implementation.
|
| MultitenantIdAccessor |
A multitenant id accessor.
|
| MultitenantMetadata |
Object to hold onto multi-tenant metadata.
|
| NamedAttributeNodeMetadata |
Object to hold onto named attribute node metadata.
|
| NamedEntityGraphMetadata |
Object to hold onto named entity graph metadata.
|
| NamedNativeQuery |
JPA scripting API implementation.
|
| NamedNativeQueryMetadata |
INTERNAL:
Object to hold onto named native query metadata.
|
| NamedPlsqlStoredFunctionQuery |
JPA scripting API implementation.
|
| NamedPLSQLStoredFunctionQueryMetadata |
INTERNAL:
Object to hold onto a named PLSQL stored function query.
|
| NamedPlsqlStoredProcedureQuery |
JPA scripting API implementation.
|
| NamedPLSQLStoredProcedureQueryMetadata |
INTERNAL:
Object to hold onto a named PLSQL stored procedure query.
|
| NamedQuery |
JPA scripting API implementation.
|
| NamedQueryMetadata |
INTERNAL:
Object to hold onto a named query metadata.
|
| NamedStoredFunctionQuery |
JPA scripting API implementation.
|
| NamedStoredFunctionQueryMetadata |
INTERNAL:
Object to hold onto a named stored function query.
|
| NamedStoredProcedureQuery |
JPA scripting API implementation.
|
| NamedStoredProcedureQueryMetadata |
INTERNAL:
Object to hold onto a named stored procedure query.
|
| NamedSubgraphMetadata |
Object to hold onto named sub graph metadata.
|
| NoSql |
JPA scripting API implementation.
|
| NoSqlMetadata |
Defines the metadata for the @EIS annotation for mapping an EISDescriptor.
|
| ObjectAccessor |
INTERNAL:
A single object relationship accessor.
|
| ObjectTypeConverter |
JPA scripting API implementation.
|
| ObjectTypeConverterMetadata |
INTERNAL:
Object to hold onto an object type converter metadata.
|
| OneToMany |
JPA scripting API implementation.
|
| OneToManyAccessor |
INTERNAL:
A OneToMany relationship accessor.
|
| OneToOne |
JPA scripting API implementation.
|
| OneToOneAccessor |
A one to one relationship accessor.
|
| OptimisticLocking |
JPA scripting API implementation.
|
| OptimisticLockingMetadata |
Object to hold onto optimistic locking metadata.
|
| OracleArray |
JPA scripting API implementation.
|
| OracleArrayTypeMetadata |
INTERNAL:
Object to hold onto Oracle array type meta-data.
|
| OracleComplexTypeMetadata |
INTERNAL:
Object to hold onto Oracle complex type meta-data.
|
| OracleObject |
JPA scripting API implementation.
|
| OracleObjectTypeMetadata |
INTERNAL:
Object to hold onto Oracle object type meta-data.
|
| OrderByMetadata |
Object to hold onto order by metadata.
|
| OrderColumn |
JPA scripting API implementation.
|
| OrderColumnMetadata |
INTERNAL:
Object to process a JPA order column into an EclipseLink database field.
|
| ORMContentHandler |
|
| ORMetadata |
INTERNAL:
Abstract/common level for JPA Object/Relational metadata.
|
| OverrideMetadata |
INTERNAL:
Object to hold onto common attribute/association override metadata.
|
| Partitioning |
JPA scripting API implementation.
|
| PartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| PersistenceInitializationActivator |
Any class that calls the initialize method on the JavaSECMPInitializer should implement this interface
Implementers of this interface can restrict the provider that the initializer will initialize with.
|
| PersistenceProvider |
This is the EclipseLink EJB 3.0 provider
This provider should be used by JavaEE and JavaSE users.
|
| PersistenceUnit |
JPA scripting API implementation.
|
| PersistenceUnitDefaults |
JPA scripting API implementation.
|
| PersistenceUnitMetadata |
JPA scripting API implementation.
|
| PersistenceUnitProcessor |
INTERNAL:
Utility Class that deals with persistence archives for EJB 3.0
Provides functions like searching for persistence archives, processing
persistence.xml and searching for Entities in a Persistence archive
|
| PersistenceUnitProcessor.Mode |
Passed to processORMetadata method to indicate processing mode.
|
| PinnedPartitioning |
JPA scripting API implementation.
|
| PinnedPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| PLSQLComplexTypeMetadata |
INTERNAL:
Object to hold onto a PLSQL complex type meta-data.
|
| PlsqlParameter |
JPA scripting API implementation.
|
| PLSQLParameterMetadata |
INTERNAL:
Object to hold onto a PLSQL parameter meta-data.
|
| PlsqlRecord |
JPA scripting API implementation.
|
| PLSQLRecordMetadata |
INTERNAL:
Object to hold onto a PLSQL record meta-data.
|
| PlsqlTable |
JPA scripting API implementation.
|
| PLSQLTableMetadata |
INTERNAL:
Object to hold onto a PLSQL table meta-data.
|
| PrimaryKey |
JPA scripting API implementation.
|
| PrimaryKeyForeignKeyMetadata |
INTERNAL:
Object to process JPA primary key foreign key metadata.
|
| PrimaryKeyJoinColumn |
JPA scripting API implementation.
|
| PrimaryKeyJoinColumnMetadata |
INTERNAL:
Object to process JPA primary key join columns EclipseLink database fields.
|
| PrimaryKeyMetadata |
Object to hold onto primary key metadata.
|
| ProjectCache |
Purpose: Interface used to support caching the project generated from metadata
avoiding costs associated processing the same metadata over multiple deployments.
|
| Property |
JPA scripting API implementation.
|
| PropertyMetadata |
INTERNAL:
PropertyMetadata.
|
| QueryHint |
JPA scripting API implementation.
|
| QueryHintMetadata |
INTERNAL:
Object to hold onto query hints metadata.
|
| QueryHintsHandler |
The class processes query hints.
|
| QueryHintsHandler.AllowNativeSQLQueryHint |
|
| QueryHintsHandler.AsOfHint |
|
| QueryHintsHandler.AsOfSCNHint |
|
| QueryHintsHandler.BatchHint |
|
| QueryHintsHandler.BatchSizeHint |
|
| QueryHintsHandler.BatchTypeHint |
|
| QueryHintsHandler.BatchWriteHint |
Configure the cache usage of the query.
|
| QueryHintsHandler.BindParametersHint |
|
| QueryHintsHandler.CacheRetrieveModeHint |
|
| QueryHintsHandler.CacheRetrieveModeLegacyHint |
|
| QueryHintsHandler.CacheStatementHint |
|
| QueryHintsHandler.CacheStoreModeHint |
|
| QueryHintsHandler.CacheStoreModeLegacyHint |
|
| QueryHintsHandler.CacheUsageHint |
Configure the cache usage of the query.
|
| QueryHintsHandler.CascadePolicyHint |
|
| QueryHintsHandler.CompositeMemberHint |
|
| QueryHintsHandler.CursorHint |
|
| QueryHintsHandler.CursorInitialSizeHint |
|
| QueryHintsHandler.CursorPageSizeHint |
|
| QueryHintsHandler.CursorSizeHint |
|
| QueryHintsHandler.ExclusiveHint |
|
| QueryHintsHandler.FetchGraphHint |
|
| QueryHintsHandler.FetchGroupAttributeHint |
|
| QueryHintsHandler.FetchGroupDefaultHint |
|
| QueryHintsHandler.FetchGroupHint |
|
| QueryHintsHandler.FetchGroupLoadHint |
|
| QueryHintsHandler.FetchGroupNameHint |
|
| QueryHintsHandler.FetchHint |
|
| QueryHintsHandler.FlushHint |
|
| QueryHintsHandler.Hint |
Define a generic Hint.
|
| QueryHintsHandler.HintHint |
|
| QueryHintsHandler.IndirectionPolicyHint |
|
| QueryHintsHandler.InheritanceJoinHint |
|
| QueryHintsHandler.JDBCFetchSizeHint |
|
| QueryHintsHandler.JDBCFirstResultHint |
|
| QueryHintsHandler.JDBCMaxRowsHint |
|
| QueryHintsHandler.JDBCTimeoutHint |
|
| QueryHintsHandler.LeftFetchHint |
|
| QueryHintsHandler.LoadGraphHint |
|
| QueryHintsHandler.LoadGroupAttributeHint |
|
| QueryHintsHandler.LoadGroupHint |
|
| QueryHintsHandler.MaintainCacheHint |
|
| QueryHintsHandler.NativeConnectionHint |
|
| QueryHintsHandler.ParameterDelimiterHint |
INTERNAL:
325167: Make reserved # bind parameter char generic to enable native SQL pass through
|
| QueryHintsHandler.PartitioningHint |
|
| QueryHintsHandler.PessimisticLockHint |
|
| QueryHintsHandler.PessimisticLockScope |
|
| QueryHintsHandler.PessimisticLockTimeoutHint |
|
| QueryHintsHandler.PessimisticLockTimeoutUnitHint |
|
| QueryHintsHandler.PrepareHint |
|
| QueryHintsHandler.PrintInnerJoinInWhereClauseHint |
|
| QueryHintsHandler.QueryCacheExpiryHint |
Define the query cache expiry hint.
|
| QueryHintsHandler.QueryCacheExpiryTimeOfDayHint |
Define the query cache expiry time of day hint.
|
| QueryHintsHandler.QueryCacheHint |
Define the query cache hint.
|
| QueryHintsHandler.QueryCacheIgnoreNullHint |
Define the query cache ignore null hint.
|
| QueryHintsHandler.QueryCacheInvalidateOnChangeHint |
Define the query cache ignore null hint.
|
| QueryHintsHandler.QueryCacheRandomizedExpiryHint |
Define the query cache randomized expiry hint.
|
| QueryHintsHandler.QueryCacheSizeHint |
Define the query cache size hint.
|
| QueryHintsHandler.QueryCacheTypeHint |
Define the query cache type hint.
|
| QueryHintsHandler.QueryResultsCacheValidation |
|
| QueryHintsHandler.QueryTimeoutHint |
|
| QueryHintsHandler.QueryTimeoutUnitHint |
|
| QueryHintsHandler.QueryTypeHint |
Configure the type of the query.
|
| QueryHintsHandler.ReadOnlyHint |
|
| QueryHintsHandler.RedirectorHint |
|
| QueryHintsHandler.RefreshHint |
|
| QueryHintsHandler.ResultCollectionTypeHint |
|
| QueryHintsHandler.ResultSetAccess |
|
| QueryHintsHandler.ResultSetConcurrencyHint |
|
| QueryHintsHandler.ResultSetTypeHint |
|
| QueryHintsHandler.ResultTypeHint |
|
| QueryHintsHandler.ReturnNameValuePairsHint |
This hint can be used to indicate whether or not a ResultSetMapping query should
return populated DatabaseRecords vs.
|
| QueryHintsHandler.ScrollableCursorHint |
|
| QueryHintsHandler.SerializedObject |
|
| QueryImpl |
Concrete JPA query class.
|
| QueryRedirectors |
JPA scripting API implementation.
|
| QueryRedirectorsMetadata |
Object to hold onto Default Redirector metadata.
|
| RangePartition |
JPA scripting API implementation.
|
| RangePartitioning |
JPA scripting API implementation.
|
| RangePartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| RangePartitionMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| ReadTransformer |
JPA scripting API implementation.
|
| ReadTransformerMetadata |
INTERNAL:
Metadata for ReadTransformer.
|
| RelationalColumnMetadata |
INTERNAL:
Object to process JPA relational type colummns into EclipseLink database fields.
|
| RelationalTableMetadata |
INTERNAL:
Object to hold onto a relational table metadata in an EclipseLink
database table.
|
| RelationshipAccessor |
INTERNAL:
A relational accessor.
|
| ReplicationPartitioning |
JPA scripting API implementation.
|
| ReplicationPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| ReturnInsert |
JPA scripting API implementation.
|
| ReturnInsertMetadata |
Object to hold onto return insert metadata.
|
| RoundRobinPartitioning |
JPA scripting API implementation.
|
| RoundRobinPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| RuntimeFactory |
JPA scripting API implementation.
|
| SecondaryTable |
JPA scripting API implementation.
|
| SecondaryTableMetadata |
INTERNAL:
Object to hold onto a secondary table metadata in a TopLink database table.
|
| SEPersistenceUnitInfo |
Internal implementation of the PersistenceUnitInfo detailed in the EJB 3.0 specification
Used by our Java SE implementation so common method calls can be used in setting
of Container and non-Container EntityManagerFactories.
|
| SEPersistenceUnitProperty |
INTERNAL:
Object to hold onto persistence unit properties as specified in the
persistence.xml property.
|
| SequenceGenerator |
JPA scripting API implementation.
|
| SequenceGeneratorMetadata |
A wrapper class to the MetadataSequenceGenerator that holds onto a
@SequenceGenerator for its metadata values.
|
| SerializedConverterMetadata |
INTERNAL:
Abstract metadata serializer.
|
| SerializedMetadata |
INTERNAL:
This class processes the reserve "serialized" converter specified through @Convert.
|
| SerializedObjectPolicyMetadata |
Object to hold onto serialized object policy metadata.
|
| SqlResultSetMapping |
JPA scripting API implementation.
|
| SQLResultSetMappingMetadata |
INTERNAL:
Object to hold onto an sql result mapping metadata.
|
| StaticWeave |
Description: This is the static weave command line processing class that verifies command options and invokes
StaticWeaveProcessor to statically weave the classes.
|
| StaticWeaveAntTask |
Description: This is the static weave ant task definition class that verifies the value of specified attributes and invokes
StaticWeaveProcessor to weave classes.
|
| StaticWeaveClassTransformer |
Description: This class provides the implementation of class transformer by leveraging on the following existing APIs,
PersistenceUnitProcessor.processORMetadata() - get class descriptor.
|
| StaticWeaveInfo |
A helper class used by EntityManagerSetupImpl class for static weaving.
|
| StaticWeaveProcessor |
Description: The StaticWeaveProcessor controls the static weaving process.
|
| StoredProcedureParameter |
JPA scripting API implementation.
|
| StoredProcedureParameterMetadata |
INTERNAL:
Object to hold onto a stored procedure parameter metadata.
|
| StoredProcedureQueryImpl |
Concrete JPA query class.
|
| Struct |
JPA scripting API implementation.
|
| StructConverter |
JPA scripting API implementation.
|
| StructConverterMetadata |
INTERNAL:
Place holder for a StructConverter
This class will allow a StructConverter to be added to a Session through
annotations when defined with the StructConverter annotation.
|
| StructMetadata |
Defines the metadata for the @Struct annotation for mapping
ObjectRelationshipDataTypeDescriptor.
|
| Structure |
JPA scripting API implementation.
|
| StructureAccessor |
Defines a StructureMapping metadata.
|
| Table |
JPA scripting API implementation.
|
| TableGenerator |
JPA scripting API implementation.
|
| TableGeneratorMetadata |
A wrapper class to a table generator metadata.
|
| TableMetadata |
INTERNAL:
Object to hold onto table metadata in a TopLink database table.
|
| Temporal |
JPA scripting API implementation.
|
| TemporalMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| TenantDiscriminatorColumn |
JPA scripting API implementation.
|
| TenantDiscriminatorColumnMetadata |
Object to hold onto tenant discriminator metadata.
|
| TenantTableDiscriminator |
JPA scripting API implementation.
|
| TenantTableDiscriminatorMetadata |
Object to hold onto tenant table discriminator metadata.
|
| TimeOfDay |
JPA scripting API implementation.
|
| TimeOfDayMetadata |
Object to hold onto time of day metadata.
|
| Transformation |
JPA scripting API implementation.
|
| TransformationAccessor |
INTERNAL:
TransformationAccessor.
|
| Transient |
JPA scripting API implementation.
|
| TransientAccessor |
INTERNAL:
An transient accessor ...
|
| TypeConverter |
JPA scripting API implementation.
|
| TypeConverterMetadata |
INTERNAL:
Object to hold onto a type converter metadata.
|
| UnionPartitioning |
JPA scripting API implementation.
|
| UnionPartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| UniqueConstraint |
JPA scripting API implementation.
|
| UniqueConstraintMetadata |
INTERNAL:
Object to hold onto a unique constraint metadata.
|
| URLArchive |
This is an implementation of Archive when container returns a url
that is not one of the familiar URL types like file or jar URLs.
|
| UuidGenerator |
JPA scripting API implementation.
|
| UuidGeneratorMetadata |
A wrapper class to the @UuidGenerator for its metadata values.
|
| UUIDMetadata |
INTERNAL:
Abstract converter class that parents both the JPA and Eclipselink
converters.
|
| ValuePartition |
JPA scripting API implementation.
|
| ValuePartitioning |
JPA scripting API implementation.
|
| ValuePartitioningMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| ValuePartitionMetadata |
INTERNAL:
Define JPA meta-data for partitioning policy.
|
| VariableOneToOne |
JPA scripting API implementation.
|
| VariableOneToOneAccessor |
INTERNAL:
A variable one to one relationship accessor.
|
| Version |
JPA scripting API implementation.
|
| VersionAccessor |
INTERNAL:
A basic version accessor.
|
| WriteTransformer |
JPA scripting API implementation.
|
| WriteTransformerMetadata |
INTERNAL:
Matadata for WriteTransformer.
|
| XMLAttributes |
Object to represent all the attributes of an XML defined entity,
mapped-superclass or embeddable.
|
| XMLEntityMappings |
Object to hold onto the XML entity mappings metadata.
|
| XMLEntityMappingsMappingProject |
INTERNAL:
EclipseLink ORM mapping file OX mapping project.
|
| XMLEntityMappingsReader |
ORM.xml reader.
|
| XMLEntityMappingsWriter |
ORM.xml reader.
|
| XMLMetadata |
INTERNAL:
This class processes the reserve "xml" converter specified through @Convert.
|
| XMLMetadataSource |
Purpose: Support reading metadata for a persistence unit in an XML format from a URL and if the property is undefined,
it will look for a file.
|
| XMLPersistenceUnitDefaults |
Object to hold onto the XML persistence unit defaults.
|
| XMLPersistenceUnitMetadata |
INTERNAL:
Object to hold onto the XML persistence unit metadata.
|