| Package | Description |
|---|---|
| io.stallion.dataAccess.db | |
| io.stallion.dataAccess.db.converters | |
| io.stallion.dataAccess.filtering |
| Modifier and Type | Method and Description |
|---|---|
Schema |
DB.addDynamicModelDefinition(DynamicModelDefinition def)
Add a dynamicModelDefinition to the internal registry of schemas
|
Schema |
DB.addModel(Class cls)
Add a model to the internal registry of schemas.
|
Schema |
DB.getSchema(Class cls)
Get the table schema for a given model class
|
Schema |
DB.getSchema(String name)
Get the table schema for a model name
|
Schema |
DB.modelToSchema(Class cls) |
Schema |
Schema.setColumns(List<Col> columns) |
Schema |
Schema.setExtraKeyDefinitions(List<String> extraKeyDefinitions) |
Schema |
Schema.setName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
DB.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
SqlGenerationAction.GenerateResult |
SqlGenerationAction.createAlterTableForNewColumns(Schema schema,
List<Col> columns) |
SqlGenerationAction.GenerateResult |
SqlGenerationAction.createTableSqlForSchema(Schema schema) |
SqlGenerationAction.GenerateResult |
SqlGenerationAction.generateForSchema(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
ResultToModel.getSchema() |
Schema |
ModelResultHandler.getSchema() |
Schema |
ModelListHandler.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelResultHandler.setSchema(Schema schema) |
| Constructor and Description |
|---|
ModelListHandler(Schema schema) |
ModelResultHandler(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
MySqlFilterChain.getSchema() |
Copyright © 2016. All rights reserved.