Uses of Package
org.jdbi.v3.sqlobject

Packages that use org.jdbi.v3.sqlobject
Package
Description
SQL Objects
sqlobject.transaction annotations declaratively create transactions wrapping a SqlObject method.
  • Class
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandler directly.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandlerCustomizer directly.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandlerCustomizer instances which are returned directly from the ExtensionFactory.getExtensionHandlerCustomizers(ConfigRegistry).
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandlerFactory instances directly.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Use ExtensionHandlerFactory instances that are returned from the ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry) method.
    Configuration class for SQL objects.
  • Class
    Description
    SqlObject base interface.