Uses of Enum Class
org.apache.ibatis.type.JdbcType
Packages that use JdbcType
Package
Description
Base package for the Configuration building code.
Contains the result processing logic.
Utilities for JDBC.
Base package for mapping.
Base package.
Type handlers.
-
Uses of JdbcType in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return JdbcTypeMethods in org.apache.ibatis.builder with parameters of type JdbcTypeModifier and TypeMethodDescriptionMapperBuilderAssistant.buildDiscriminator(Class<?> resultType, String column, Class<?> javaType, JdbcType jdbcType, Class<? extends TypeHandler<?>> typeHandler, Map<String, String> discriminatorMap) MapperBuilderAssistant.buildParameterMapping(Class<?> parameterType, String property, Class<?> javaType, JdbcType jdbcType, String resultMap, ParameterMode parameterMode, Class<? extends TypeHandler<?>> typeHandler, Integer numericScale) MapperBuilderAssistant.buildResultMapping(Class<?> resultType, String property, String column, Class<?> javaType, JdbcType jdbcType, String nestedSelect, String nestedResultMap, String notNullColumn, String columnPrefix, Class<? extends TypeHandler<?>> typeHandler, List<ResultFlag> flags) Backward compatibility signature 'buildResultMapping'.MapperBuilderAssistant.buildResultMapping(Class<?> resultType, String property, String column, Class<?> javaType, JdbcType jdbcType, String nestedSelect, String nestedResultMap, String notNullColumn, String columnPrefix, Class<? extends TypeHandler<?>> typeHandler, List<ResultFlag> flags, String resultSet, String foreignColumn, boolean lazy) -
Uses of JdbcType in org.apache.ibatis.executor.resultset
Methods in org.apache.ibatis.executor.resultset that return JdbcTypeMethods in org.apache.ibatis.executor.resultset that return types with arguments of type JdbcType -
Uses of JdbcType in org.apache.ibatis.jdbc
Methods in org.apache.ibatis.jdbc that return JdbcType -
Uses of JdbcType in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return JdbcTypeModifier and TypeMethodDescriptionParameterMapping.getJdbcType()Used in the UnknownTypeHandler in case there is no handler for the property type.ResultMapping.getJdbcType()Methods in org.apache.ibatis.mapping with parameters of type JdbcTypeModifier and TypeMethodDescription -
Uses of JdbcType in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as JdbcTypeMethods in org.apache.ibatis.session that return JdbcTypeMethods in org.apache.ibatis.session with parameters of type JdbcTypeModifier and TypeMethodDescriptionvoidConfiguration.setJdbcTypeForNull(JdbcType jdbcTypeForNull) -
Uses of JdbcType in org.apache.ibatis.type
Methods in org.apache.ibatis.type that return JdbcTypeModifier and TypeMethodDescriptionstatic JdbcTypeJdbcType.forCode(int code) static JdbcTypeReturns the enum constant of this class with the specified name.static JdbcType[]JdbcType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.ibatis.type with parameters of type JdbcTypeModifier and TypeMethodDescription<T> TypeHandler<T> TypeHandlerRegistry.getTypeHandler(Class<T> type, JdbcType jdbcType) TypeHandler<?> TypeHandlerRegistry.getTypeHandler(JdbcType jdbcType) <T> TypeHandler<T> TypeHandlerRegistry.getTypeHandler(TypeReference<T> javaTypeReference, JdbcType jdbcType) booleanTypeHandlerRegistry.hasTypeHandler(Class<?> javaType, JdbcType jdbcType) booleanTypeHandlerRegistry.hasTypeHandler(TypeReference<?> javaTypeReference, JdbcType jdbcType) void<T> voidTypeHandlerRegistry.register(Class<T> type, JdbcType jdbcType, TypeHandler<? extends T> handler) voidTypeHandlerRegistry.register(JdbcType jdbcType, TypeHandler<?> handler) voidArrayTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Object parameter, JdbcType jdbcType) abstract voidBaseTypeHandler.setNonNullParameter(PreparedStatement ps, int i, T parameter, JdbcType jdbcType) voidBigDecimalTypeHandler.setNonNullParameter(PreparedStatement ps, int i, BigDecimal parameter, JdbcType jdbcType) voidBigIntegerTypeHandler.setNonNullParameter(PreparedStatement ps, int i, BigInteger parameter, JdbcType jdbcType) voidBlobByteObjectArrayTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Byte[] parameter, JdbcType jdbcType) voidBlobInputStreamTypeHandler.setNonNullParameter(PreparedStatement ps, int i, InputStream parameter, JdbcType jdbcType) Set anInputStreamintoPreparedStatement.voidBlobTypeHandler.setNonNullParameter(PreparedStatement ps, int i, byte[] parameter, JdbcType jdbcType) voidBooleanTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Boolean parameter, JdbcType jdbcType) voidByteArrayTypeHandler.setNonNullParameter(PreparedStatement ps, int i, byte[] parameter, JdbcType jdbcType) voidByteObjectArrayTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Byte[] parameter, JdbcType jdbcType) voidByteTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Byte parameter, JdbcType jdbcType) voidCharacterTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Character parameter, JdbcType jdbcType) voidClobReaderTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Reader parameter, JdbcType jdbcType) Set aReaderintoPreparedStatement.voidClobTypeHandler.setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) voidDateOnlyTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Date parameter, JdbcType jdbcType) voidDateTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Date parameter, JdbcType jdbcType) voidDoubleTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Double parameter, JdbcType jdbcType) voidEnumOrdinalTypeHandler.setNonNullParameter(PreparedStatement ps, int i, E parameter, JdbcType jdbcType) voidEnumTypeHandler.setNonNullParameter(PreparedStatement ps, int i, E parameter, JdbcType jdbcType) voidFloatTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Float parameter, JdbcType jdbcType) voidInstantTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Instant parameter, JdbcType jdbcType) voidIntegerTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Integer parameter, JdbcType jdbcType) voidJapaneseDateTypeHandler.setNonNullParameter(PreparedStatement ps, int i, JapaneseDate parameter, JdbcType jdbcType) voidLocalDateTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, LocalDateTime parameter, JdbcType jdbcType) voidLocalDateTypeHandler.setNonNullParameter(PreparedStatement ps, int i, LocalDate parameter, JdbcType jdbcType) voidLocalTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, LocalTime parameter, JdbcType jdbcType) voidLongTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Long parameter, JdbcType jdbcType) voidMonthTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Month month, JdbcType type) voidNClobTypeHandler.setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) voidNStringTypeHandler.setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) voidObjectTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Object parameter, JdbcType jdbcType) voidOffsetDateTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, OffsetDateTime parameter, JdbcType jdbcType) voidOffsetTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, OffsetTime parameter, JdbcType jdbcType) voidShortTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Short parameter, JdbcType jdbcType) voidSqlDateTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Date parameter, JdbcType jdbcType) voidSqlTimestampTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Timestamp parameter, JdbcType jdbcType) voidSqlTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Time parameter, JdbcType jdbcType) voidSqlxmlTypeHandler.setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) voidStringTypeHandler.setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) voidTimeOnlyTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Date parameter, JdbcType jdbcType) voidUnknownTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Object parameter, JdbcType jdbcType) voidYearMonthTypeHandler.setNonNullParameter(PreparedStatement ps, int i, YearMonth yearMonth, JdbcType jt) voidYearTypeHandler.setNonNullParameter(PreparedStatement ps, int i, Year year, JdbcType type) voidZonedDateTimeTypeHandler.setNonNullParameter(PreparedStatement ps, int i, ZonedDateTime parameter, JdbcType jdbcType) voidBaseTypeHandler.setParameter(PreparedStatement ps, int i, T parameter, JdbcType jdbcType) voidTypeHandler.setParameter(PreparedStatement ps, int i, T parameter, JdbcType jdbcType)