<dependency> <groupId>org.hibernate</groupId> <artifactId>ejb3-persistence</artifactId> ...
I am implementing generation of the domain/model POJOs from database using the Hibernate3 Maven Plugin. The rationale is to ensure a DBA's updates to the database are automatically mapped to the ...