I am looking for a Java implementationation of the ActiveRecord pattern which is built on top of Hibernate.
In .Net there is a open source project Castle Windsor ActiveRecord which implements the ActiveRecord pattern on top of NHibernate.
I'm looking for something like this, except sitting on top of the NHiberate persistence frameowork for Java.