Uses of Package
org.apache.openjpa.jdbc.meta
-
Packages that use org.apache.openjpa.jdbc.meta Package Description org.apache.openjpa.jdbc.ant OpenJPA-JDBC Ant Tasksorg.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.kernel.exps OpenJPA-JDBC Expression Treeorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.jdbc.schema OpenJPA-JDBC Schema Managementorg.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstractionorg.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.ant Class Description MappingTool.Flags Run flags.ReverseMappingTool.Flags Holder for run flags. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.conf Class Description MappingDefaults Generates default names for tables, columns, indexes, constraints, etc.MappingRepository Repository of object/relational mapping information. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.kernel Class Description ClassMapping Specialization of metadata for relational databases.FieldMapping Specialization of metadata for relational databases.MappingRepository Repository of object/relational mapping information.QueryResultMapping Mapping of a query result set to scalar and/or persistence-capable object-level values.Strategy Interface implemented by all mapping strategies.ValueMapping Specialization of value metadata for relational databases. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.kernel.exps Class Description ClassMapping Specialization of metadata for relational databases.Discriminator Handles determining the object class of database records.FieldMapping Specialization of metadata for relational databases. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.meta Class Description ClassMapping Specialization of metadata for relational databases.ClassMappingInfo Information about the mapping from a class to the schema, in raw form.ClassStrategy Mapping from a class to a relational schema.Discriminator Handles determining the object class of database records.DiscriminatorMappingInfo Information about the mapping from a discriminator to the schema, in raw form.DiscriminatorStrategy Handles determining the object class of database records.FieldMapping Specialization of metadata for relational databases.FieldMappingInfo Information about the mapping from a field to the schema, in raw form.FieldStrategy Maps a persistent field to the relational schema.Joinable Represents a value that can be joined to.MappingDefaults Generates default names for tables, columns, indexes, constraints, etc.MappingInfo Base class storing raw mapping information; defines utility methods for converting raw mapping information to full mapping to the schema.MappingInfo.ForeignKeyDefaults Supplies default foreign key information.MappingInfo.TableDefaults Supplies default table information.MappingRepository Repository of object/relational mapping information.MappingTool.Flags Run flags.NoneMappingDefaults No-op mapping defaults.QueryResultMapping Mapping of a query result set to scalar and/or persistence-capable object-level values.QueryResultMapping.PCResult A persistence-capable result.ReverseCustomizer Plugin in interface to customize the output of theReverseMappingTool
.ReverseMappingTool Reverse-maps a schema into class mappings and the associated java code.ReverseMappingTool.Flags Holder for run flags.Strategy Interface implemented by all mapping strategies.StrategyInstaller Installs mapping strategies.ValueHandler Maps a value to a relational schema.ValueMapping Specialization of value metadata for relational databases.ValueMappingInfo Information about the mapping from a field value to the schema, in raw form.Version Handles optimistic lock versioning for a class.VersionMappingInfo Information about the mapping from a version indicator to the schema, in raw form.VersionStrategy Handles optimistic lock versioning for a class. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.meta.strats Class Description ClassMapping Specialization of metadata for relational databases.ClassStrategy Mapping from a class to a relational schema.Discriminator Handles determining the object class of database records.DiscriminatorStrategy Handles determining the object class of database records.Embeddable Interface for field strategies that can managed fields of embedded-element, embedded-key, and embedded-value objects.FieldMapping Specialization of metadata for relational databases.FieldStrategy Maps a persistent field to the relational schema.Joinable Represents a value that can be joined to.RelationId Callback to store a relation after the object id has been assigned.Strategy Interface implemented by all mapping strategies.ValueHandler Maps a value to a relational schema.ValueMapping Specialization of value metadata for relational databases.Version Handles optimistic lock versioning for a class.VersionStrategy Handles optimistic lock versioning for a class. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.schema Class Description VersionStrategy Handles optimistic lock versioning for a class. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.jdbc.sql Class Description ClassMapping Specialization of metadata for relational databases.FieldMapping Specialization of metadata for relational databases.RelationId Callback to store a relation after the object id has been assigned. -
Classes in org.apache.openjpa.jdbc.meta used by org.apache.openjpa.persistence.jdbc Class Description ClassMapping Specialization of metadata for relational databases.Discriminator Handles determining the object class of database records.FieldMapping Specialization of metadata for relational databases.MappingDefaults Generates default names for tables, columns, indexes, constraints, etc.MappingDefaultsImpl Default implementation ofMappingDefaults
.MappingInfo Base class storing raw mapping information; defines utility methods for converting raw mapping information to full mapping to the schema.QueryResultMapping Mapping of a query result set to scalar and/or persistence-capable object-level values.ValueMapping Specialization of value metadata for relational databases.Version Handles optimistic lock versioning for a class.