Uses of Interface
org.huiche.core.dialect.Dialect
Packages that use Dialect
Package
Description
配置
DDL方言
方言实现
方言实现支持
huiche-SpringBoot自动配置
-
Uses of Dialect in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return DialectModifier and TypeMethodDescriptionConfiguration.dialect()Returns the value of thedialectrecord component.Methods in org.huiche.core.configuration with parameters of type DialectModifier and TypeMethodDescription设置方言Constructors in org.huiche.core.configuration with parameters of type DialectModifierConstructorDescriptionConfiguration(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 Dialect in org.huiche.ddl.dialect
Methods in org.huiche.ddl.dialect with parameters of type DialectConstructors in org.huiche.ddl.dialect with parameters of type Dialect -
Uses of Dialect in org.huiche.dialect
Classes in org.huiche.dialect that implement DialectModifier and TypeClassDescriptionclass默认方言实现classDB2方言实现classDM方言实现classH2方言实现classHSQL方言实现classMariaDB方言实现classMySql方言实现classOracle 方言实现classPostgreSQL 方言实现classSQLite方言实现classSql Server 方言实现 -
Uses of Dialect in org.huiche.dialect.support
Methods in org.huiche.dialect.support that return DialectModifier and TypeMethodDescriptionstatic DialectDialectUtil.parseDialect(ConnectionProvider connectionProvider) 根据连接解析方言Methods in org.huiche.dialect.support with parameters of type Dialect -
Uses of Dialect in org.huiche.spring.boot.autoconfigure
Method parameters in org.huiche.spring.boot.autoconfigure with type arguments of type DialectModifier and TypeMethodDescriptionHuicheAutoConfiguration.jdbcExecutor(DataSource dataSource, HuicheProperties properties, org.springframework.beans.factory.ObjectProvider<Dialect> dialectProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.boot.jdbc.autoconfigure.JdbcProperties> jdbcPropertiesProvider, org.springframework.beans.factory.ObjectProvider<List<Listener>> listenerProvider, org.springframework.beans.factory.ObjectProvider<SerializationMapper> serializationMapperProvider, org.springframework.beans.factory.ObjectProvider<List<ColumnMapper<?>>> columnMapperProvider, org.springframework.beans.factory.ObjectProvider<List<Generator>> generatorProvider, org.springframework.beans.factory.ObjectProvider<List<ConfigurationCustomizer>> customizerProvider) jdbc执行器