Package | Description |
---|---|
org.datanucleus.store.rdbms.identifier |
This package contains a series of classes defining the identifier names of datastore objects,
such as tables, foreign keys, indexes, primary keys etc.
|
Modifier and Type | Field and Description |
---|---|
protected IdentifierCase |
AbstractIdentifierFactory.identifierCase
Case to use for identifiers.
|
Modifier and Type | Method and Description |
---|---|
IdentifierCase |
IdentifierFactory.getIdentifierCase()
Accessor for the identifier case being used.
|
IdentifierCase |
AbstractIdentifierFactory.getIdentifierCase()
Accessor for the identifier case being used.
|
static IdentifierCase |
IdentifierCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierCase[] |
IdentifierCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.