Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hinernate version #86

Open
f8chicken opened this issue Mar 6, 2024 · 1 comment
Open

hinernate version #86

f8chicken opened this issue Mar 6, 2024 · 1 comment

Comments

@f8chicken
Copy link

Hi i just want to know the HIBERNATE version that hibernated implements.

I need to read the docs.

Thanks.

@SingingBush
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants