|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceTracker | |
---|---|
org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata |
org.apache.openjpa.jdbc.schema | OpenJPA-JDBC Schema Management |
org.apache.openjpa.lib.meta | Metadata Framework |
org.apache.openjpa.meta | OpenJPA Metadata |
org.apache.openjpa.persistence | OpenJPA JPA |
Uses of SourceTracker in org.apache.openjpa.jdbc.meta |
---|
Classes in org.apache.openjpa.jdbc.meta that implement SourceTracker | |
---|---|
class |
ClassMapping
Specialization of metadata for relational databases. |
class |
ClassMappingInfo
Information about the mapping from a class 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 SourceTracker in org.apache.openjpa.jdbc.schema |
---|
Classes in org.apache.openjpa.jdbc.schema that implement SourceTracker | |
---|---|
class |
Sequence
Represents a database sequence. |
class |
Table
Represents a database table. |
Uses of SourceTracker in org.apache.openjpa.lib.meta |
---|
Methods in org.apache.openjpa.lib.meta with parameters of type SourceTracker | |
---|---|
static String |
SourceTrackers.getSourceLocationMessage(SourceTracker[] trackers)
Create a message appropriate for display to the user describing the location(s) that trackers were loaded from. |
Uses of SourceTracker in org.apache.openjpa.meta |
---|
Classes in org.apache.openjpa.meta that implement SourceTracker | |
---|---|
class |
ClassMetaData
Contains metadata about a persistent type. |
class |
NonPersistentMetaData
Metadata about a persistence-aware type. |
class |
QueryMetaData
Holds metadata about named queries. |
class |
SequenceMetaData
Metadata about a named sequence. |
Uses of SourceTracker in org.apache.openjpa.persistence |
---|
Classes in org.apache.openjpa.persistence that implement SourceTracker | |
---|---|
class |
PersistenceUnitInfoImpl
Implementation of the PersistenceUnitInfo interface used by OpenJPA
when parsing persistence configuration information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |