Package | Description |
---|---|
org.apache.openjpa.jdbc.identifier | |
org.apache.openjpa.lib.identifier |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
QualifiedDBIdentifier.compareTo(Identifier o)
Compares this identifier with another identifier.
|
int |
DBIdentifier.compareTo(Identifier o)
Comparison operator for identifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifierImpl
Base identifer implementation.
|
Modifier and Type | Method and Description |
---|---|
int |
IdentifierImpl.compareTo(Identifier o) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.