Deprecated API
Contents
-
Interfaces Interface 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 UseSqlLoggerinstead.org.jdbi.v3.sqlobject.config.Configurer UseExtensionConfigurerdirectly.org.jdbi.v3.sqlobject.Handler UseExtensionHandlerdirectly.org.jdbi.v3.sqlobject.HandlerDecorator UseExtensionHandlerCustomizerdirectly.org.jdbi.v3.sqlobject.HandlerFactory UseExtensionHandlerFactoryinstances directly.
-
Annotation Types Annotation Type Description org.jdbi.v3.sqlobject.config.ConfiguringAnnotation org.jdbi.v3.sqlobject.DecoratorOrder UseUseExtensionHandlerCustomizerto mark annotations andExtensionHandlerCustomizationOrderinstead.org.jdbi.v3.sqlobject.SqlMethodDecoratingAnnotation UseUseExtensionHandlerCustomizerinstead and implementExtensionHandlerCustomizerfor the value.org.jdbi.v3.sqlobject.SqlOperation UseUseExtensionHandlerandSqlObjectFactory.EXTENSION_IDas the id marker.
-
Constructors Constructor Description org.jdbi.v3.core.argument.ObjectArgument(Object, Integer) useObjectArgument.of(Object, Integer)factory method for more consistentnullhandlingorg.jdbi.v3.core.mapper.MapMapper(boolean) useMapMappers.setCaseChange(UnaryOperator)instead.org.jdbi.v3.freemarker.FreemarkerEngine() useFreemarkerEngine.instance()for a shared engine instead
-
Enum Constants Enum Constant Description org.jdbi.v3.sqlobject.customizer.BindList.EmptyHandling.NULL vaguely named in light of new additions, useBindList.EmptyHandling.NULL_STRINGinstead