Package | Description |
---|---|
org.datanucleus.store.schema.naming |
This package is a work-in-progress to provide datastore-agnostic naming strategies for JDO, JPA and
indeed any other API.
|
Modifier and Type | Method and Description |
---|---|
static ColumnType |
ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
DN2NamingFactory.getColumnName(AbstractClassMetaData cmd,
ColumnType type) |
String |
NamingFactory.getColumnName(AbstractClassMetaData cmd,
ColumnType type)
Method to return the name of the column for the specified class (version, datastore-id, discriminator etc).
|
String |
JPANamingFactory.getColumnName(AbstractClassMetaData cmd,
ColumnType type) |
String |
AbstractNamingFactory.getColumnName(AbstractMemberMetaData mmd,
ColumnType type) |
String |
NamingFactory.getColumnName(AbstractMemberMetaData mmd,
ColumnType type)
Method to return the name of the column for the specified field.
|
String |
DN2NamingFactory.getColumnName(AbstractMemberMetaData mmd,
ColumnType type,
int position) |
String |
NamingFactory.getColumnName(AbstractMemberMetaData mmd,
ColumnType type,
int position)
Method to return the name of the column for the position of the specified field.
|
String |
JPANamingFactory.getColumnName(AbstractMemberMetaData mmd,
ColumnType type,
int position) |
Copyright © 2021. All rights reserved.