Hibernate

Basic Hibernate Annotations

Reading Time: 2 minutes If you are reading this blog I assume you are already familiar with the Hibernate basics. If not, please visit “Introduction to Hibernate” to get started with Hibernate. Hibernate annotations may be considered as metadata to link Java applications to the relational database. Also used to map the traditional relational databases with frontend Java applications. It works as a bridge to connect Java applications to Continue Reading