Uses of Class
org.eclipse.persistence.internal.jpa.metadata.ORMetadata
Packages that use ORMetadata
Package
Description
-
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.config.classes
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.config.classes -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with type parameters of type ORMetadataModifier 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.Methods in org.eclipse.persistence.internal.jpa.metadata that return ORMetadataModifier and TypeMethodDescriptionprotected ORMetadataORMetadata.mergeORObjects(ORMetadata obj1, ORMetadata obj2) INTERNAL: Convenience method to merge two objects that were loaded from XML.Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type ORMetadataModifier and TypeMethodDescriptionprotected voidORMetadata.initXMLObject(ORMetadata metadata, MetadataAccessibleObject accessibleObject) INTERNAL:protected voidORMetadata.merge(ORMetadata metadata) INTERNAL: Subclasses that care to handle deeper merges should extend this method.protected ORMetadataORMetadata.mergeORObjects(ORMetadata obj1, ORMetadata obj2) INTERNAL: Convenience method to merge two objects that were loaded from XML.protected ObjectORMetadata.mergeSimpleObjects(Object obj1, Object obj2, ORMetadata otherMetadata, String xmlElement) INTERNAL: Convenience method to merge two objects that were loaded from XML.voidMetadataProject.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 generatorsbooleanORMetadata.shouldOverride(ORMetadata existing) INTERNAL: Method to determine if this ORMetadata should override another.Constructors in org.eclipse.persistence.internal.jpa.metadata with parameters of type ORMetadataModifierConstructorDescriptionORMetadata(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
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.accessorsModifier and TypeClassDescriptionclassINTERNAL: Common metadata accessor level for mappings and classes.classINTERNAL: PropertyMetadata.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors with parameters of type ORMetadataModifier and TypeMethodDescriptionvoidMetadataAccessor.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 TypeClassDescriptionclassINTERNAL: A abstract class accessor.classObject to represent a converter class.classINTERNAL: An embeddable accessor.classAn entity accessor.classAn interface accessor.classINTERNAL: A mapped superclass accessor.classObject to represent all the attributes of an XML defined entity, mapped-superclass or embeddable.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type ORMetadataModifier and TypeMethodDescriptionvoidClassAccessor.merge(ORMetadata metadata) INTERNAL: Generic class level merging details for entities, mapped superclasses and embeddables.voidConverterAccessor.merge(ORMetadata metadata) INTERNAL: Entity level merging details.voidEntityAccessor.merge(ORMetadata metadata) INTERNAL: Entity level merging details.voidMappedSuperclassAccessor.merge(ORMetadata metadata) INTERNAL: Mapped-superclass level merging details.voidXMLAttributes.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 TypeClassDescriptionclassINTERNAL: A relational accessor.classINTERNAL: A basic collection accessor.classINTERNAL: A basic collection accessor.classINTERNAL: A relational collection mapping accessor.classA derived id class accessor is found within an entity's embedded id class and is a reference back to a parents id class.classA direct accessor.classAn abstract direct collection accessor.classAn element collection accessor.classAn embedded relationship accessor.classAn embedded id relationship accessor.classA relational accessor.classINTERNAL: A many to many relationship accessor.classINTERNAL: A many to one relationship accessor.classINTERNAL: An abstract mapping accessor.classA multitenant id accessor.classINTERNAL: A single object relationship accessor.classINTERNAL: A OneToMany relationship accessor.classA one to one relationship accessor.classINTERNAL: A relational accessor.classINTERNAL: TransformationAccessor.classINTERNAL: An transient accessor ...classINTERNAL: A variable one to one relationship accessor.classINTERNAL: A basic version accessor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
Modifier and TypeClassDescriptionclassObject to hold onto additional criteria metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.cache
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.cacheModifier and TypeClassDescriptionclassINTERNAL: Object to hold onto cache index metadata.classObject to hold onto cache interceptor metadata.classObject to hold onto cache metadata.classObject to hold onto time of day metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.changetracking
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.changetrackingModifier and TypeClassDescriptionclassObject to hold onto change tracking metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.columns
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.columnsModifier and TypeClassDescriptionclassObject to hold onto an association override meta data.classINTERNAL: Object to hold onto an attribute override meta data.classINTERNAL: Object to process a JPA column into an EclipseLink database field.classINTERNAL: Object to hold onto relation (fk and pk) column metadata in a Eclipselink database field.classINTERNAL: A discriminator class is used within a variable one to one mapping.classINTERNAL: Object to process a JPA discriminator column into an EclipseLink database field.classINTERNAL: Synonym for Column for NoSql data.classINTERNAL: Object to process JPA foreign key metadata.classINTERNAL: Object to process JPA join columns EclipseLink database fields.classINTERNAL: Synonym for JoinColumn for NoSql data.classINTERNAL: Object to process JPA column type into EclipseLink database fields.classINTERNAL: Object to process a JPA order column into an EclipseLink database field.classINTERNAL: Object to hold onto common attribute/association override metadata.classINTERNAL: Object to process JPA primary key foreign key metadata.classINTERNAL: Object to process JPA primary key join columns EclipseLink database fields.classObject to hold onto primary key metadata.classINTERNAL: Object to process JPA relational type colummns into EclipseLink database fields.classObject to hold onto tenant discriminator metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.converters
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.convertersModifier and TypeClassDescriptionclassINTERNAL: Abstract metadata converter.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classObject to hold onto conversion values.classINTERNAL: Object to hold onto a custom converter metadata.classObject to hold onto convert metadata.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classINTERNAL: This class processes the reserve "json" converter specified through @Convert.classINTERNAL: This class processes JSON converter.classINTERNAL: This class processes the reserve "kryo" converter specified through @Convert.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classINTERNAL: Object to hold onto an object type converter metadata.classINTERNAL: Abstract metadata serializer.classINTERNAL: This class processes the reserve "serialized" converter specified through @Convert.classINTERNAL: 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.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classINTERNAL: Object to hold onto a type converter metadata.classINTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.classINTERNAL: This class processes the reserve "xml" converter specified through @Convert. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.copypolicy
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.copypolicyModifier and TypeClassDescriptionclassINTERNAL: Used to store information about CloneCopyPolicy as it is read from XML or annotations.classINTERNAL: 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.classUsed 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.classINTERNAL: 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
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.graphsModifier and TypeClassDescriptionclassObject to hold onto named attribute node metadata.classObject to hold onto named entity graph metadata.classObject to hold onto named sub graph metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.inheritance
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.inheritanceModifier and TypeClassDescriptionclassObject to represent inheritance metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.listeners
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.listenersModifier and TypeClassDescriptionclassA metadata class to facilitate the processing of lifecycle methods on an entity class (and its mapped superclasses).classA MetadataEntityListener and is placed on the owning entity's descriptor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.locking
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.lockingModifier and TypeClassDescriptionclassObject to hold onto optimistic locking metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.mappings
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.mappingsModifier and TypeClassDescriptionclassINTERNAL: Metadata for user specified property access methods and also used with VIRTUAL access types.classINTERNAL: Object to represent the cascade types specified for a relationship mapping element.classINTERNAL: Object to represent the cascade types specified for a relationship mapping element.classObject to hold onto map key metadata.classObject to hold onto order by metadata.classObject to hold onto return insert metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.multitenant
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.multitenantModifier and TypeClassDescriptionclassObject to hold onto multi-tenant metadata.classObject to hold onto tenant table discriminator metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.nosql
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.nosqlModifier and TypeClassDescriptionclassDefines the metadata for the @EIS annotation for mapping an EISDescriptor. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.partitioning
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.partitioningModifier and TypeClassDescriptionclassINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy.classINTERNAL: Define JPA meta-data for partitioning policy. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.queries
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.queriesModifier and TypeClassDescriptionclassINTERNAL: Object to hold onto a column result metadata.classINTERNAL: Object to hold onto complex type meta-data, including PL/SQL records and collections, as well as advanced Oracle JDBC types.classINTERNAL: Object to hold onto an entity result metadata.classINTERNAL: Object to hold onto an entity result metadata.classINTERNAL: Object to hold onto a fetch attribute metadata from a named fetch group metadata.classINTERNAL: Object to hold onto a named fetch group metadata.classINTERNAL: Object to hold onto an field result metadata.classINTERNAL: Object to hold onto named native query metadata.classINTERNAL: Object to hold onto a named PLSQL stored function query.classINTERNAL: Object to hold onto a named PLSQL stored procedure query.classINTERNAL: Object to hold onto a named query metadata.classINTERNAL: Object to hold onto a named stored function query.classINTERNAL: Object to hold onto a named stored procedure query.classINTERNAL: Object to hold onto Oracle array type meta-data.classINTERNAL: Object to hold onto Oracle complex type meta-data.classINTERNAL: Object to hold onto Oracle object type meta-data.classINTERNAL: Object to hold onto a PLSQL complex type meta-data.classINTERNAL: Object to hold onto a PLSQL parameter meta-data.classINTERNAL: Object to hold onto a PLSQL record meta-data.classINTERNAL: Object to hold onto a PLSQL table meta-data.classINTERNAL: Object to hold onto query hints metadata.classObject to hold onto Default Redirector metadata.classINTERNAL: Object to hold onto an sql result mapping metadata.classINTERNAL: Object to hold onto a stored procedure parameter metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sequencing
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sequencingModifier and TypeClassDescriptionclassMetadata object to hold generated value information.classA wrapper class to the MetadataSequenceGenerator that holds onto a @SequenceGenerator for its metadata values.classA wrapper class to a table generator metadata.classA wrapper class to the @UuidGenerator for its metadata values. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sop
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.sopModifier and TypeClassDescriptionclassObject to hold onto serialized object policy metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.structures
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.structuresModifier and TypeClassDescriptionclassAn array accessor.classDefines the metadata for the @Struct annotation for mapping ObjectRelationshipDataTypeDescriptor.classDefines a StructureMapping metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.tables
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.tablesModifier and TypeClassDescriptionclassINTERNAL: Object to hold onto a collection table metadata in an EclipseLink database table.classINTERNAL: Object to hold onto database index metadata.classINTERNAL: Object to hold onto join table metadata in a EclipseLink database table.classINTERNAL: Object to hold onto a relational table metadata in an EclipseLink database table.classINTERNAL: Object to hold onto a secondary table metadata in a TopLink database table.classINTERNAL: Object to hold onto table metadata in a TopLink database table.classINTERNAL: Object to hold onto a unique constraint metadata. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.transformers
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.transformersModifier and TypeClassDescriptionclassINTERNAL: Metadata for ReadTransformer.classINTERNAL: Matadata for WriteTransformer. -
Uses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.xml
Subclasses of ORMetadata in org.eclipse.persistence.internal.jpa.metadata.xmlModifier and TypeClassDescriptionclassObject to hold onto the XML entity mappings metadata.classObject to hold onto the XML persistence unit defaults.classINTERNAL: Object to hold onto the XML persistence unit metadata.Methods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type ORMetadataModifier and TypeMethodDescriptionvoidXMLPersistenceUnitDefaults.merge(ORMetadata metadata) INTERNAL:voidXMLPersistenceUnitMetadata.merge(ORMetadata metadata) INTERNAL: