Uses of Class
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
Package
Description
-
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata
Modifier and TypeMethodDescriptionprotected <T extends ORMetadata>
voidORMetadata.initXMLObjects
(List<T> metadatas, MetadataAccessibleObject accessibleObject) INTERNAL: It is assumed this is a list of ORMetadataprotected <T extends ORMetadata>
StringORMetadata.initXMLTextObject
(List<T> metadatas) INTERNAL: This is to support legacy orm instance docs.protected <T extends ORMetadata>
List<T> ORMetadata.mergeORObjectLists
(List<T> list1, List<T> list2) INTERNAL: Convenience method to merge two lists of metadata objects.Modifier and TypeMethodDescriptionprotected ORMetadata
ORMetadata.mergeORObjects
(ORMetadata obj1, ORMetadata obj2) INTERNAL: Convenience method to merge two objects that were loaded from XML.Modifier and TypeMethodDescriptionprotected void
ORMetadata.initXMLObject
(ORMetadata metadata, MetadataAccessibleObject accessibleObject) INTERNAL:protected void
ORMetadata.merge
(ORMetadata metadata) INTERNAL: Subclasses that care to handle deeper merges should extend this method.protected ORMetadata
ORMetadata.mergeORObjects
(ORMetadata obj1, ORMetadata obj2) INTERNAL: Convenience method to merge two objects that were loaded from XML.protected Object
ORMetadata.mergeSimpleObjects
(Object obj1, Object obj2, ORMetadata otherMetadata, String xmlElement) INTERNAL: Convenience method to merge two objects that were loaded from XML.void
MetadataProject.processTable
(TableMetadata table, String defaultName, String defaultCatalog, String defaultSchema, ORMetadata owner) INTERNAL: Common table processing for table, secondary table, join table, collection table and table generatorsboolean
ORMetadata.shouldOverride
(ORMetadata existing) INTERNAL: Method to determine if this ORMetadata should override another.ModifierConstructorDescriptionORMetadata
(ORMetadata orm) INTERNAL: Used for annotation loading and switching from one metadata object to a more specific one. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors
Modifier and TypeClassDescriptionclass
INTERNAL: Common metadata accessor level for mappings and classes.class
INTERNAL: PropertyMetadata.Modifier and TypeMethodDescriptionvoid
MetadataAccessor.merge
(ORMetadata metadata) INTERNAL: We currently limit this merging to the ClassAccessor level. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Modifier and TypeClassDescriptionclass
INTERNAL: A abstract class accessor.class
Object to represent a converter class.class
INTERNAL: An embeddable accessor.class
An entity accessor.class
An interface accessor.class
INTERNAL: A mapped superclass accessor.class
Object to represent all the attributes of an XML defined entity, mapped-superclass or embeddable.Modifier and TypeMethodDescriptionvoid
ClassAccessor.merge
(ORMetadata metadata) INTERNAL: Generic class level merging details for entities, mapped superclasses and embeddables.void
ConverterAccessor.merge
(ORMetadata metadata) INTERNAL: Entity level merging details.void
EntityAccessor.merge
(ORMetadata metadata) INTERNAL: Entity level merging details.void
MappedSuperclassAccessor.merge
(ORMetadata metadata) INTERNAL: Mapped-superclass level merging details.void
XMLAttributes.merge
(ORMetadata metadata) INTERNAL: Since we are controlling the merging and we know we'll be comparing apples with apples, the casting is safe to assume. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Modifier and TypeClassDescriptionclass
INTERNAL: A relational accessor.class
INTERNAL: A basic collection accessor.class
INTERNAL: A basic collection accessor.class
INTERNAL: A relational collection mapping accessor.class
A derived id class accessor is found within an entity's embedded id class and is a reference back to a parents id class.class
A direct accessor.class
An abstract direct collection accessor.class
An element collection accessor.class
An embedded relationship accessor.class
An embedded id relationship accessor.class
A relational accessor.class
INTERNAL: A many to many relationship accessor.class
INTERNAL: A many to one relationship accessor.class
INTERNAL: An abstract mapping accessor.class
A multitenant id accessor.class
INTERNAL: A single object relationship accessor.class
INTERNAL: A OneToMany relationship accessor.class
A one to one relationship accessor.class
INTERNAL: A relational accessor.class
INTERNAL: TransformationAccessor.class
INTERNAL: An transient accessor ...class
INTERNAL: A variable one to one relationship accessor.class
INTERNAL: A basic version accessor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
Modifier and TypeClassDescriptionclass
Object to hold onto additional criteria metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.cache
Modifier and TypeClassDescriptionclass
INTERNAL: Object to hold onto cache index metadata.class
Object to hold onto cache interceptor metadata.class
Object to hold onto cache metadata.class
Object to hold onto time of day metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.changetracking
Modifier and TypeClassDescriptionclass
Object to hold onto change tracking metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.columns
Modifier and TypeClassDescriptionclass
Object to hold onto an association override meta data.class
INTERNAL: Object to hold onto an attribute override meta data.class
INTERNAL: Object to process a JPA column into an EclipseLink database field.class
INTERNAL: Object to hold onto relation (fk and pk) column metadata in a Eclipselink database field.class
INTERNAL: A discriminator class is used within a variable one to one mapping.class
INTERNAL: Object to process a JPA discriminator column into an EclipseLink database field.class
INTERNAL: Synonym for Column for NoSql data.class
INTERNAL: Object to process JPA foreign key metadata.class
INTERNAL: Object to process JPA join columns EclipseLink database fields.class
INTERNAL: Synonym for JoinColumn for NoSql data.class
INTERNAL: Object to process JPA column type into EclipseLink database fields.class
INTERNAL: Object to process a JPA order column into an EclipseLink database field.class
INTERNAL: Object to hold onto common attribute/association override metadata.class
INTERNAL: Object to process JPA primary key foreign key metadata.class
INTERNAL: Object to process JPA primary key join columns EclipseLink database fields.class
Object to hold onto primary key metadata.class
INTERNAL: Object to process JPA relational type colummns into EclipseLink database fields.class
Object to hold onto tenant discriminator metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.converters
Modifier and TypeClassDescriptionclass
INTERNAL: Abstract metadata converter.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
Object to hold onto conversion values.class
INTERNAL: Object to hold onto a custom converter metadata.class
Object to hold onto convert metadata.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
INTERNAL: This class processes the reserve "json" converter specified through @Convert.class
INTERNAL: This class processes JSON converter.class
INTERNAL: This class processes the reserve "kryo" converter specified through @Convert.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
INTERNAL: Object to hold onto an object type converter metadata.class
INTERNAL: Abstract metadata serializer.class
INTERNAL: This class processes the reserve "serialized" converter specified through @Convert.class
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.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
INTERNAL: Object to hold onto a type converter metadata.class
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.class
INTERNAL: This class processes the reserve "xml" converter specified through @Convert. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.copypolicy
Modifier and TypeClassDescriptionclass
INTERNAL: Used to store information about CloneCopyPolicy as it is read from XML or annotations.class
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.class
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.class
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. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.graphs
Modifier and TypeClassDescriptionclass
Object to hold onto named attribute node metadata.class
Object to hold onto named entity graph metadata.class
Object to hold onto named sub graph metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.inheritance
Modifier and TypeClassDescriptionclass
Object to represent inheritance metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.listeners
Modifier and TypeClassDescriptionclass
A metadata class to facilitate the processing of lifecycle methods on an entity class (and its mapped superclasses).class
A MetadataEntityListener and is placed on the owning entity's descriptor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.locking
Modifier and TypeClassDescriptionclass
Object to hold onto optimistic locking metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.mappings
Modifier and TypeClassDescriptionclass
INTERNAL: Metadata for user specified property access methods and also used with VIRTUAL access types.class
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.class
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.class
Object to hold onto map key metadata.class
Object to hold onto order by metadata.class
Object to hold onto return insert metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.multitenant
Modifier and TypeClassDescriptionclass
Object to hold onto multi-tenant metadata.class
Object to hold onto tenant table discriminator metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.nosql
Modifier and TypeClassDescriptionclass
Defines the metadata for the @EIS annotation for mapping an EISDescriptor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.partitioning
Modifier and TypeClassDescriptionclass
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy.class
INTERNAL: Define JPA meta-data for partitioning policy. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.queries
Modifier and TypeClassDescriptionclass
INTERNAL: Object to hold onto a column result metadata.class
INTERNAL: Object to hold onto complex type meta-data, including PL/SQL records and collections, as well as advanced Oracle JDBC types.class
INTERNAL: Object to hold onto an entity result metadata.class
INTERNAL: Object to hold onto an entity result metadata.class
INTERNAL: Object to hold onto a fetch attribute metadata from a named fetch group metadata.class
INTERNAL: Object to hold onto a named fetch group metadata.class
INTERNAL: Object to hold onto an field result metadata.class
INTERNAL: Object to hold onto named native query metadata.class
INTERNAL: Object to hold onto a named PLSQL stored function query.class
INTERNAL: Object to hold onto a named PLSQL stored procedure query.class
INTERNAL: Object to hold onto a named query metadata.class
INTERNAL: Object to hold onto a named stored function query.class
INTERNAL: Object to hold onto a named stored procedure query.class
INTERNAL: Object to hold onto Oracle array type meta-data.class
INTERNAL: Object to hold onto Oracle complex type meta-data.class
INTERNAL: Object to hold onto Oracle object type meta-data.class
INTERNAL: Object to hold onto a PLSQL complex type meta-data.class
INTERNAL: Object to hold onto a PLSQL parameter meta-data.class
INTERNAL: Object to hold onto a PLSQL record meta-data.class
INTERNAL: Object to hold onto a PLSQL table meta-data.class
INTERNAL: Object to hold onto query hints metadata.class
Object to hold onto Default Redirector metadata.class
INTERNAL: Object to hold onto an sql result mapping metadata.class
INTERNAL: Object to hold onto a stored procedure parameter metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sequencing
Modifier and TypeClassDescriptionclass
Metadata object to hold generated value information.class
A wrapper class to the MetadataSequenceGenerator that holds onto a @SequenceGenerator for its metadata values.class
A wrapper class to a table generator metadata.class
A wrapper class to the @UuidGenerator for its metadata values. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sop
Modifier and TypeClassDescriptionclass
Object to hold onto serialized object policy metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.structures
Modifier and TypeClassDescriptionclass
An array accessor.class
Defines the metadata for the @Struct annotation for mapping ObjectRelationshipDataTypeDescriptor.class
Defines a StructureMapping metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Modifier and TypeClassDescriptionclass
INTERNAL: Object to hold onto a collection table metadata in an EclipseLink database table.class
INTERNAL: Object to hold onto database index metadata.class
INTERNAL: Object to hold onto join table metadata in a EclipseLink database table.class
INTERNAL: Object to hold onto a relational table metadata in an EclipseLink database table.class
INTERNAL: Object to hold onto a secondary table metadata in a TopLink database table.class
INTERNAL: Object to hold onto table metadata in a TopLink database table.class
INTERNAL: Object to hold onto a unique constraint metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.transformers
Modifier and TypeClassDescriptionclass
INTERNAL: Metadata for ReadTransformer.class
INTERNAL: Matadata for WriteTransformer. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Modifier and TypeClassDescriptionclass
Object to hold onto the XML entity mappings metadata.class
Object to hold onto the XML persistence unit defaults.class
INTERNAL: Object to hold onto the XML persistence unit metadata.Modifier and TypeMethodDescriptionvoid
XMLPersistenceUnitDefaults.merge
(ORMetadata metadata) INTERNAL:void
XMLPersistenceUnitMetadata.merge
(ORMetadata metadata) INTERNAL: