Blahodatny / Hibernate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 89.1%Language:PLpgSQL 10.9%