❓ Converter lookup
Converter are discovered/searched in the following order:
- in the scope of the local interface (static methods annotated with
@JavaToJdbcor@JdbcToJava) The interface may be annotated with easer@JavaToJdbcor@JdbcToJava(not both). In this case all static method which fit the converter definition will be taken in account. - in the global scope, defined with in the
@JdbcConfigor with@JdbcConfig(converter={}). In the configuration you can define global reusable converter collections. - in the type which is used
3.1) methods annotated with
@JavaToJdbcor@JdbcToJava3.2) default converter for Java record or enum - Basic JDBC Types