Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index

Deprecated API

Contents

  • Interfaces
  • Classes
  • Annotation Types
  • Methods
  • Enum Constants
  • Deprecated Interfaces
    Interface
    Description
    org.jdbi.v3.sqlobject.config.Configurer
    Use ExtensionConfigurer directly.
    org.jdbi.v3.sqlobject.Handler
    Use ExtensionHandler directly.
    org.jdbi.v3.sqlobject.HandlerDecorator
    Use ExtensionHandlerCustomizer directly.
    org.jdbi.v3.sqlobject.HandlerFactory
    Use ExtensionHandlerFactory instances directly.
  • Deprecated Classes
    Class
    Description
    org.jdbi.v3.sqlobject.HandlerDecorators
    Use ExtensionHandlerCustomizer instances which are returned directly from the ExtensionFactory.getExtensionHandlerCustomizers(ConfigRegistry).
    org.jdbi.v3.sqlobject.Handlers
    Use ExtensionHandlerFactory instances that are returned from the ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry) method.
  • Deprecated Annotation Types
    Annotation Type
    Description
    org.jdbi.v3.sqlobject.config.ConfiguringAnnotation
    Use UseExtensionConfigurer.
    org.jdbi.v3.sqlobject.DecoratorOrder
    Use UseExtensionHandlerCustomizer to mark annotations and ExtensionHandlerCustomizationOrder instead.
    org.jdbi.v3.sqlobject.SqlMethodDecoratingAnnotation
    Use UseExtensionHandlerCustomizer instead and implement ExtensionHandlerCustomizer for the value.
    org.jdbi.v3.sqlobject.SqlOperation
    Use UseExtensionHandler and SqlObjectFactory.EXTENSION_ID as the id marker.
  • Deprecated Methods
    Method
    Description
    org.jdbi.v3.sqlobject.customizer.BindList.EmptyHandling.define(SqlStatement, String)
    legacy internal API
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.jdbi.v3.sqlobject.customizer.BindList.EmptyHandling.NULL
    vaguely named in light of new additions, use BindList.EmptyHandling.NULL_STRING instead

Copyright © 2023. All rights reserved.