Skip to content

scottescue/dropwizard-entitymanager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dropwizard EntityManager

Build Status Coverage Status

An add-on module providing managed access to a Hibernate JPA EntityManagerFactory and a shareable, thread-safe EntityManager that works with Dropwizard Hibernate's @UnitOfWork annotation.

Getting Started

See scottescue.com/dropwizard-entitymanager for details.

Support

Please file bug reports and feature requests in GitHub issues.

Credits

This module is heavily derived from Dropwizard Hibernate. Those who have contributed to Dropwizard Hibernate deserve much of the credit for this project. I've essentially adapted their work to create and expose the EntityManager and EntityManagerFactory objects.

Dropwizard is developed by Coda Hale; Yammer, Inc.; and the Dropwizard Team, licensed under the Apache 2.0 license.

License

Copyright (c) 2015-2016 Scott Escue

This library is licensed under the Apache License, Version 2.0. See the LICENSE file in this repository for the full license text.