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.-
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobjectClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.UseExtensionHandlerCustomizer
instances which are returned directly from theExtensionFactory.getExtensionHandlerCustomizers(ConfigRegistry)
.Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionHandlerFactory
instances directly.Deprecated, for removal: This API element is subject to removal in a future version.UseExtensionHandlerFactory
instances that are returned from theExtensionFactory.getExtensionHandlerFactories(ConfigRegistry)
method.Configuration class for SQL objects. -
Classes in org.jdbi.v3.sqlobject used by org.jdbi.v3.sqlobject.transaction
ExtensionHandler
directly.