Uses of Record Class
org.huiche.core.configuration.Configuration.Jdbc
Packages that use Configuration.Jdbc
-
Uses of Configuration.Jdbc in org.huiche.core.configuration
Methods in org.huiche.core.configuration that return Configuration.JdbcModifier and TypeMethodDescriptionConfiguration.jdbc()Returns the value of thejdbcrecord component.Methods in org.huiche.core.configuration with parameters of type Configuration.JdbcModifier and TypeMethodDescriptionConfigurationBuilder.jdbc(Configuration.Jdbc jdbc) 设置原生jdbc配置属性Constructors in org.huiche.core.configuration with parameters of type Configuration.JdbcModifierConstructorDescriptionConfiguration(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.