Package | Description |
---|---|
io.stallion | |
io.stallion.dataAccess | |
io.stallion.dataAccess.db | |
io.stallion.dataAccess.db.mysql | |
io.stallion.dataAccess.db.postgres |
Modifier and Type | Method and Description |
---|---|
static DB |
Context.db() |
static DB |
Context.getDb() |
Modifier and Type | Method and Description |
---|---|
DB |
DataAccessRegistry.getDb() |
Modifier and Type | Method and Description |
---|---|
void |
DataAccessRegistry.setDb(DB db) |
Modifier and Type | Method and Description |
---|---|
static DB |
DB.instance() |
static DB |
DB.load()
Load the database based on the configuration defined in the stallion.toml settings.
|
DB |
DB.registerConverter(AttributeConverter converter) |
Modifier and Type | Method and Description |
---|---|
Tickets |
DbImplementation.initTicketsService(DB db) |
Modifier and Type | Method and Description |
---|---|
Tickets |
MySqlDbImplementation.initTicketsService(DB db) |
Constructor and Description |
---|
MySqlTickets(DB db) |
Modifier and Type | Method and Description |
---|---|
Tickets |
PostgresDbImplementation.initTicketsService(DB db) |
Constructor and Description |
---|
PostgresTickets(DB db) |
Copyright © 2016. All rights reserved.