dependency « Annotation « JPA Q&A





1. What are the Maven dependencies to use hibernate, hibernate annotations, and ehcache?    stackoverflow.com

Okay, apparently I am stupid and everyone else knows. I would like to update my Maven pom.xml with the latest hibernate, hibernate-annotations, and ehcache dependencies. I read the hibernate download page and the ...

2. Hibernate annotations dependencies    forum.hibernate.org

Hi our server application uses annotated entities. The communications between applications clients and the server go through a midleware layer, the reconstruction in the client re-creates the entities as they were in the server. This gives us an unfortunate side-effect: a dependency on the EJB3 and Hibernate Core for the clients when using maven to build the clients. The annotations are ...