Uses of Interface
org.apache.openjpa.lib.xml.Commentable
-
Packages that use Commentable Package Description org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.meta OpenJPA Metadata -
-
Uses of Commentable in org.apache.openjpa.jdbc.meta
Classes in org.apache.openjpa.jdbc.meta that implement Commentable Modifier and Type Class Description classClassMappingSpecialization of metadata for relational databases.classClassMappingInfoInformation about the mapping from a class to the schema, in raw form.classFieldMappingSpecialization of metadata for relational databases.classFieldMappingInfoInformation about the mapping from a field to the schema, in raw form.classQueryResultMappingMapping of a query result set to scalar and/or persistence-capable object-level values.classSequenceMappingSpecialization of sequence metadata for ORM. -
Uses of Commentable in org.apache.openjpa.meta
Classes in org.apache.openjpa.meta that implement Commentable Modifier and Type Class Description classClassMetaDataContains metadata about a persistent type.classFieldMetaDataMetadata for a managed class field.classMultiQueryMetaDataclassNonPersistentMetaDataMetadata about a persistence-aware type.classQueryMetaDataHolds metadata about named queries.classSequenceMetaDataMetadata about a named sequence.
-