Package io.micronaut.data.jdbc.convert
Interface JdbcConversionContext
-
- All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider
,io.micronaut.core.annotation.AnnotationSource
,io.micronaut.core.convert.ConversionContext
,io.micronaut.core.convert.ErrorsContext
,java.lang.Iterable<io.micronaut.core.convert.ConversionError>
,io.micronaut.core.type.TypeVariableResolver
public interface JdbcConversionContext extends io.micronaut.core.convert.ConversionContext
Conversion context for JDBC implementation.- Since:
- 3.1
- Author:
- Denis Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.sql.Connection
getConnection()
Provides access to JDBC connection.-
Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
-
Methods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Methods inherited from interface io.micronaut.core.convert.ConversionContext
getCharset, getLocale, getTypeVariables, with
-
-