<?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>cache data</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/cache-data/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>cache data</description>
	<pubDate>Mon, 22 Mar 2010 15:42:40+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>hernate ehcach usage</title>
		<link>http://www.codeweblog.com/hernate-ehcach-usage/</link>
		<comments>http://www.codeweblog.com/hernate-ehcach-usage/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[data storage]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[src directory]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[occasions]]></category>
<category><![CDATA[pairs]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[memory]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[ehcache]]></category>
<category><![CDATA[concurrent requests]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[quot 15]]></category>
<category><![CDATA[storage disk]]></category>
<category><![CDATA[time synchronization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hernate-ehcach-usage/</guid>
		<description><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...]]></description>
		<content:encoded><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...				<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/hernate-ehcach-usage/</wfw:commentRss>
	</item>
		<item>
		<title>The working principle ssh</title>
		<link>http://www.codeweblog.com/the-working-principle-ssh/</link>
		<comments>http://www.codeweblog.com/the-working-principle-ssh/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[internal cache]]></category>
<category><![CDATA[reflection mechanism]]></category>
<category><![CDATA[lightweight framework]]></category>
<category><![CDATA[query data]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[transparency]]></category>
<category><![CDATA[flexibility]]></category>
<category><![CDATA[layer 3]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[mainstreaming]]></category>
<category><![CDATA[functional attributes]]></category>
<category><![CDATA[code access]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-working-principle-ssh/</guid>
		<description><![CDATA[Principle: 1. Read and analytic profile 2. Read and analytical mapping information, create a SessionFactory 3. Open Sesssion 4. Transation create Affairs 5. Persistent operating 6. Submit 7,. Close Se ...]]></description>
		<content:encoded><![CDATA[Principle: 1. Read and analytic profile 2. Read and analytical mapping information, create a SessionFactory 3. Open Sesssion 4. Transation create Affairs 5. Persistent operating 6. Submit 7,. Close Se ...				<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/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/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/the-working-principle-ssh/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate query understanding of several important</title>
		<link>http://www.codeweblog.com/hibernate-query-understanding-of-several-important/</link>
		<comments>http://www.codeweblog.com/hibernate-query-understanding-of-several-important/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[sql query]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[database query]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[iterator]]></category>
<category><![CDATA[iteration]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[query statement]]></category>
<category><![CDATA[query results]]></category>
<category><![CDATA[oid]]></category>
<category><![CDATA[proxy object]]></category>
<category><![CDATA[oracle c]]></category>
<category><![CDATA[java oracle]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-query-understanding-of-several-important/</guid>
		<description><![CDATA[A, hibernate query 1, the test list and the relationship between Iterator and cache (1), in the same session in the first iteration and then list The results of the implementation is: Hibernate: selec ...]]></description>
		<content:encoded><![CDATA[A, hibernate query 1, the test list and the relationship between Iterator and cache (1), in the same session in the first iteration and then list The results of the implementation is: Hibernate: selec ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</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/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-understanding-of-several-important/</wfw:commentRss>
	</item>
		<item>
		<title>The use of EhCache</title>
		<link>http://www.codeweblog.com/the-use-of-ehcache/</link>
		<comments>http://www.codeweblog.com/the-use-of-ehcache/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:35:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[data storage]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[src directory]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[occasions]]></category>
<category><![CDATA[pairs]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[memory]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[ehcache]]></category>
<category><![CDATA[concurrent requests]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[quot 15]]></category>
<category><![CDATA[storage disk]]></category>
<category><![CDATA[time synchronization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-use-of-ehcache/</guid>
		<description><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...]]></description>
		<content:encoded><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...				<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/the-use-of-ehcache/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate cache management</title>
		<link>http://www.codeweblog.com/hibernate-cache-management/</link>
		<comments>http://www.codeweblog.com/hibernate-cache-management/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data cache]]></category>
<category><![CDATA[cache cache]]></category>
<category><![CDATA[cache memory]]></category>
<category><![CDATA[cache management]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[time data]]></category>
<category><![CDATA[common software]]></category>
<category><![CDATA[computer industry]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[service scope]]></category>
<category><![CDATA[transaction isolation]]></category>
<category><![CDATA[physical data storage]]></category>
<category><![CDATA[storage source]]></category>
<category><![CDATA[media cache]]></category>
<category><![CDATA[outdated software]]></category>
<category><![CDATA[source copy]]></category>
<category><![CDATA[cache storage]]></category>
<category><![CDATA[cache buffer]]></category>
<category><![CDATA[storage media]]></category>
<category><![CDATA[database services]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cache-management/</guid>
		<description><![CDATA[1. Cache Description: Cache (Cache) is the computer industry the concept is very common. Between its applications and permanent data storage source (such as hard disk file or database), with its direc ...]]></description>
		<content:encoded><![CDATA[1. Cache Description: Cache (Cache) is the computer industry the concept is very common. Between its applications and permanent data storage source (such as hard disk file or database), with its direc ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-s-cache-management/" title="Hibernate's cache management">Hibernate's cache management</a> 2009-03-03 10:27:47</li>
					<li><a href="http://www.codeweblog.com/study-notes-hibernate-three-cache/" title="Study Notes Hibernate three (cache)">Study Notes Hibernate three (cache)</a> 2009-03-03 10:27:34</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-cache-management/</wfw:commentRss>
	</item>
		<item>
		<title>9 based on JavaScript and CSS framework of the Web graph</title>
		<link>http://www.codeweblog.com/9-based-on-javascript-and-css-framework-of-the-web-graph/</link>
		<comments>http://www.codeweblog.com/9-based-on-javascript-and-css-framework-of-the-web-graph/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[prototype]]></category>
<category><![CDATA[pie chart]]></category>
<category><![CDATA[interactive features]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[frameworks]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[konqueror]]></category>
<category><![CDATA[server modules]]></category>
<category><![CDATA[opera 9]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[open source library]]></category>
<category><![CDATA[web graph]]></category>
<category><![CDATA[chart generator]]></category>
<category><![CDATA[table tags]]></category>
<category><![CDATA[web mapping]]></category>
<category><![CDATA[script html]]></category>
<category><![CDATA[graphics library]]></category>
<category><![CDATA[flash technology]]></category>
<category><![CDATA[curves]]></category>
<category><![CDATA[svg]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/9-based-on-javascript-and-css-framework-of-the-web-graph/</guid>
		<description><![CDATA[&quot;jQuery, MooTools, Prototype, etc. excellent JavaScript framework for a variety of powerful features, including the Web mapping charts, the use of these frameworks as well as the corresponding pl ...]]></description>
		<content:encoded><![CDATA[&quot;jQuery, MooTools, Prototype, etc. excellent JavaScript framework for a variety of powerful features, including the Web mapping charts, the use of these frameworks as well as the corresponding pl ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/openfire-plugin-developer-s-guide/" title="Openfire Plugin Developer's Guide">Openfire Plugin Developer's Guide</a> 2009-02-28 01:55:03</li>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/9-based-on-javascript-and-css-framework-of-the-web-graph/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate caching mechanisms</title>
		<link>http://www.codeweblog.com/hibernate-caching-mechanisms/</link>
		<comments>http://www.codeweblog.com/hibernate-caching-mechanisms/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[storage memory]]></category>
<category><![CDATA[second level cache]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[buffer zone]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[cache memory]]></category>
<category><![CDATA[query data]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[service scope]]></category>
<category><![CDATA[external hard disk]]></category>
<category><![CDATA[source retrieval]]></category>
<category><![CDATA[memory region]]></category>
<category><![CDATA[external cache]]></category>
<category><![CDATA[disk storage]]></category>
<category><![CDATA[temporary storage]]></category>
<category><![CDATA[data mapping]]></category>
<category><![CDATA[storage medium]]></category>
<category><![CDATA[storage devices]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-caching-mechanisms/</guid>
		<description><![CDATA[Cache is located in applications and physical data sources for the copy data temporary storage memory region, the purpose of the application in order to reduce the physical data sources for the number ...]]></description>
		<content:encoded><![CDATA[Cache is located in applications and physical data sources for the copy data temporary storage memory region, the purpose of the application in order to reduce the physical data sources for the number ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</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-caching-mechanisms/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate second cache</title>
		<link>http://www.codeweblog.com/hibernate-second-cache/</link>
		<comments>http://www.codeweblog.com/hibernate-second-cache/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 10:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[second level cache]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[cache configuration]]></category>
<category><![CDATA[src directory]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[cache cache]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[overflow]]></category>
<category><![CDATA[maximum number]]></category>
<category><![CDATA[java system]]></category>
<category><![CDATA[memory cache]]></category>
<category><![CDATA[creation time]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[default position]]></category>
<category><![CDATA[directory user]]></category>
<category><![CDATA[ehcache]]></category>
<category><![CDATA[timeouts]]></category>
<category><![CDATA[caches]]></category>
<category><![CDATA[ttl]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-second-cache/</guid>
		<description><![CDATA[hibernate cache Secondary cache, also known as process-level cache or SessionFactory-level cache, secondary cache can be shared by all of the session Secondary cache and the life cycle of the life cyc ...]]></description>
		<content:encoded><![CDATA[hibernate cache Secondary cache, also known as process-level cache or SessionFactory-level cache, secondary cache can be shared by all of the session Secondary cache and the life cycle of the life cyc ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-second-cache/</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>
	</channel>
</rss>
