Skip navigation links
A B C D E F G I J M N O P R S T U V 

A

addManagedClassNames(String, String...) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
addMappingFileNames(String, String...) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

B

build(EntityManagerBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryFactory
 
build(EntityManagerBundle<?>, Environment, PooledDataSourceFactory, List<Class<?>>, String) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryFactory
 
build(EntityManagerBundle<?>, Environment, PooledDataSourceFactory, ManagedDataSource, List<Class<?>>) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryFactory
 

C

check() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryHealthCheck
 
com.scottescue.dropwizard.entitymanager - package com.scottescue.dropwizard.entitymanager
 
configure(PersistenceUnitConfig) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
Override to configure JPA persistence unit.
configure(PersistenceUnitConfig) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryFactory
 
create(Class<T>) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkAwareProxyFactory
Creates a new @UnitOfWork aware proxy of a class with the default constructor.
create(Class<T>, Class<?>, Object) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkAwareProxyFactory
Creates a new @UnitOfWork aware proxy of a class with an one-parameter constructor.
create(Class<T>, Class<?>[], Object[]) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkAwareProxyFactory
Creates a new @UnitOfWork aware proxy of a class with a complex constructor.
createHibernate4Module() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
Override to configure the Hibernate4Module.

D

DEFAULT_NAME - Static variable in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 

E

EntityManagerBundle<T extends io.dropwizard.Configuration> - Class in com.scottescue.dropwizard.entitymanager
 
EntityManagerBundle(Class<?>, Class<?>...) - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 
EntityManagerBundle(ImmutableList<Class<?>>, EntityManagerFactoryFactory, SharedEntityManagerFactory) - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 
EntityManagerFactoryFactory - Class in com.scottescue.dropwizard.entitymanager
 
EntityManagerFactoryFactory() - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryFactory
 
EntityManagerFactoryHealthCheck - Class in com.scottescue.dropwizard.entitymanager
 
EntityManagerFactoryHealthCheck(EntityManagerFactory, String) - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryHealthCheck
 
EntityManagerFactoryHealthCheck(ExecutorService, Duration, EntityManagerFactory, String) - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryHealthCheck
 
EntityManagerFactoryManager - Class in com.scottescue.dropwizard.entitymanager
 
EntityManagerFactoryManager(EntityManagerFactory, ManagedDataSource) - Constructor for class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryManager
 
excludeUnlistedClasses - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

F

findEntityClassesFromDirectory(String) - Static method in class com.scottescue.dropwizard.entitymanager.ScanningEntityManagerBundle
Method scanning given directory for classes containing JPA @Entity annotation

G

getEntityManagerFactory() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 
getEntityManagerFactory() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryHealthCheck
 
getSharedEntityManager() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 
getValidationQuery() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryHealthCheck
 

I

initialize(Bootstrap<?>) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 
io.dropwizard.hibernate - package io.dropwizard.hibernate
 

J

jarFileUrls - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
jtaDataSource - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

M

managedClassNames - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
mappingFileNames - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

N

name() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
Override to configure the name of the bundle (It's used for the bundle health check and database pool metrics)
nonJtaDataSource - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

O

onEvent(ApplicationEvent) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkApplicationListener
 
onRequest(RequestEvent) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkApplicationListener
 

P

persistenceProviderClassName - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
PersistenceUnitConfig - Class in com.scottescue.dropwizard.entitymanager
Provides a means to configure PersistenceUnit options.
persistenceUnitName - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
persistenceUnitRootUrl - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
persistenceXmlSchemaVersion - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
properties - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

R

registerEntityManagerFactory(String, EntityManagerFactory) - Method in class com.scottescue.dropwizard.entitymanager.UnitOfWorkApplicationListener
Register a EntityManagerFactory with the given name.
run(T, Environment) - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerBundle
 

S

ScanningEntityManagerBundle<T extends io.dropwizard.Configuration> - Class in com.scottescue.dropwizard.entitymanager
Extension of EntityManagerBundle that scans given package for entities instead of giving them by hand.
ScanningEntityManagerBundle(String) - Constructor for class com.scottescue.dropwizard.entitymanager.ScanningEntityManagerBundle
 
ScanningEntityManagerBundle(String, EntityManagerFactoryFactory, SharedEntityManagerFactory) - Constructor for class com.scottescue.dropwizard.entitymanager.ScanningEntityManagerBundle
 
setExcludeUnlistedClasses(boolean) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
setProperty(String, String) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
setSharedCacheMode(SharedCacheMode) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
setValidationMode(ValidationMode) - Method in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
sharedCacheMode - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
start() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryManager
 
stop() - Method in class com.scottescue.dropwizard.entitymanager.EntityManagerFactoryManager
 

T

transactionType - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 

U

UnitOfWork - Annotation Type in io.dropwizard.hibernate
When annotating a Jersey resource method, makes a Hibernate EntityManager available to the method's execution context (thread).
UnitOfWorkApplicationListener - Class in com.scottescue.dropwizard.entitymanager
An application event listener that listens for Jersey application initialization to be finished, then creates a map of resource methods that have UnitOfWork annotations.
UnitOfWorkApplicationListener() - Constructor for class com.scottescue.dropwizard.entitymanager.UnitOfWorkApplicationListener
 
UnitOfWorkApplicationListener(String, EntityManagerFactory) - Constructor for class com.scottescue.dropwizard.entitymanager.UnitOfWorkApplicationListener
Construct an application event listener using the given name and EntityManagerFactory.
UnitOfWorkAwareProxyFactory - Class in com.scottescue.dropwizard.entitymanager
A factory for creating proxies for components that use @UnitOfWork annotations outside Jersey resources.
UnitOfWorkAwareProxyFactory(String, EntityManagerFactory) - Constructor for class com.scottescue.dropwizard.entitymanager.UnitOfWorkAwareProxyFactory
 
UnitOfWorkAwareProxyFactory(EntityManagerBundle<?>...) - Constructor for class com.scottescue.dropwizard.entitymanager.UnitOfWorkAwareProxyFactory
 

V

validationMode - Variable in class com.scottescue.dropwizard.entitymanager.PersistenceUnitConfig
 
A B C D E F G I J M N O P R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.