Package-level declarations
Types
Link copied to clipboard
Manages the initialization of core PostgreSQL types and functions required by the Octavius framework.
Link copied to clipboard
internal class DatabaseAccess(jdbcTemplate: JdbcTemplate, transactionManager: DataSourceTransactionManager, typeRegistry: TypeRegistry, kotlinToPostgresConverter: KotlinToPostgresConverter, listenerConnectionFactory: () -> Connection) : DataAccess
Link copied to clipboard
object OctaviusDatabase
Database management system - central access point to database services.
Link copied to clipboard
Factory providing various RowMapper implementations for ResultSet conversion.