Uses of Interface
org.huiche.core.exception.SQLExceptionTranslator
Packages that use SQLExceptionTranslator
Package
Description
配置
huiche-SpringBoot自动配置
-
Uses of SQLExceptionTranslator in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return SQLExceptionTranslatorModifier and TypeMethodDescriptionConfiguration.sqlExceptionTranslator()Returns the value of thesqlExceptionTranslatorrecord component.Methods in org.huiche.core.configuration with parameters of type SQLExceptionTranslatorModifier and TypeMethodDescriptionConfigurationBuilder.sqlExceptionTranslator(SQLExceptionTranslator sqlExceptionTranslator) 设置异常翻译器Constructors in org.huiche.core.configuration with parameters of type SQLExceptionTranslatorModifierConstructorDescriptionConfiguration(ConnectionProvider connectionProvider, Dialect dialect, Configuration.Jdbc jdbc, SQLExceptionTranslator sqlExceptionTranslator, Listener listener, SerializationMapper serializationMapper, Map<Type, ColumnMapper<?>> columnMappers, Map<Class<? extends Generator>, Generator> generators, EnumBy enumBy, boolean nullToEmpty, boolean useNational, boolean enableFill, int batchSize, boolean blockUnconditionalDelete, boolean blockUnconditionalUpdate, int resultInitialCapacity, int resultInitialCapacityMax) Creates an instance of aConfigurationrecord class. -
Uses of SQLExceptionTranslator in org.huiche.spring.boot.autoconfigure
Classes in org.huiche.spring.boot.autoconfigure that implement SQLExceptionTranslator