JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
L
M
N
O
P
Q
R
S
T
U
A
AbstractDAO
<
E
> - Class in
com.dropwizard.hibernate.transaction
AbstractDAO()
- Constructor for class com.dropwizard.hibernate.transaction.
AbstractDAO
afterEnd()
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
anyFunctionCalled()
- Method in class com.dropwizard.hibernate.transaction.
TransactionalAspect
around(ProceedingJoinPoint)
- Method in class com.dropwizard.hibernate.transaction.
TransactionalAspect
B
beforeStart(Transactional)
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
build(HibernateTransactionalBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>)
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryFactory
build(HibernateTransactionalBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>, String)
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryFactory
build(HibernateTransactionalBundle<?>, Environment, PooledDataSourceFactory, ManagedDataSource, List<Class<?>>)
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryFactory
C
check()
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryHealthCheck
com.dropwizard.hibernate.transaction
- package com.dropwizard.hibernate.transaction
com.dropwizard.hibernate.transaction.utils
- package com.dropwizard.hibernate.transaction.utils
configure(Configuration)
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
configure(Configuration, ServiceRegistry)
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryFactory
configureSession()
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
createHibernate5Module()
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
Override to configure the
Hibernate5Module
.
criteriaQuery()
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
currentSession()
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
D
DEFAULT_NAME
- Static variable in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
E
existKey(String)
- Static method in class com.dropwizard.hibernate.transaction.utils.
ManagedContext
G
get(Serializable)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
getEntityClass()
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
getSession()
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
getSessionFactory()
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
getSessionFactory()
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryHealthCheck
getSessionFactory()
- Static method in class com.dropwizard.hibernate.transaction.
TransactionHandler
getValidationQuery()
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryHealthCheck
H
HibernateTransactionalBundle
<
T
extends io.dropwizard.Configuration> - Class in
com.dropwizard.hibernate.transaction
HibernateTransactionalBundle(Class<?>, Class<?>...)
- Constructor for class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
HibernateTransactionalBundle(ImmutableList<Class<?>>, SessionFactoryFactory)
- Constructor for class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
I
initialize(Bootstrap<?>)
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
initialize(SessionFactory)
- Static method in class com.dropwizard.hibernate.transaction.
TransactionHandler
isLazyLoadingEnabled()
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
L
list(Criteria)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
list(CriteriaQuery<E>)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
list(Query<E>)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
M
ManagedContext
- Class in
com.dropwizard.hibernate.transaction.utils
ManagedContext()
- Constructor for class com.dropwizard.hibernate.transaction.utils.
ManagedContext
N
name()
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
Override to configure the name of the bundle (It's used for the bundle health check and database pool metrics)
namedQuery(String)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
O
onError()
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
onFinish()
- Method in class com.dropwizard.hibernate.transaction.
TransactionHandler
P
persist(E)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
put(String, String)
- Static method in class com.dropwizard.hibernate.transaction.utils.
ManagedContext
Q
query(String)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
R
remove(String)
- Static method in class com.dropwizard.hibernate.transaction.utils.
ManagedContext
run(T, Environment)
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
S
SessionFactoryFactory
- Class in
com.dropwizard.hibernate.transaction
SessionFactoryFactory()
- Constructor for class com.dropwizard.hibernate.transaction.
SessionFactoryFactory
SessionFactoryHealthCheck
- Class in
com.dropwizard.hibernate.transaction
SessionFactoryHealthCheck(SessionFactory, String)
- Constructor for class com.dropwizard.hibernate.transaction.
SessionFactoryHealthCheck
SessionFactoryHealthCheck(ExecutorService, Duration, SessionFactory, String)
- Constructor for class com.dropwizard.hibernate.transaction.
SessionFactoryHealthCheck
SessionFactoryManager
- Class in
com.dropwizard.hibernate.transaction
SessionFactoryManager(SessionFactory, ManagedDataSource)
- Constructor for class com.dropwizard.hibernate.transaction.
SessionFactoryManager
setLazyLoadingEnabled(boolean)
- Method in class com.dropwizard.hibernate.transaction.
HibernateTransactionalBundle
start()
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryManager
stop()
- Method in class com.dropwizard.hibernate.transaction.
SessionFactoryManager
T
Transactional
- Annotation Type in
com.dropwizard.hibernate.transaction
TransactionalAspect
- Class in
com.dropwizard.hibernate.transaction
TransactionalAspect()
- Constructor for class com.dropwizard.hibernate.transaction.
TransactionalAspect
TransactionHandler
- Class in
com.dropwizard.hibernate.transaction
TransactionHandler()
- Constructor for class com.dropwizard.hibernate.transaction.
TransactionHandler
transcationClassCalled()
- Method in class com.dropwizard.hibernate.transaction.
TransactionalAspect
transcationFunctionCalled()
- Method in class com.dropwizard.hibernate.transaction.
TransactionalAspect
U
uniqueResult(CriteriaQuery<E>)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
uniqueResult(Criteria)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
uniqueResult(Query<E>)
- Method in class com.dropwizard.hibernate.transaction.
AbstractDAO
A
B
C
D
E
G
H
I
L
M
N
O
P
Q
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.