See: Description
| Interface | Description |
|---|---|
| AsyncDatabaseConnector.OnEndConnectionListener<T> |
An interfaced to be used to create callback functions to be used to define the connector
behaviour on the connection's end.
|
| AsyncDatabaseConnector.OnStartConnectionListener |
An interfaced to be used to create callback functions to be used to define the connector
behaviour on the connection's start.
|
| BooleanConnector.OnEndConnectionListener |
An interfaced to be used to create callback functions to be used to define the connector
behaviour on the connection's end and handles a BooleanResult.
|
| DatabaseConnector |
The database connector's interface.
|
| Class | Description |
|---|---|
| AsyncDatabaseConnector<T extends BusinessEntity> |
Generic asynchronous connector to a database.
|
| AsyncDatabaseConnector.Builder<B extends BusinessEntity> |
A utility class useful to create an AsyncDatabaseConnector.
|
| BooleanConnector |
A connector that sends data in POST and handles boolean results.
|
| BooleanConnector.BooleanResult |
The boolean result.
|
| BooleanConnector.Builder |
Builder class for BooleanConnector.
|
| ConnectorConstants |
Utility class that contains useful constants for Cicerone's connector.
|
| GetDataConnector<T extends BusinessEntity> |
Special connector to the database.
|
| GetDataConnector.Builder<B extends BusinessEntity> |
Builder class for GetDataConnector.
|
| SendInPostConnector<T extends BusinessEntity> |
Generic connector to the database.
|
| SendInPostConnector.Builder<B extends BusinessEntity> |
A utility class useful to create a SendInPostConnector.
|