Skip navigation links
A B C D F G I L M O Q R S T U V W 

A

accepts(Class<?>) - Method in enum org.jdbi.v3.sqlobject.SqlObjectFactory
 
AnnotationSqlLocator - Class in org.jdbi.v3.sqlobject.locator
Locates SQL on the SQL method annotation (e.g.
AnnotationSqlLocator() - Constructor for class org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator
 
apply(SqlStatement<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterCollectorFactory.Customizer
 
apply(SqlStatement<?>) - Method in class org.jdbi.v3.sqlobject.customizers.TransactionIsolation.MyCustomizer
 
apply(SqlStatement<?>) - Method in interface org.jdbi.v3.sqlobject.SqlStatementCustomizer
Invoked to customize the sql statement
attach(Class<E>, SqlObjectConfig, Supplier<Handle>) - Method in enum org.jdbi.v3.sqlobject.SqlObjectFactory
Create a sql object of the specified type bound to this handle.

B

BARE_BINDING - Static variable in annotation type org.jdbi.v3.sqlobject.BindBean
 
BatchChunkSize - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to control the batch chunk size for sql batch operations.
begin() - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
Bind - Annotation Type in org.jdbi.v3.sqlobject
A binding annotation.
bind(SqlStatement<?>, Parameter, int, A, T) - Method in interface org.jdbi.v3.sqlobject.Binder
 
BindBean - Annotation Type in org.jdbi.v3.sqlobject
 
Binder<A extends Annotation,T> - Interface in org.jdbi.v3.sqlobject
 
BinderFactory<BindAnnotationType extends Annotation,BoundObjectType> - Interface in org.jdbi.v3.sqlobject
Factor for building Binder instances.
BindIn - Annotation Type in org.jdbi.v3.sqlobject.unstable
 
BindIn.BindingFactory - Class in org.jdbi.v3.sqlobject.unstable
 
BindIn.CustomizerFactory - Class in org.jdbi.v3.sqlobject.unstable
 
BindingAnnotation - Annotation Type in org.jdbi.v3.sqlobject
Annotation used to mark binding annotations.
BindingFactory() - Constructor for class org.jdbi.v3.sqlobject.unstable.BindIn.BindingFactory
 
BindMap - Annotation Type in org.jdbi.v3.sqlobject
Bind a Map<String, Object>
build(BindAnnotationType) - Method in interface org.jdbi.v3.sqlobject.BinderFactory
Called to build a Binder
build(BindIn) - Method in class org.jdbi.v3.sqlobject.unstable.BindIn.BindingFactory
 
buildHandler(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.CreateSqlObject.Factory
 
buildHandler(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.SqlBatch.Factory
 
buildHandler(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.SqlCall.Factory
 
buildHandler(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.SqlQuery.Factory
 
buildHandler(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.SqlUpdate.Factory
 

C

checkpoint(String) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
commit() - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
createConfig() - Method in enum org.jdbi.v3.sqlobject.SqlObjectFactory
 
createCopy() - Method in class org.jdbi.v3.sqlobject.SqlObjectConfig
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.FetchDirection.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.FetchSize.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.MaxRows.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.OverrideStatementRewriterWith.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.QueryTimeOut.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterArgumentFactory.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterBeanMapper.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterCollectorFactory.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapper.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapperFactory.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterObjectArgumentFactory.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterRowMapper.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterRowMapperFactory.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.customizers.TransactionIsolation.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.locator.UseAnnotationSqlLocator.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator.Factory
 
createForMethod(Annotation, Class<?>, Method) - Method in interface org.jdbi.v3.sqlobject.SqlObjectConfigurerFactory
Create a configurer for the given annotation on a sql object method.
createForMethod(Annotation, Class<?>, Method) - Method in interface org.jdbi.v3.sqlobject.SqlStatementCustomizerFactory
Used to create customizers for annotations on methods.
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.Define.Factory
 
createForParameter(Annotation, Object) - Method in class org.jdbi.v3.sqlobject.customizers.FetchDirection.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.FetchDirection.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.FetchSize.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.MaxRows.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.QueryTimeOut.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.customizers.TransactionIsolation.Factory
 
createForParameter(Annotation, Class<?>, Method, Object) - Method in interface org.jdbi.v3.sqlobject.SqlStatementCustomizerFactory
Used to create customizers for annotations on parameters
createForParameter(Annotation, Class<?>, Method, Object) - Method in class org.jdbi.v3.sqlobject.unstable.BindIn.CustomizerFactory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.FetchDirection.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.FetchSize.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.MaxRows.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.OverrideStatementRewriterWith.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.QueryTimeOut.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterArgumentFactory.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterBeanMapper.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterCollectorFactory.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapper.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapperFactory.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterObjectArgumentFactory.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterRowMapper.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.RegisterRowMapperFactory.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.customizers.TransactionIsolation.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.locator.UseAnnotationSqlLocator.Factory
 
createForType(Annotation, Class<?>) - Method in class org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator.Factory
 
createForType(Annotation, Class<?>) - Method in interface org.jdbi.v3.sqlobject.SqlObjectConfigurerFactory
Create a configurer for the given annotation on a sql object type.
createForType(Annotation, Class<?>) - Method in interface org.jdbi.v3.sqlobject.SqlStatementCustomizerFactory
Used to create customizers for annotations on sql object interfaces
CreateSqlObject - Annotation Type in org.jdbi.v3.sqlobject
Use this annotation on a sql object method to create a new sql object with the same underlying handle as the sql object the method is invoked on.
CreateSqlObject.Factory - Class in org.jdbi.v3.sqlobject
 
customizeDbi(Jdbi) - Method in class org.jdbi.v3.sqlobject.SqlObjectPlugin
 
CustomizerFactory() - Constructor for class org.jdbi.v3.sqlobject.unstable.BindIn.CustomizerFactory
 

D

decorateHandler(Handler, Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.Transaction.Decorator
 
Decorator() - Constructor for class org.jdbi.v3.sqlobject.Transaction.Decorator
 
Define - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to set attributes on the StatementContext for the statement generated for this method.
Define.Factory - Class in org.jdbi.v3.sqlobject.customizers
 

F

Factory() - Constructor for class org.jdbi.v3.sqlobject.CreateSqlObject.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.Define.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.FetchDirection.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.FetchSize.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.MaxRows.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.OverrideStatementRewriterWith.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.QueryTimeOut.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterArgumentFactory.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterBeanMapper.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterCollectorFactory.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapper.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterColumnMapperFactory.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterObjectArgumentFactory.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterRowMapper.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.RegisterRowMapperFactory.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.customizers.TransactionIsolation.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.locator.UseAnnotationSqlLocator.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.locator.UseClasspathSqlLocator.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.SqlBatch.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.SqlCall.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.SqlQuery.Factory
 
Factory() - Constructor for class org.jdbi.v3.sqlobject.SqlUpdate.Factory
 
FetchDirection - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to specify the fetch direction, per JDBC, of a result set.
FetchDirection.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
FetchSize - Annotation Type in org.jdbi.v3.sqlobject.customizers
 
FetchSize.Factory - Class in org.jdbi.v3.sqlobject.customizers
 

G

getAnnotationValue(Method) - Static method in class org.jdbi.v3.sqlobject.SqlAnnotations
Returns the value() of the @SqlBatch, @SqlCall, @SqlQuery, or @SqlUpdate annotation on the given method if declared and non-empty; empty otherwise.
GetGeneratedKeys - Annotation Type in org.jdbi.v3.sqlobject
 
GetHandle - Interface in org.jdbi.v3.sqlobject.mixins
A mixin interface to define a method for obtaining the Handle attached to a sql object
getHandle() - Method in interface org.jdbi.v3.sqlobject.mixins.GetHandle
Obtain the handle associated to this sql object.
getSqlLocator() - Method in class org.jdbi.v3.sqlobject.SqlObjectConfig
Returns the configured SqlLocator.

I

inTransaction(TransactionalCallback<R, SelfType, X>) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
inTransaction(TransactionIsolationLevel, TransactionalCallback<R, SelfType, X>) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
inTransaction(T, TransactionStatus) - Method in interface org.jdbi.v3.sqlobject.TransactionalCallback
Execute in a transaction.

L

locate(Class<?>, Method) - Method in class org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator
 
locate(Class<?>, Method) - Method in interface org.jdbi.v3.sqlobject.locator.SqlLocator
Locates and returns the SQL for the given SQL Object type and method.

M

MaxRows - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to specify the maximum numb er of rows to return on a result set.
MaxRows.Factory - Class in org.jdbi.v3.sqlobject.customizers
 

O

org.jdbi.v3.sqlobject - package org.jdbi.v3.sqlobject
SQL Objects
org.jdbi.v3.sqlobject.customizers - package org.jdbi.v3.sqlobject.customizers
 
org.jdbi.v3.sqlobject.exceptions - package org.jdbi.v3.sqlobject.exceptions
 
org.jdbi.v3.sqlobject.locator - package org.jdbi.v3.sqlobject.locator
 
org.jdbi.v3.sqlobject.mixins - package org.jdbi.v3.sqlobject.mixins
 
org.jdbi.v3.sqlobject.unstable - package org.jdbi.v3.sqlobject.unstable
Early Access / In Development Modules
OverrideStatementRewriterWith - Annotation Type in org.jdbi.v3.sqlobject.customizers
Use this to override the statement rewriter on a sql object, May be specified on either the interface or method level.
OverrideStatementRewriterWith.Factory - Class in org.jdbi.v3.sqlobject.customizers
 

Q

QueryTimeOut - Annotation Type in org.jdbi.v3.sqlobject.customizers
Specify the query timeout in seconds.
QueryTimeOut.Factory - Class in org.jdbi.v3.sqlobject.customizers
 

R

RegisterArgumentFactory - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register an argument factory with either a sql object type or for a specific method.
RegisterArgumentFactory.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterBeanMapper - Annotation Type in org.jdbi.v3.sqlobject.customizers
 
RegisterBeanMapper.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterCollectorFactory - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register container mappers on the current Query either for a sql object type or for a method.
RegisterCollectorFactory.Customizer - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterCollectorFactory.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterColumnMapper - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register a column mapper with either a sql object type or for a specific method.
RegisterColumnMapper.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterColumnMapperFactory - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register a column mapper with either a sql object type or for a specific method.
RegisterColumnMapperFactory.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterObjectArgumentFactory - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register argument factories for types which are compatible with PreparedStatement.setObject(int, Object).
RegisterObjectArgumentFactory.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterRowMapper - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register a row mapper with either a sql object type or for a specific method.
RegisterRowMapper.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
RegisterRowMapperFactory - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to register a row mapper factory with either a sql object type or for a specific method.
RegisterRowMapperFactory.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
release(String) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
rollback() - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
rollback(String) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 

S

setSqlLocator(SqlLocator) - Method in class org.jdbi.v3.sqlobject.SqlObjectConfig
Configures SqlObject to use the given SqlLocator.
SqlAnnotations - Class in org.jdbi.v3.sqlobject
 
SqlAnnotations() - Constructor for class org.jdbi.v3.sqlobject.SqlAnnotations
 
SqlBatch - Annotation Type in org.jdbi.v3.sqlobject
Annotate a method to indicate that it will create and execute a SQL batch.
SqlBatch.Factory - Class in org.jdbi.v3.sqlobject
 
SqlCall - Annotation Type in org.jdbi.v3.sqlobject
Support for stored proc invocation.
SqlCall.Factory - Class in org.jdbi.v3.sqlobject
 
SqlLocator - Interface in org.jdbi.v3.sqlobject.locator
Locates SQL for jdbi SQL Object methods.
SqlObjectConfig - Class in org.jdbi.v3.sqlobject
Configuration class for the SqlObject plugin.
SqlObjectConfigurerFactory - Interface in org.jdbi.v3.sqlobject
Generates Consumer<SqlObjectConfig> instances to satisfy the contract of a SqlObjectConfiguringAnnotation-annotated annotation.
SqlObjectConfiguringAnnotation - Annotation Type in org.jdbi.v3.sqlobject
Annotation used to configure SqlObjectConfig.
SqlObjectFactory - Enum in org.jdbi.v3.sqlobject
 
SqlObjectPlugin - Class in org.jdbi.v3.sqlobject
 
SqlObjectPlugin() - Constructor for class org.jdbi.v3.sqlobject.SqlObjectPlugin
 
SqlQuery - Annotation Type in org.jdbi.v3.sqlobject
Used to indicate that a method should execute a query.
SqlQuery.Factory - Class in org.jdbi.v3.sqlobject
 
SqlStatementCustomizer - Interface in org.jdbi.v3.sqlobject
Used with SqlStatementCustomizerFactory to customize sql statements via annotations
SqlStatementCustomizerFactory - Interface in org.jdbi.v3.sqlobject
Interface used in conjunction with SqlStatementCustomizingAnnotation to generate SqlStatementCustomizer instances.
SqlStatementCustomizingAnnotation - Annotation Type in org.jdbi.v3.sqlobject
Annotation used to build customizing annotations.
SqlUpdate - Annotation Type in org.jdbi.v3.sqlobject
Used to indicate that a method should execute a non-query sql statement
SqlUpdate.Factory - Class in org.jdbi.v3.sqlobject
 

T

Transaction - Annotation Type in org.jdbi.v3.sqlobject
Causes the annotated method to be run in a transaction.
Transaction.Decorator - Class in org.jdbi.v3.sqlobject
 
Transactional<SelfType extends Transactional<SelfType>> - Interface in org.jdbi.v3.sqlobject.mixins
A mixin interface to expose transaction methods on the sql object.
TransactionalCallback<R,T extends Transactional<T>,X extends Exception> - Interface in org.jdbi.v3.sqlobject
 
TransactionalConsumer<T extends Transactional<T>,X extends Exception> - Interface in org.jdbi.v3.sqlobject
 
TransactionIsolation - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to specify the transaction isolation level for an object or method (via annotating the method or passing it in as an annotated param).
TransactionIsolation.Factory - Class in org.jdbi.v3.sqlobject.customizers
 
TransactionIsolation.MyCustomizer - Class in org.jdbi.v3.sqlobject.customizers
 

U

UnableToCreateSqlObjectException - Exception in org.jdbi.v3.sqlobject.exceptions
 
UnableToCreateSqlObjectException(String) - Constructor for exception org.jdbi.v3.sqlobject.exceptions.UnableToCreateSqlObjectException
 
USE_PARAM_NAME - Static variable in annotation type org.jdbi.v3.sqlobject.Bind
 
UseAnnotationSqlLocator - Annotation Type in org.jdbi.v3.sqlobject.locator
Configures SQL Object to use AnnotationSqlLocator (the default SqlLocator).
UseAnnotationSqlLocator.Factory - Class in org.jdbi.v3.sqlobject.locator
 
UseClasspathSqlLocator - Annotation Type in org.jdbi.v3.sqlobject.locator
Configures SQL Object to locate SQL using the ClasspathSqlLocator.findSqlOnClasspath(Class, String) method.
UseClasspathSqlLocator.Factory - Class in org.jdbi.v3.sqlobject.locator
 
useHandle(HandleConsumer<X>) - Method in interface org.jdbi.v3.sqlobject.mixins.GetHandle
A convenience function which manages the lifecycle of the handle associated to this sql object, and yields it to a consumer for use by clients.
UseRowMapper - Annotation Type in org.jdbi.v3.sqlobject.customizers
Used to specify specific row mapper on a query method.
useTransaction(TransactionalConsumer<SelfType, X>) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
useTransaction(TransactionIsolationLevel, TransactionalConsumer<SelfType, X>) - Method in interface org.jdbi.v3.sqlobject.mixins.Transactional
 
useTransaction(T, TransactionStatus) - Method in interface org.jdbi.v3.sqlobject.TransactionalConsumer
Execute in a transaction.

V

valueOf(String) - Static method in enum org.jdbi.v3.sqlobject.SqlObjectFactory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jdbi.v3.sqlobject.SqlObjectFactory
Returns an array containing the constants of this enum type, in the order they are declared.

W

withHandle(HandleCallback<R, X>) - Method in interface org.jdbi.v3.sqlobject.mixins.GetHandle
A convenience function which manages the lifecycle of the handle associated to this sql object, and yields it to a callback for use by clients.
A B C D F G I L M O Q R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.