Skip to content

Getting acquainted with an object-relational mapping tool for the Java programming language.

License

Notifications You must be signed in to change notification settings

Blahodatny/Hibernate

Repository files navigation

Hibernate · Github license Build Status Known Vulnerabilities

The mapping of Java classes to database tables is implemented by the configuration of an XML file or by using Java Annotations. When using an XML file, Hibernate can generate skeleton source code for the persistence classes. This is auxiliary when annotations are used. Hibernate can use the XML file or the Java annotations to maintain the database schema.

About

Getting acquainted with an object-relational mapping tool for the Java programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published