<?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"
>

<channel>
	<title>entity object</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/entity-object/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>entity object</description>
	<pubDate>Sun, 21 Mar 2010 23:50:17+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>JPA Overview</title>
		<link>http://www.codeweblog.com/jpa-overview/</link>
		<comments>http://www.codeweblog.com/jpa-overview/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[jcp]]></category>
<category><![CDATA[database query language]]></category>
<category><![CDATA[annotations]]></category>
<category><![CDATA[run time]]></category>
<category><![CDATA[coupling]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[desktop applications]]></category>
<category><![CDATA[expert group]]></category>
<category><![CDATA[object oriented database]]></category>
<category><![CDATA[standardization]]></category>
<category><![CDATA[group software development]]></category>
<category><![CDATA[very important aspect]]></category>
<category><![CDATA[second sun]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jpa-overview/</guid>
		<description><![CDATA[Java Persistence API JPA through JDK 5.0 annotations or XML description of the object - the relationship between the mapping table and run-time persistence of the entity object to the database. Sun in ...]]></description>
		<content:encoded><![CDATA[Java Persistence API JPA through JDK 5.0 annotations or XML description of the object - the relationship between the mapping table and run-time persistence of the entity object to the database. Sun in ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jpa-overview/</wfw:commentRss>
	</item>
		<item>
		<title>Spring2.5 + JPA (Hibernate3.2) source code examples (CTO)</title>
		<link>http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</link>
		<comments>http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 16:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[serializable interface]]></category>
<category><![CDATA[object entity]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[entity objects]]></category>
<category><![CDATA[constructor]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[scalability]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[business interface]]></category>
<category><![CDATA[mvc pattern]]></category>
<category><![CDATA[relationship between objects]]></category>
<category><![CDATA[source code examples]]></category>
<category><![CDATA[data elements]]></category>
<category><![CDATA[public access]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</guid>
		<description><![CDATA[In this paper, to cut-off since I CSDN blog http://blog.csdn.net/ctojxzsycztao/archive/2009/05/12/4171730.aspx Today, because of闲来无事studied about JPA, and gave a simple example to small for you to sha ...]]></description>
		<content:encoded><![CDATA[In this paper, to cut-off since I CSDN blog http://blog.csdn.net/ctojxzsycztao/archive/2009/05/12/4171730.aspx Today, because of闲来无事studied about JPA, and gave a simple example to small for you to sha ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring2-5-jpa-hibernate3-2-source-code-examples-cto/</wfw:commentRss>
	</item>
		<item>
		<title>Three hibernate object status</title>
		<link>http://www.codeweblog.com/three-hibernate-object-status/</link>
		<comments>http://www.codeweblog.com/three-hibernate-object-status/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 00:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[confusion]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[javadoc]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[java application]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[abstract concept]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[interface session]]></category>
<category><![CDATA[database session]]></category>
<category><![CDATA[session status]]></category>
<category><![CDATA[free session]]></category>
<category><![CDATA[serializable java]]></category>
<category><![CDATA[translations]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/three-hibernate-object-status/</guid>
		<description><![CDATA[Hibernate transparent persistence is very comfortable to use, and sometimes even forget the existence of the database. My friends would always tell save, saveOrUpdate, update the distinction, lock, me ...]]></description>
		<content:encoded><![CDATA[Hibernate transparent persistence is very comfortable to use, and sometimes even forget the existence of the database. My friends would always tell save, saveOrUpdate, update the distinction, lock, me ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/collection-of-articles-about-hibernate/" title="Collection of articles about hibernate">Collection of articles about hibernate</a> 2009-02-27 09:43:18</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/three-hibernate-object-status/</wfw:commentRss>
	</item>
		<item>
		<title>EJB knowledge</title>
		<link>http://www.codeweblog.com/ejb-knowledge/</link>
		<comments>http://www.codeweblog.com/ejb-knowledge/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 19:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[bean entity]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[component model]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[javabean]]></category>
<category><![CDATA[domain model]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[enterprise bean]]></category>
<category><![CDATA[customer requests]]></category>
<category><![CDATA[platform java]]></category>
<category><![CDATA[enterprise java beans]]></category>
<category><![CDATA[database synchronization]]></category>
<category><![CDATA[application standards]]></category>
<category><![CDATA[model objects]]></category>
<category><![CDATA[access 2]]></category>
<category><![CDATA[new enterprise]]></category>
<category><![CDATA[long wait]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ejb-knowledge/</guid>
		<description><![CDATA[EJB is a server-side sun component model, the usefulness of the largest deployment of distributed applications are similar to Microsoft&#39;s. Net technology. With the advantages of cross-platform jav ...]]></description>
		<content:encoded><![CDATA[EJB is a server-side sun component model, the usefulness of the largest deployment of distributed applications are similar to Microsoft&#39;s. Net technology. With the advantages of cross-platform jav ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
					<li><a href="http://www.codeweblog.com/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ejb-knowledge/</wfw:commentRss>
	</item>
		<item>
		<title>Crawl strategy Hibernate</title>
		<link>http://www.codeweblog.com/crawl-strategy-hibernate/</link>
		<comments>http://www.codeweblog.com/crawl-strategy-hibernate/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 14:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[select statement]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[object instance]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[designation]]></category>
<category><![CDATA[metadata]]></category>
<category><![CDATA[query statement]]></category>
<category><![CDATA[object graph]]></category>
<category><![CDATA[subquery]]></category>
<category><![CDATA[query program]]></category>
<category><![CDATA[key list]]></category>
<category><![CDATA[heavy duty]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/crawl-strategy-hibernate/</guid>
		<description><![CDATA[First of all, tell us about the crawl strategies: Crawling strategy (fetching strategy) means: When the required application at (Hibernate Entity Object graph) relationship between the time of navigat ...]]></description>
		<content:encoded><![CDATA[First of all, tell us about the crawl strategies: Crawling strategy (fetching strategy) means: When the required application at (Hibernate Entity Object graph) relationship between the time of navigat ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/crawl-strategy-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate data retention</title>
		<link>http://www.codeweblog.com/hibernate-data-retention/</link>
		<comments>http://www.codeweblog.com/hibernate-data-retention/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 10:45:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[object entity]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[interceptors]]></category>
<category><![CDATA[object id]]></category>
<category><![CDATA[entity objects]]></category>
<category><![CDATA[class implementation]]></category>
<category><![CDATA[dirty data]]></category>
<category><![CDATA[internal cache]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[high cache]]></category>
<category><![CDATA[revenue losses]]></category>
<category><![CDATA[insert sql]]></category>
<category><![CDATA[operation id]]></category>
<category><![CDATA[relative status]]></category>
<category><![CDATA[data retention]]></category>
<category><![CDATA[tectonic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-data-retention/</guid>
		<description><![CDATA[Hibernate data retention - Session. Save Ways Session.save user entity objects to the database persistence operations. In other words, Session.save method call with the entity object by matching Inser ...]]></description>
		<content:encoded><![CDATA[Hibernate data retention - Session. Save Ways Session.save user entity objects to the database persistence operations. In other words, Session.save method call with the entity object by matching Inser ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-data-retention/</wfw:commentRss>
	</item>
		<item>
		<title>About hibernate cache and CRUD</title>
		<link>http://www.codeweblog.com/about-hibernate-cache-and-crud/</link>
		<comments>http://www.codeweblog.com/about-hibernate-cache-and-crud/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[liberation]]></category>
<category><![CDATA[sql operations]]></category>
<category><![CDATA[major 1]]></category>
<category><![CDATA[session state]]></category>
<category><![CDATA[database record]]></category>
<category><![CDATA[core issue]]></category>
<category><![CDATA[something to share]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[red tape]]></category>
<category><![CDATA[epidemic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/about-hibernate-cache-and-crud/</guid>
		<description><![CDATA[hibernate as a now relatively popular lightweight ORM framework, started in 2003 in the domestic epidemic, and to do at the moment still on Persistence Layer dominant. Although rich and flexible objec ...]]></description>
		<content:encoded><![CDATA[hibernate as a now relatively popular lightweight ORM framework, started in 2003 in the domestic epidemic, and to do at the moment still on Persistence Layer dominant. Although rich and flexible objec ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/about-hibernate-cache-and-crud/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate's HQL query</title>
		<link>http://www.codeweblog.com/hibernate-s-hql-query/</link>
		<comments>http://www.codeweblog.com/hibernate-s-hql-query/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 23:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[result set]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[query return]]></category>
<category><![CDATA[object id]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[object query]]></category>
<category><![CDATA[array element]]></category>
<category><![CDATA[element type]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[property inquiries]]></category>
<category><![CDATA[property query]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[parameter names]]></category>
<category><![CDATA[iterate]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-s-hql-query/</guid>
		<description><![CDATA[Medium at HQL keywords are not case-sensitive, but the property and the class name is case-sensitive 1, a simple query property * A single property query, return the result set list property, element  ...]]></description>
		<content:encoded><![CDATA[Medium at HQL keywords are not case-sensitive, but the property and the class name is case-sensitive 1, a simple query property * A single property query, return the result set list property, element  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-s-hql-query/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate query cache</title>
		<link>http://www.codeweblog.com/hibernate-query-cache/</link>
		<comments>http://www.codeweblog.com/hibernate-query-cache/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 11:30:33+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[object cache]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[cache configuration]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[sql query]]></category>
<category><![CDATA[entity objects]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[common property]]></category>
<category><![CDATA[xml query]]></category>
<category><![CDATA[set id]]></category>
<category><![CDATA[proceedings]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-query-cache/</guid>
		<description><![CDATA[hibernate query cache Query cache is cached result set of common property On the entity object cache only the result set id Query cache life cycle, when the associated table happened to amend, then th ...]]></description>
		<content:encoded><![CDATA[hibernate query cache Query cache is cached result set of common property On the entity object cache only the result set id Query cache life cycle, when the associated table happened to amend, then th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-query-cache/</wfw:commentRss>
	</item>
		<item>
		<title>Struts Spring Hibernate test Noodles</title>
		<link>http://www.codeweblog.com/struts-spring-hibernate-test-noodles/</link>
		<comments>http://www.codeweblog.com/struts-spring-hibernate-test-noodles/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 10:28:06+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[enhancement]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[internal cache]]></category>
<category><![CDATA[reflection mechanism]]></category>
<category><![CDATA[relationship classes]]></category>
<category><![CDATA[memory load]]></category>
<category><![CDATA[repetitive code]]></category>
<category><![CDATA[lightweight framework]]></category>
<category><![CDATA[query data]]></category>
<category><![CDATA[applica]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[time data]]></category>
<category><![CDATA[simplification]]></category>
<category><![CDATA[noodles]]></category>
<category><![CDATA[transparency]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-spring-hibernate-test-noodles/</guid>
		<description><![CDATA[Hibernate working principle and why to use? Principle: 1. To read and parse configuration file 2. Read and analytic mapping information, create a SessionFactory 3. Open Sesssion 4. Create Affairs tran ...]]></description>
		<content:encoded><![CDATA[Hibernate working principle and why to use? Principle: 1. To read and parse configuration file 2. Read and analytic mapping information, create a SessionFactory 3. Open Sesssion 4. Create Affairs tran ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts-spring-hibernate-test-noodles/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate load delay</title>
		<link>http://www.codeweblog.com/hibernate-load-delay/</link>
		<comments>http://www.codeweblog.com/hibernate-load-delay/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:00:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data query]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[target audience]]></category>
<category><![CDATA[target user]]></category>
<category><![CDATA[cglib]]></category>
<category><![CDATA[dynamic structure]]></category>
<category><![CDATA[loading mechanism]]></category>
<category><![CDATA[debugging tools]]></category>
<category><![CDATA[physical characteristics]]></category>
<category><![CDATA[time user]]></category>
<category><![CDATA[debugger]]></category>
<category><![CDATA[snapshot]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[memory]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-load-delay/</guid>
		<description><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is required when the real data at a time when the real implementat ...]]></description>
		<content:encoded><![CDATA[Lazy loading: Lazy loading mechanism is in order to avoid unnecessary performance overhead and put forward the so-called lazy loading is required when the real data at a time when the real implementat ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-load-delay/</wfw:commentRss>
	</item>
		<item>
		<title>The level Hibernate cache</title>
		<link>http://www.codeweblog.com/the-level-hibernate-cache/</link>
		<comments>http://www.codeweblog.com/the-level-hibernate-cache/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 09:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jdbc implementation]]></category>
<category><![CDATA[code lt]]></category>
<category><![CDATA[gt students]]></category>
<category><![CDATA[integer id]]></category>
<category><![CDATA[cache level]]></category>
<category><![CDATA[xml code]]></category>
<category><![CDATA[level cache]]></category>
<category><![CDATA[entity object]]></category>
<category><![CDATA[hashset]]></category>
<category><![CDATA[storage memory]]></category>
<category><![CDATA[object cache]]></category>
<category><![CDATA[import tool]]></category>
<category><![CDATA[session level]]></category>
<category><![CDATA[key column]]></category>
<category><![CDATA[t student]]></category>
<category><![CDATA[transaction level]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[2 ways]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[data storage]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-level-hibernate-cache/</guid>
		<description><![CDATA[Hibernate cache level: (1) a cache is very short and the session life cycle consistent, also known as session-level cache-level cache or transaction-level cache (2) Ways of Supporting level cache: get ...]]></description>
		<content:encoded><![CDATA[Hibernate cache level: (1) a cache is very short and the session life cycle consistent, also known as session-level cache-level cache or transaction-level cache (2) Ways of Supporting level cache: get ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-call-stored-procedure/" title="hibernate call stored procedure">hibernate call stored procedure</a> 2009-02-27 12:34:25</li>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-level-hibernate-cache/</wfw:commentRss>
	</item>
	</channel>
</rss>
