<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java Hibernate on Ski11 Up</title>
    <link>//localhost:1313/tags/java-hibernate/</link>
    <description>Recent content in Java Hibernate on Ski11 Up</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 20 Sep 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="//localhost:1313/tags/java-hibernate/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hibernate CRUD App</title>
      <link>//localhost:1313/posts/hibernet-crud/</link>
      <pubDate>Sun, 20 Sep 2020 00:00:00 +0000</pubDate>
      <guid>//localhost:1313/posts/hibernet-crud/</guid>
      <description>Hibernate ORM is developed by Red Hat and an open-source framework that provides the mapping between Java Object and Relational Database.&#xA;Hibernate uses Hibernate Query Language for performance DB operations.&#xA;The below diagram depicts how to, hibernate works as a layer between the application layer and the relational database.&#xA;Design We will create a table as contacts having fields as id, first_name, last_name and email which will map to Java Object Contact having attributes as id, firstName, lastName and email.</description>
    </item>
  </channel>
</rss>
