[hibernate-dev] Envers in Hibernate

Steve Ebersole steve at hibernate.org
Thu Oct 23 11:01:02 EDT 2008


You can still target just Annotation/EntityManager environments if you
want.  Nothing in this move precludes that because Annotations and
EntityManager themselves will be doing similar moves.

-  

Steve Ebersole
Project Lead
http://hibernate.org
steve at hibernate.org

Principal Software Engineer
JBoss, a division of Red Hat
http://jboss.com
http://redhat.com
steve.ebersole at jboss.com
steve.ebersole at redhat.com


On Thu, 2008-10-23 at 12:17 +0200, Adam Warski wrote:
> Hello,
> 
> > I wonder if it really has to be a project on its own?
> > A module in core would make more sense?
> I wouldn't have anything against :)
> 
> Though I'd have to do some adaptation changes. As I was originally  
> targeting Envers to support JPA mappings, I assumed that it will be  
> working in an enviroment with Hibernate Annotations/EntityManager. So  
> I used ReflectionManager to read the @Versioned annotations. In a pure  
> Hibernate environment, this will not work.
> 




More information about the hibernate-dev mailing list