Uses of Interface
org.apache.openjpa.lib.identifier.Identifier

Packages that use Identifier
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
 class DBIdentifier
          Encapsulates a database identifier.
 class QualifiedDBIdentifier
          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 Identifier
 int QualifiedDBIdentifier.compareTo(Identifier o)
          Compares this identifier with another identifier.
 int DBIdentifier.compareTo(Identifier o)
          Comparison operator for identifiers.
 

Uses of Identifier in org.apache.openjpa.lib.identifier
 

Classes in org.apache.openjpa.lib.identifier that implement Identifier
 class IdentifierImpl
          Base identifer implementation.
 

Methods in org.apache.openjpa.lib.identifier with parameters of type Identifier
 int IdentifierImpl.compareTo(Identifier o)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.