Package-level declarations
Types
Mapper for array types.
Mapper for binary data types.
Mapper for date/time related types.
Default mapper for types that aren't handled by other mappers. This mapper should be registered last in the registry.
Mapper for special column types like EntityIDColumnType and ColumnWithTransform. This mapper should be registered first in the registry.
Mapper for PostgreSQL-specific types.
Mapper for primitive types (Int, Long, Float, Double, etc.).
Interface for mapping values to R2DBC statements. Implementations of this interface are responsible for binding values to statements based on the column type and dialect.
Registry for type mappers. This class holds a list of type mappers and provides methods to register and use them.
Mapper for values without a column type. This mapper is used by the set method in R2dbcPreparedStatementImpl.