postgresql-starter β
JSONBTo Jackson Converter β
Why not just use JSONBtoJacksonConverter provided by jooq-jackson-extension? Just to be able to control the objectMapper used for serialization/deserialization and be able to include project modules
Class: com.drinkit.postgresql.jooq.JSONBToJacksonConverter
Methods (9)
andThen()forArrays()from()fromSupported()fromType()inverse()to()toSupported()toType()
Jooq Repository β
Marks a PostgreSQL repository with MANDATORY transaction propagation.
IMPORTANT: All methods MUST be called within an existing transaction.
Usage:
- Use cases (domain layer) MUST be annotated with @Transactional
- Spring tests MUST use @Transactional or configure a transaction manager
This enforces that transactions are managed at the use case level, never at the repository level.
Class: com.drinkit.postgresql.jooq.JooqRepository
Generated automatically from code annotations