Skip navigation links
A C G H I N S T W 

A

apply(Route.Handler) - Method in class io.jooby.hibernate.SessionRequest
 
apply(Route.Handler) - Method in class io.jooby.hibernate.TransactionalRequest
 

C

configure(BootstrapServiceRegistryBuilder, Config) - Method in class io.jooby.hibernate.HibernateConfigurer
Hook into bootstrap registry and customize it.
configure(StandardServiceRegistryBuilder, Config) - Method in class io.jooby.hibernate.HibernateConfigurer
Hook into service registry and customize it.
configure(MetadataSources, Config) - Method in class io.jooby.hibernate.HibernateConfigurer
Hook into metadata sources and customize it.
configure(MetadataBuilder, Config) - Method in class io.jooby.hibernate.HibernateConfigurer
Hook into metadata builder and customize it.
configure(SessionFactoryBuilder, Config) - Method in class io.jooby.hibernate.HibernateConfigurer
Hook into SessionFactory creation and customize it.

G

getSessionFactoryKey() - Method in class io.jooby.hibernate.SessionRequest
Get the service key for accessing to the configured SessionFactory service.

H

HibernateConfigurer - Class in io.jooby.hibernate
Allow to customize Hibernate bootstrap components.
HibernateConfigurer() - Constructor for class io.jooby.hibernate.HibernateConfigurer
 
HibernateModule - Class in io.jooby.hibernate
Hibernate ORM module: https://jooby.io/modules/hibernate.
HibernateModule(String, Class...) - Constructor for class io.jooby.hibernate.HibernateModule
Creates a Hibernate module.
HibernateModule(Class...) - Constructor for class io.jooby.hibernate.HibernateModule
Creates a new Hibernate module.

I

install(Jooby) - Method in class io.jooby.hibernate.HibernateModule
 
io.jooby.hibernate - package io.jooby.hibernate
 

N

newSession(SessionBuilder) - Method in interface io.jooby.hibernate.SessionProvider
Creates a new session.

S

scan(String...) - Method in class io.jooby.hibernate.HibernateModule
Scan packages and look for persistent classes.
SessionProvider - Interface in io.jooby.hibernate
Allow to customize a Session before opening it.
SessionRequest - Class in io.jooby.hibernate
Attach Session and EntityManager to the current request.
SessionRequest(String) - Constructor for class io.jooby.hibernate.SessionRequest
Creates a new session request and attach the to a named session factory.
SessionRequest() - Constructor for class io.jooby.hibernate.SessionRequest
Creates a new session request and attach to the default/first session factory registered.

T

TransactionalRequest - Class in io.jooby.hibernate
Attaches a Session and EntityManager to the current request via SessionRequest.
TransactionalRequest(String) - Constructor for class io.jooby.hibernate.TransactionalRequest
Creates a new transactional request and attach the to a named session factory.
TransactionalRequest() - Constructor for class io.jooby.hibernate.TransactionalRequest
Creates a new transactional request and attach to the default/first session factory registered.
TransactionalRequest(SessionRequest) - Constructor for class io.jooby.hibernate.TransactionalRequest
Creates a new transactional request.

W

with(SessionProvider) - Method in class io.jooby.hibernate.HibernateModule
Allow to customize a Session before opening it.
with(HibernateConfigurer) - Method in class io.jooby.hibernate.HibernateModule
Hook into Hibernate bootstrap components and allow to customize them.
A C G H I N S T W 
Skip navigation links

Copyright © 2020. All rights reserved.