Package | Description |
---|---|
io.stallion.boot | |
io.stallion.dataAccess | |
io.stallion.dataAccess.db | |
io.stallion.dataAccess.db.mysql | |
io.stallion.dataAccess.db.postgres |
Modifier and Type | Method and Description |
---|---|
Tickets |
AppContextLoader.getTickets()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
TimebasedTickets
This generates unique IDs (unique within a particular stallion application) based on the current time.
|
Modifier and Type | Method and Description |
---|---|
Tickets |
DataAccessRegistry.getTickets() |
Modifier and Type | Method and Description |
---|---|
void |
DataAccessRegistry.setTickets(Tickets tickets) |
Modifier and Type | Method and Description |
---|---|
Tickets |
DB.getTickets()
Get the Tickets service for generating new IDS
|
Tickets |
DbImplementation.initTicketsService(DB db) |
Tickets |
DB.newTicketsGeneratorInstance()
Instantiate an instance of a Tickets subclass, based on the database type
|
Modifier and Type | Class and Description |
---|---|
class |
MySqlTickets |
Modifier and Type | Method and Description |
---|---|
Tickets |
MySqlDbImplementation.initTicketsService(DB db) |
Modifier and Type | Class and Description |
---|---|
class |
PostgresTickets |
Modifier and Type | Method and Description |
---|---|
Tickets |
PostgresDbImplementation.initTicketsService(DB db) |
Copyright © 2016. All rights reserved.