Hibernate is an ORM framework in Java and based on JPA specifications. JPA (Java Persistent API) internally implements ActiveRecord Pattern at number of places. But overall JPA is based on bit complex pattern called as DataMapper.
You can refer to this Active Record Pattern paper for comparison between Rails ActiveRecord and Hibernate