See: Description
| Interface | Description |
|---|---|
| NamingFactory |
Representation of a naming factory for schema components (tables, columns, etc).
|
| Class | Description |
|---|---|
| AbstractNamingFactory |
Abstract base for any naming factory, providing convenience facilities like truncation.
|
| DN2NamingFactory |
Naming factory used by DataNucleus v3.x onwards.
|
| JPANamingFactory |
Naming factory following JPA specification rules.
|
| Enum | Description |
|---|---|
| ColumnType |
Enum defining the types of columns.
|
| NamingCase |
Enum defining the types of cases that component identifiers can be stored in.
|
| SchemaComponent |
Enum of the types of schema components that we need to create names for.
|
Copyright © 2019. All rights reserved.