Skip navigation links
A C D H O S U 

A

accept(Throwing.Consumer<Session>) - Method in interface org.jooby.hbm.UnitOfWork
Get access to a Session/EntityManager and do some work.
apply(Throwing.Function<Session, T>) - Method in interface org.jooby.hbm.UnitOfWork
Get access to a Session/EntityManager, do some work and returns some value.

C

classes(Class...) - Method in class org.jooby.hbm.Hbm
Append persistent classes (classess annotated with Entity).
config() - Method in class org.jooby.hbm.Hbm
 
configure(Env, Config, Binder) - Method in class org.jooby.hbm.Hbm
 

D

doWithBootstrap(BiConsumer<BootstrapServiceRegistryBuilder, Config>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithBootstrap(Consumer<BootstrapServiceRegistryBuilder>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithRegistry(Consumer<StandardServiceRegistryBuilder>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithRegistry(BiConsumer<StandardServiceRegistryBuilder, Config>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSessionFactory(BiConsumer<SessionFactory, Config>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSessionFactory(Consumer<SessionFactory>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSessionFactoryBuilder(Consumer<SessionFactoryBuilder>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSessionFactoryBuilder(BiConsumer<SessionFactoryBuilder, Config>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSources(Consumer<MetadataSources>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:
doWithSources(BiConsumer<MetadataSources, Config>) - Method in class org.jooby.hbm.Hbm
Configurer callback to apply advanced configuration while bootstrapping hibernate:

H

Hbm - Class in org.jooby.hbm
hibernate
Hbm(String) - Constructor for class org.jooby.hbm.Hbm
Creates a new Hbm module.
Hbm() - Constructor for class org.jooby.hbm.Hbm
Creates a new Hbm module.

O

onEvent(EventType<T>, Class<? extends T>) - Method in class org.jooby.hbm.Hbm
Register an hibernate event listener.
openSessionInView() - Static method in class org.jooby.hbm.Hbm
Creates an open session in view filter as described here.
org.jooby.hbm - package org.jooby.hbm
 

S

scan(String...) - Method in class org.jooby.hbm.Hbm
Scan the provided packages and discover persistent classes (annotated with Entity).
scan() - Method in class org.jooby.hbm.Hbm
Scan the packages defined by hibernate.packagesToScan property or the application package (that's the package where you application was defined) and discover persistent classes (annotated with Entity).

U

UnitOfWork - Interface in org.jooby.hbm
unit of work
A C D H O S U 
Skip navigation links

Copyright © 2019. All rights reserved.