You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project isn't a 1:1 implementation of Hibernate, it is "similar to Hibernate" (as per the readme). It has functionality based on features within Hibernate but it certainly doesn't have all of the features that Hibernate does. So classes & members can have user defined attributes (compile-time annotations) such as @Entity, @Table, @OneToMany, @Generated, @Id which should all be familiar to people that have previously used Hibernate. The best documentation is to look at the examples and the code in hdtest.
Hi i just want to know the HIBERNATE version that hibernated implements.
I need to read the docs.
Thanks.
The text was updated successfully, but these errors were encountered: