Interface | Description |
---|---|
DbImplementation |
Class | Description |
---|---|
Col |
This class is used internally when reflecting over a Java model and converting it into
a table schema.
|
DB |
A singleton that stores the database connection pool, registered model schemas,
and provides a bunch of helper methods for actually talking to the database.
|
DbColumnConverter | |
DbPersister<T extends Model> | |
Schema |
Used internally to represent the schema of a database table.
|
SmartQueryCache |
SmartQueryCache is used by the DB singleton to cache query results.
|
SqlCheckNeedsMigrationAction |
A command-line action that checks to see if a database migration needs to be run, that is
if there is a SQL migration file in the sql folder that has not yet been marked as run in
the database.
|
SqlGenerationAction | |
SqlGenerationAction.GenerateResult | |
SqlMigration | |
SqlMigrationAction |
Runs all unexecuted database migrations.
|
Enum | Description |
---|---|
DbTypes |
The database engine - MySql, Postgres, etc.
|
Annotation Type | Description |
---|---|
Converter |
An annotation that allows defining a custom AttributeConverter,
add this to a model property getter to define a custom class for
converting to and fro database format.
|
DefaultSort | |
ExtraKeyDefinitions |
Copyright © 2016. All rights reserved.