Skip to content

Annotation Index

This page is a compact index of public Kaumei JDBC annotations. It lists where an annotation may appear, what role it has, and which specification page defines its behaviour.

Detailed rules, defaults, lookup order, and error behaviour belong to the linked specification pages.

AnnotationJava locationsRoleCanonical rules
@JdbcSelectmethodSelect method entry pointJDBC Select
@JdbcUpdatemethodUpdate method entry pointJDBC Update
@JdbcBatchUpdatemethodBatch update factory methodJDBC Update
@JdbcNativemethodNative JDBC delegationJDBC Native
AnnotationJava locationsRoleCanonical rules
@JdbcNamemethod, parameter, record componentSQL parameter name or result column nameParameter Binding, Result Mapping
@JdbcConverterNamemethod, parameter, record componentSelect a named converterConverter Lookup, Parameter Binding, Result Mapping
@JavaToJdbcmethodJava-to-JDBC converter declarationParameter Binding, Converter Lookup
@JdbcToJavamethod, constructorJDBC-to-Java converter declarationResult Mapping, Converter Lookup
AnnotationJava locationsRoleCanonical rules
@JdbcConfigtypeProcessor configuration typeProcessor Configuration
@JdbcBatchSizetype, method, parameterBatch execution sizeProcessor Configuration, JDBC Update
@JdbcFetchDirectiontype, method, parameterStatement fetch directionProcessor Configuration, JDBC Select
@JdbcFetchSizetype, method, parameterStatement fetch sizeProcessor Configuration, JDBC Select
@JdbcMaxRowstype, method, parameterStatement maximum row countProcessor Configuration, JDBC Select
@JdbcNoMoreRowstype, methodMulti-row handling for single-value select resultsProcessor Configuration, JDBC Select
@JdbcNoRowstype, methodNo-row handling for single-value select resultsProcessor Configuration, JDBC Select
@JdbcQueryTimeouttype, method, parameterStatement query timeoutProcessor Configuration
@JdbcResultSetConcurrencytype, method, parameterResultSet concurrency settingProcessor Configuration, JDBC Select
@JdbcResultSetTypetype, method, parameterResultSet type settingProcessor Configuration, JDBC Select
AnnotationJava locationsRoleCanonical rules
@JdbcDebugtype, methodEnable extra processor debug output for the annotated elementProcessor Configuration
@JdbcGenerationtypeAdd annotations to generated classes or constructorsSpecification Overview
@JdbcLogLeveltypeSet processor log level from a configuration typeProcessor Configuration