| Interface | Description |
|---|---|
| PostgreSQLService |
This is actual service responsible of managing indexing and queries and creating database structure.
|
| PostgreSQLTypeHelper |
A little helper interface to convert java types to SQL types when inserting objects to prepared statements.
|
| Class | Description |
|---|---|
| PostgreSQLAppStartup | |
| PostgreSQLIndexExporter | |
| PostgreSQLIndexing | |
| PostgreSQLQuerying | |
| PostgreSQLTypeHelper.SQLTypeHelperMixin |