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, transactionProvider: JdbcTransactionProvider, typeRegistry: TypeRegistry, kotlinToPostgresConverter: KotlinToPostgresConverter, listenerConnectionFactory: () -> Connection, onClose: () -> Unit? = null) : DataAccess
Link copied to clipboard

Central management and entry point for the Octavius Database framework.