Uses of Interface
org.apache.openjpa.lib.identifier.Identifier
Packages that use Identifier
-
Uses of Identifier in org.apache.openjpa.jdbc.identifier
Classes in org.apache.openjpa.jdbc.identifier that implement IdentifierModifier and TypeClassDescriptionclass
Encapsulates a database identifier.class
This class extends DBIdentifier to provide support for qualified identifiers such as schema qualified tables and table qualified columns.Methods in org.apache.openjpa.jdbc.identifier with parameters of type IdentifierModifier and TypeMethodDescriptionint
DBIdentifier.compareTo
(Identifier o) Comparison operator for identifiers.int
QualifiedDBIdentifier.compareTo
(Identifier o) Compares this identifier with another identifier. -
Uses of Identifier in org.apache.openjpa.lib.identifier
Classes in org.apache.openjpa.lib.identifier that implement IdentifierMethods in org.apache.openjpa.lib.identifier with parameters of type Identifier