<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>Hibernate Community - Forums > Hibernate Users</title>
		<link>https://forum.hibernate.org/index.php</link>
	<!--<atom:link href="https://forum.hibernate.org/index.php" rel="alternate" type="application/rss+xml" />-->
		<description>Hibernate Community Forums</description>
		<language>en-gb</language>
		<copyright>Copyright (c) 2003 Hibernate Community</copyright>
		<managingEditor>webmaster@hibernate.org (Hibernate Community)</managingEditor>
		<webMaster>webmaster@hibernate.org (Hibernate Community)</webMaster>
		<pubDate>Tue, 14 Jul 2020 00:00:00 -0500</pubDate>
		<lastBuildDate>Tue, 14 Jul 2020 08:22:39 -0500</lastBuildDate>
		<generator>MSSTI RSS Feed 2.0 Version 1.0.9 - (C) 2008-2009 leviatan21 - http://www.mssti.com/</generator>

		<image>
			<title>Hibernate Community - Forums > Hibernate Users</title>
			<url>https://forum.hibernate.org/styles/hibernate/imageset/site_logo.gif</url>
			<link>https://forum.hibernate.org/index.php</link>
		</image>
		<ttl>60</ttl>
		
			<item>
			<title>Hibernate Users | Re: OptimisticLockException while persisting an entity</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494333#p2494333</link>
				<description><![CDATA[Send a replicating test case using our templates:<br /><br /><a class="postlink" href="http://in.relation.to/2016/01/14/hibernate-jpa-test-case-template/">http://in.relation.to/2016/01/14/hibern ... -template/</a><hr />]]></description>
					<content:encoded><![CDATA[Send a replicating test case using our templates:<br /><br /><a class="postlink" href="http://in.relation.to/2016/01/14/hibernate-jpa-test-case-template/">http://in.relation.to/2016/01/14/hibern ... -template/</a>]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494333#p2494333</guid>		</item>
			<item>
			<title>Hibernate Users | Re: Oracle 12c support</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494332#p2494332</link>
				<description><![CDATA[Sorry about the longggggggg delay is responding. Accidentally checked my old posts and responding now.<br /><br />We are using Redhat Jboss EAP 6.4.16 which has Hibernate 4.2.18 bundled and it is working fine with Oracle 12C DB.<hr />]]></description>
					<content:encoded><![CDATA[Sorry about the longggggggg delay is responding. Accidentally checked my old posts and responding now.<br /><br />We are using Redhat Jboss EAP 6.4.16 which has Hibernate 4.2.18 bundled and it is working fine with Oracle 12C DB.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494332#p2494332</guid>		</item>
			<item>
			<title>Hibernate Users | Re: @DynamicUpdate and @OptimisticLockType.DIRTY</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494331#p2494331</link>
				<description><![CDATA[Java doc links:<br /><a class="postlink" href="https://docs.jboss.org/hibernate/orm/4.2/javadocs/org/hibernate/annotations/DynamicUpdate.html">https://docs.jboss.org/hibernate/orm/4. ... pdate.html</a><br /><a class="postlink" href="https://docs.jboss.org/hibernate/orm/4.2/javadocs/org/hibernate/annotations/OptimisticLockType.html">https://docs.jboss.org/hibernate/orm/4. ... kType.html</a><hr />]]></description>
					<content:encoded><![CDATA[Java doc links:<br /><a class="postlink" href="https://docs.jboss.org/hibernate/orm/4.2/javadocs/org/hibernate/annotations/DynamicUpdate.html">https://docs.jboss.org/hibernate/orm/4. ... pdate.html</a><br /><a class="postlink" href="https://docs.jboss.org/hibernate/orm/4.2/javadocs/org/hibernate/annotations/OptimisticLockType.html">https://docs.jboss.org/hibernate/orm/4. ... kType.html</a>]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494331#p2494331</guid>		</item>
			<item>
			<title>Hibernate Users | Re: What's wrong with my Hibernate Utility class ?</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494328#p2494328</link>
				<description><![CDATA[<div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />So, I presume if my controller is to check one method follows by another, the session will open and close(1 thread), open and close( a new thread will start again).<br /></div><br /><br />No. Just use synchronized for when you create the Sessionfactory, as I already mentioned.<hr />]]></description>
					<content:encoded><![CDATA[<div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />So, I presume if my controller is to check one method follows by another, the session will open and close(1 thread), open and close( a new thread will start again).<br /></div><br /><br />No. Just use synchronized for when you create the Sessionfactory, as I already mentioned.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494328#p2494328</guid>		</item>
			<item>
			<title>Hibernate Users | Hibernate-Search, Infinispan (running in multiple instances)</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494326#p2494326</link>
				<description><![CDATA[  Hello,<br /><br />When i try to execute the application/program in 2 machines at the same time, 2 scenarios occurred, <br />scenario-1: one process waits till the other process to get complete, and then the other one starts and it will get completed, and when i run search on both machines, i am able to see both the insertions. <br />scenario-2: In this scenario both the process finishes at the same time, and when i search on both machines, i am able to get only one of the data inserted(which is random of 2) and other<br />...<hr />]]></description>
					<content:encoded><![CDATA[  Hello,<br /><br />When i try to execute the application/program in 2 machines at the same time, 2 scenarios occurred, <br />scenario-1: one process waits till the other process to get complete, and then the other one starts and it will get completed, and when i run search on both machines, i am able to see both the insertions. <br />scenario-2: In this scenario both the process finishes at the same time, and when i search on both machines, i am able to get only one of the data inserted(which is random of 2) and other<br />...]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494326#p2494326</guid>		</item>
			<item>
			<title>Hibernate Users | Re: UnsupportedOperationException with SAP HANA and Hibernate</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494322#p2494322</link>
				<description><![CDATA[Thanks for the information. Looks like i was using the version 5.0.12.<hr />]]></description>
					<content:encoded><![CDATA[Thanks for the information. Looks like i was using the version 5.0.12.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494322#p2494322</guid>		</item>
			<item>
			<title>Hibernate Users | Re: hibernate does not resolve many-to-one-relation</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494311#p2494311</link>
				<description><![CDATA[Thank you, it worked.<br /><br /><div class="quotetitle">vlad wrote:</div><div class="quotecontent"><br />If you want to fetch them together, use a JOIN FETCH directive:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">select c<br />from Category c<br />join fetch c.elements<br />where c.id = :id</div><br /></div><hr />]]></description>
					<content:encoded><![CDATA[Thank you, it worked.<br /><br /><div class="quotetitle">vlad wrote:</div><div class="quotecontent"><br />If you want to fetch them together, use a JOIN FETCH directive:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">select c<br />from Category c<br />join fetch c.elements<br />where c.id = :id</div><br /></div>]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494311#p2494311</guid>		</item>
			<item>
			<title>Hibernate Users | Re: criteria JAP api complaining about selection</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494307#p2494307</link>
				<description><![CDATA[Just do it like this:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">criteria.select(er);</div><br /><br />and it will work.<hr />]]></description>
					<content:encoded><![CDATA[Just do it like this:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">criteria.select(er);</div><br /><br />and it will work.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494307#p2494307</guid>		</item>
			<item>
			<title>Hibernate Users | Re: On commit,Hibernate reopens and closes additional connection</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494304#p2494304</link>
				<description><![CDATA[Thanks<hr />]]></description>
					<content:encoded><![CDATA[Thanks]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494304#p2494304</guid>		</item>
			<item>
			<title>Hibernate Users | Re: Criteria API clause on join/fetch table not working</title>
			<link>https://forum.hibernate.org/viewtopic.php?p=2494289#p2494289</link>
				<description><![CDATA[You can't filter what you JOIN FETCH because collections need to be fetched entirely. It's by design to work like that.<hr />]]></description>
					<content:encoded><![CDATA[You can't filter what you JOIN FETCH because collections need to be fetched entirely. It's by design to work like that.]]></content:encoded>
		<guid isPermaLink="false">https://forum.hibernate.org/viewtopic.php?p=2494289#p2494289</guid>		</item>
	
	</channel>
</rss>