allthecodes / dropwizard-entitymanager

JPA for Dropwizard using Hibernate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JPA for Dropwizard using Hibernate

License:Apache License 2.0


Languages

Language:Java 97.8%Language:Shell 2.2%