Uses of Interface
org.apache.openjpa.lib.identifier.Identifier
-
Packages that use Identifier Package Description org.apache.openjpa.jdbc.identifier org.apache.openjpa.lib.identifier -
-
Uses of Identifier in org.apache.openjpa.jdbc.identifier
Classes in org.apache.openjpa.jdbc.identifier that implement Identifier Modifier and Type Class Description classDBIdentifierEncapsulates a database identifier.classQualifiedDBIdentifierThis 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 Identifier Modifier and Type Method Description intDBIdentifier. compareTo(Identifier o)Comparison operator for identifiers.intQualifiedDBIdentifier. 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 Identifier Modifier and Type Class Description classIdentifierImplBase identifer implementation.Methods in org.apache.openjpa.lib.identifier with parameters of type Identifier Modifier and Type Method Description intIdentifierImpl. compareTo(Identifier o)
-