PRIMITIVE_TYPES

Set of primitive types that have native decoder support and should not use @Converter. Date/time types (Instant, LocalDate, etc.) are excluded to allow @Converter usage for databases that don't have native support (e.g., SQLite mapping Instant to Long).