Uses of Enum Class
org.huiche.core.mapper.EnumBy
Packages that use EnumBy
Package
Description
配置
转换器
huiche-ddl 作为ast的补充, 但因为一般业务应用运行时不需要,所以独立出来
DDL方言
huiche-SpringBoot自动配置
-
Uses of EnumBy in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return EnumByModifier and TypeMethodDescriptionConfiguration.enumBy()Returns the value of theenumByrecord component.Methods in org.huiche.core.configuration with parameters of type EnumByModifier and TypeMethodDescription设置默认枚举读写方式Constructors in org.huiche.core.configuration with parameters of type EnumByModifierConstructorDescriptionConfiguration(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 EnumBy in org.huiche.core.mapper
Subclasses with type arguments of type EnumBy in org.huiche.core.mapperMethods in org.huiche.core.mapper that return EnumBy -
Uses of EnumBy in org.huiche.ddl
Methods in org.huiche.ddl with parameters of type EnumBy -
Uses of EnumBy in org.huiche.ddl.dialect
Methods in org.huiche.ddl.dialect with parameters of type EnumByModifier and TypeMethodDescriptiondefault TypeDefDDLDialect.resolveEnumType(Class<?> enumType, int length, EnumBy enumBy) 解析枚举类型解析表定义BaseDDLDialect.resolveType(Class<?> javaType, int length, int scale, boolean autoIncrement, EnumBy enumBy, Map<Class<?>, TypeDef> typeMapping) DDLDialect.resolveType(Class<?> javaType, int length, int scale, boolean autoIncrement, EnumBy enumBy, Map<Class<?>, TypeDef> typeMapping) 解析数据库类型SQLiteDDLDialect.resolveType(Class<?> javaType, int length, int scale, boolean autoIncrement, EnumBy enumBy, Map<Class<?>, TypeDef> typeMapping) -
Uses of EnumBy in org.huiche.spring.boot.autoconfigure
Methods in org.huiche.spring.boot.autoconfigure that return EnumByModifier and TypeMethodDescriptionHuicheProperties.enumBy()Returns the value of theenumByrecord component.Constructors in org.huiche.spring.boot.autoconfigure with parameters of type EnumByModifierConstructorDescriptionHuicheProperties(EnumBy enumBy, Boolean nullToEmpty, Boolean useNational, Integer batchSize, boolean enableSerializationMapper, boolean blockUnconditionalDelete, boolean blockUnconditionalUpdate, int resultInitialCapacity, int resultInitialCapacityMax, Long slowSqlThreshold, boolean enableSqlLog, boolean plainSqlLog) Creates an instance of aHuichePropertiesrecord class.