<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tec Bar &#187; Hibernate</title>
	<atom:link href="https://www.tecbar.net/category/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecbar.net</link>
	<description></description>
	<lastBuildDate>Tue, 19 Dec 2017 20:49:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1</generator>
	<item>
		<title>Difference between Session get and load in Hibernate</title>
		<link>https://www.tecbar.net/difference-between-session-get-and-load-in-hibernate/</link>
		<comments>https://www.tecbar.net/difference-between-session-get-and-load-in-hibernate/#comments</comments>
		<pubDate>Thu, 09 Apr 2015 00:47:42 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=705</guid>
		<description><![CDATA[<p>Hibernate Session provides two methods to retrieve object e.g. get() and load() both looked quite similar to each other but there are subtle difference between load and get method. The major difference between two methods is: get method will involve &#8230; <a href="https://www.tecbar.net/difference-between-session-get-and-load-in-hibernate/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/difference-between-session-get-and-load-in-hibernate/">Difference between Session get and load in Hibernate</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/difference-between-session-get-and-load-in-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between flush and commit in Hibernate</title>
		<link>https://www.tecbar.net/difference-flush-commit-hibernate/</link>
		<comments>https://www.tecbar.net/difference-flush-commit-hibernate/#comments</comments>
		<pubDate>Tue, 24 Mar 2015 19:22:43 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=601</guid>
		<description><![CDATA[<p>Session flush is the process of synchronizing the underlying persistent store with persistable state held in memory. Flushing the session simply gets the data in the session synchronized with the database. If a persisted object in the Session has value &#8230; <a href="https://www.tecbar.net/difference-flush-commit-hibernate/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/difference-flush-commit-hibernate/">Difference between flush and commit in Hibernate</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/difference-flush-commit-hibernate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Query Cache Example</title>
		<link>https://www.tecbar.net/hibernate-query-cache-example/</link>
		<comments>https://www.tecbar.net/hibernate-query-cache-example/#comments</comments>
		<pubDate>Sat, 07 Mar 2015 00:29:35 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=427</guid>
		<description><![CDATA[<p>Hibernate query cache does not cache the state of actual entities in the result set, and it caches only identifier values and results of value type. Query cache integrates closely with the second-level cache, and is useful for queries that &#8230; <a href="https://www.tecbar.net/hibernate-query-cache-example/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hibernate-query-cache-example/">Hibernate Query Cache Example</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hibernate-query-cache-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate Second Level Cache Example</title>
		<link>https://www.tecbar.net/hibernate-second-level-cache-example/</link>
		<comments>https://www.tecbar.net/hibernate-second-level-cache-example/#comments</comments>
		<pubDate>Wed, 04 Mar 2015 01:54:01 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=386</guid>
		<description><![CDATA[<p>To enable second level cache, here we will use EHCache. Change mapping file category.hbm.xml, and one line [crayon-69fdd754870ee443638389/] [crayon-69fdd754870f5682914131/] add one ehcache.xml, a simple example [crayon-69fdd754870fb734198216/] [crayon-69fdd75487100715222613/] Let&#8217;s use the same code as we used in the 1st level cache &#8230; <a href="https://www.tecbar.net/hibernate-second-level-cache-example/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hibernate-second-level-cache-example/">Hibernate Second Level Cache Example</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hibernate-second-level-cache-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hibernate First Level Cache Example</title>
		<link>https://www.tecbar.net/hibernate-first-level-cache-example/</link>
		<comments>https://www.tecbar.net/hibernate-first-level-cache-example/#comments</comments>
		<pubDate>Tue, 03 Mar 2015 19:58:58 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=371</guid>
		<description><![CDATA[<p>A couple of examples are given to shows Hibernate first level cache scenario. Database Table: [crayon-69fdd754876b5717942539/] Here are we are using XML Mappling without Annotations) Domain class: [crayon-69fdd754876bc150389048/] XML Mapping file: [crayon-69fdd754876c2832770171/] hibernate.cfg.xml [crayon-69fdd754876c8010364349/] Example Code 1: [crayon-69fdd754876d0989506517/] Output: [crayon-69fdd754876d5404493407/] &#8230; <a href="https://www.tecbar.net/hibernate-first-level-cache-example/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hibernate-first-level-cache-example/">Hibernate First Level Cache Example</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hibernate-first-level-cache-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hibernate Caching</title>
		<link>https://www.tecbar.net/hibernate-caching/</link>
		<comments>https://www.tecbar.net/hibernate-caching/#comments</comments>
		<pubDate>Tue, 03 Mar 2015 19:41:44 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=366</guid>
		<description><![CDATA[<p>Caching is an import technique in Hibernate. When you use Hibernate in the application and enable Hibernate SQL trace, you might notice lots of SQL queries executed to grab data back from the database. A large number of such kinds &#8230; <a href="https://www.tecbar.net/hibernate-caching/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hibernate-caching/">Hibernate Caching</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hibernate-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hibernate Session</title>
		<link>https://www.tecbar.net/hibernate-session/</link>
		<comments>https://www.tecbar.net/hibernate-session/#comments</comments>
		<pubDate>Tue, 24 Feb 2015 23:26:38 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=297</guid>
		<description><![CDATA[<p>The main function of a Hibernate session is to open a database connection, and offer read and update operations for instances. Each instance object associated with the session will keep alive until the session is closed or the object is &#8230; <a href="https://www.tecbar.net/hibernate-session/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/hibernate-session/">Hibernate Session</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/hibernate-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure c3p0 Connection Pool in Hibernate</title>
		<link>https://www.tecbar.net/configure-c3p0-connection-pool-in-hibernate/</link>
		<comments>https://www.tecbar.net/configure-c3p0-connection-pool-in-hibernate/#comments</comments>
		<pubDate>Thu, 12 Feb 2015 01:21:02 +0000</pubDate>
		<dc:creator><![CDATA[James]]></dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.tecbar.net/?p=39</guid>
		<description><![CDATA[<p>Normally, opening a connection to a database consumes more time than executing an SQL statement. Connection pools can help to reuse some connections without creating the connections frequently. In DAO layer, it will help to improve your system performance. Hibernate &#8230; <a href="https://www.tecbar.net/configure-c3p0-connection-pool-in-hibernate/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tecbar.net/configure-c3p0-connection-pool-in-hibernate/">Configure c3p0 Connection Pool in Hibernate</a> appeared first on <a rel="nofollow" href="https://www.tecbar.net">Tec Bar</a>.</p>
]]></description>
		<wfw:commentRss>https://www.tecbar.net/configure-c3p0-connection-pool-in-hibernate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
