Skip navigation links
A C D H J M O P S T 

A

attach(Class) - Method in class org.jooby.jdbi.TransactionalRequest
Attach/append a SqlObject (a.k.a DAO, Repository) to the request scoped Handle.

C

configure(Env, Config, Binder) - Method in class org.jooby.jdbi.Jdbi3
 

D

doWith(BiConsumer<Jdbi, Config>) - Method in class org.jooby.jdbi.Jdbi3
Configurer a jdbi instance.
doWith(Consumer<Jdbi>) - Method in class org.jooby.jdbi.Jdbi3
Configurer a jdbi instance.
doWith(Consumer<Handle>) - Method in class org.jooby.jdbi.TransactionalRequest
Configure a Handle before beginning a new transaction.

H

handle() - Method in class org.jooby.jdbi.TransactionalRequest
Key for accessing to the request scoped Handle.
handle(String) - Method in class org.jooby.jdbi.TransactionalRequest
Use a named key for accessing to the request scoped Handle.

J

Jdbi3 - Class in org.jooby.jdbi
jdbi
Jdbi3(String) - Constructor for class org.jooby.jdbi.Jdbi3
Creates a new Jdbi module and connect to the given database.
Jdbi3() - Constructor for class org.jooby.jdbi.Jdbi3
Creates a new Jdbi module and connects to default database key: db.

M

method() - Method in class org.jooby.jdbi.TransactionalRequest
HTTP method to intercept, defauts is: `*`.
method(String) - Method in class org.jooby.jdbi.TransactionalRequest
Set a HTTP method to intercept.

O

org.jooby.jdbi - package org.jooby.jdbi
 

P

pattern() - Method in class org.jooby.jdbi.TransactionalRequest
HTTP pattern to interncept, defaults is: `*`.
pattern(String) - Method in class org.jooby.jdbi.TransactionalRequest
Set the HTTP pattern to intercept.

S

sqlObjects() - Method in class org.jooby.jdbi.TransactionalRequest
List of SqlObjects attached to the request scoped Handle.

T

TransactionalRequest - Class in org.jooby.jdbi
Configure a transaction per request filter by setting the method and pattern to intercept and advanced Handle configuration.
TransactionalRequest() - Constructor for class org.jooby.jdbi.TransactionalRequest
 
transactionPerRequest() - Method in class org.jooby.jdbi.Jdbi3
Add a transaction-per-request filter to the route pipeline.
transactionPerRequest(TransactionalRequest) - Method in class org.jooby.jdbi.Jdbi3
Add a transaction-per-request filter to the route pipeline.
A C D H J M O P S T 
Skip navigation links

Copyright © 2019. All rights reserved.