Interface and Description |
---|
org.jdbi.v3.core.statement.SqlLoggable
this class is not for end-user use and should not be in the public API.
|
org.jdbi.v3.core.statement.TimingCollector
Use
SqlLogger instead. |
Class and Description |
---|
org.jdbi.v3.core.argument.BeanPropertyArguments
this should never have been public API
|
org.jdbi.v3.core.argument.BuiltInArgumentFactory
will be replaced by a plugin
|
org.jdbi.v3.core.collector.BuiltInCollectorFactory
will be replaced by plugin
|
org.jdbi.v3.core.mapper.BuiltInMapperFactory
will be replaced by an opt-out plugin to give the core no hardwired behavior
|
org.jdbi.v3.core.statement.MessageFormatTemplateEngine
MessageFormat formats integers with decimal separators, e.g. 1000 → "1,000" . This hindsight realization has led us to discourage its use. |
Field and Description |
---|
org.jdbi.v3.core.statement.TimingCollector.NOP_TIMING_COLLECTOR
Use
SqlLogger.NOP_SQL_LOGGER instead. |
Constructor and Description |
---|
org.jdbi.v3.core.argument.ObjectArgument(Object, Integer)
use
ObjectArgument.of(Object, Integer) factory method for more consistent null handling |
Enum Constant and Description |
---|
org.jdbi.v3.sqlobject.customizer.BindList.EmptyHandling.NULL
vaguely named in light of new additions, use
BindList.EmptyHandling.NULL_STRING instead |
Copyright © 2019. All rights reserved.