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 class
ClassMapping
Specialization of metadata for relational databases.class
ClassMappingInfo
Information about the mapping from a class to the schema, in raw form.class
FieldMapping
Specialization of metadata for relational databases.class
FieldMappingInfo
Information about the mapping from a field to the schema, in raw form.class
QueryResultMapping
Mapping of a query result set to scalar and/or persistence-capable object-level values.class
SequenceMapping
Specialization 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 class
ClassMetaData
Contains metadata about a persistent type.class
FieldMetaData
Metadata for a managed class field.class
MultiQueryMetaData
class
NonPersistentMetaData
Metadata about a persistence-aware type.class
QueryMetaData
Holds metadata about named queries.class
SequenceMetaData
Metadata about a named sequence.
-