Package-level declarations

Types

Link copied to clipboard
internal object CoreTypeInitializer

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

Database management system - central access point to database services.

Link copied to clipboard
internal class RowMappers(typeRegistry: TypeRegistry)

Factory providing various RowMapper implementations for ResultSet conversion.