<?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>pojo</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/pojo/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>pojo</description>
	<pubDate>Thu, 18 Mar 2010 22:33:02+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>HIBERNATE Calling Stored Procedure</title>
		<link>http://www.codeweblog.com/hibernate-calling-stored-procedure/</link>
		<comments>http://www.codeweblog.com/hibernate-calling-stored-procedure/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:20:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[mapping package]]></category>
<category><![CDATA[test data]]></category>
<category><![CDATA[user information]]></category>
<category><![CDATA[varchar]]></category>
<category><![CDATA[deleteuser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-calling-stored-procedure/</guid>
		<description><![CDATA[1. Building tables and initialization of the test data in mysql database, create a new table: tbl_user, to build the table statement as follows: DROP TABLE IF EXISTS `user`; CREATE TABLE `tbl_user` (  ...]]></description>
		<content:encoded><![CDATA[1. Building tables and initialization of the test data in mysql database, create a new table: tbl_user, to build the table statement as follows: DROP TABLE IF EXISTS `user`; CREATE TABLE `tbl_user` (  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/hibernate-calling-stored-procedure/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate tool</title>
		<link>http://www.codeweblog.com/hibernate-tool/</link>
		<comments>http://www.codeweblog.com/hibernate-tool/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 16:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[string args]]></category>
<category><![CDATA[hbm]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[main string]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[target name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-tool/</guid>
		<description><![CDATA[Generated mapping file from the table Table generated from the mapping file and the POJO]]></description>
		<content:encoded><![CDATA[Generated mapping file from the table Table generated from the mapping file and the POJO				<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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<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/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-tool/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate cache study</title>
		<link>http://www.codeweblog.com/hibernate-cache-study/</link>
		<comments>http://www.codeweblog.com/hibernate-cache-study/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[cache level]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[failure]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[assumption]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[database load]]></category>
<category><![CDATA[sql database]]></category>
<category><![CDATA[overtime hours]]></category>
<category><![CDATA[oscache]]></category>
<category><![CDATA[level 2 cache]]></category>
<category><![CDATA[case need]]></category>
<category><![CDATA[stubbornness]]></category>
<category><![CDATA[raiders]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cache-study/</guid>
		<description><![CDATA[Hibernate cache Raiders (2007-07-18 21:51:37) Tags: hibernate Category: Hibernate Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to ...]]></description>
		<content:encoded><![CDATA[Hibernate cache Raiders (2007-07-18 21:51:37) Tags: hibernate Category: Hibernate Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/hibernate-cache-study/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate's understanding of inverse and cascade</title>
		<link>http://www.codeweblog.com/hibernate-s-understanding-of-inverse-and-cascade/</link>
		<comments>http://www.codeweblog.com/hibernate-s-understanding-of-inverse-and-cascade/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[bridge]]></category>
<category><![CDATA[semantics]]></category>
<category><![CDATA[java objects]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[mapping document]]></category>
<category><![CDATA[object parameter]]></category>
<category><![CDATA[mysterious object]]></category>
<category><![CDATA[database id]]></category>
<category><![CDATA[hands and feet]]></category>
<category><![CDATA[hashcode]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-s-understanding-of-inverse-and-cascade/</guid>
		<description><![CDATA[4. Hibernate how to update the database pojo 4.0 in the commit / flush before, hibernate will not be a mysterious object pojo treatment. 4.0.1 in the pojo when a select query, hibernate under the &quo ...]]></description>
		<content:encoded><![CDATA[4. Hibernate how to update the database pojo 4.0 in the commit / flush before, hibernate will not be a mysterious object pojo treatment. 4.0.1 in the pojo when a select query, hibernate under the &quo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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>
					<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/hibernate-s-understanding-of-inverse-and-cascade/</wfw:commentRss>
	</item>
		<item>
		<title>JavaBean, Entity Bean, Enterprise Bean, such as Bean, as well as the meaning of POJO</title>
		<link>http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</link>
		<comments>http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 23:05:24+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[bean entity]]></category>
<category><![CDATA[business logic]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[java language]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[java classes]]></category>
<category><![CDATA[single mode]]></category>
<category><![CDATA[enterprise bean]]></category>
<category><![CDATA[enterprise java beans]]></category>
<category><![CDATA[application standards]]></category>
<category><![CDATA[java bean]]></category>
<category><![CDATA[oriented applications]]></category>
<category><![CDATA[javabean properties]]></category>
<category><![CDATA[java component model]]></category>
<category><![CDATA[constructor parameters]]></category>
<category><![CDATA[visualization tools]]></category>
<category><![CDATA[internal domain]]></category>
<category><![CDATA[public exposure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</guid>
		<description><![CDATA[I am finishing with the summary of: First, the java bean, is a java component model, he for the use of java classes provide a standard format, the user program management and visualization tools can b ...]]></description>
		<content:encoded><![CDATA[I am finishing with the summary of: First, the java bean, is a java component model, he for the use of java classes provide a standard format, the user program management and visualization tools can b ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</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/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/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/javabean-entity-bean-enterprise-bean-such-as-bean-as-well-as-the-meaning-of-pojo/</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>Influence far beyond imagination Java - Why Java platform to be adopted</title>
		<link>http://www.codeweblog.com/influence-far-beyond-imagination-java-why-java-platform-to-be-adopted/</link>
		<comments>http://www.codeweblog.com/influence-far-beyond-imagination-java-why-java-platform-to-be-adopted/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 21:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[java platform]]></category>
<category><![CDATA[dynamic languages]]></category>
<category><![CDATA[java projects]]></category>
<category><![CDATA[cross platform]]></category>
<category><![CDATA[frameworks]]></category>
<category><![CDATA[rapid development]]></category>
<category><![CDATA[delphi]]></category>
<category><![CDATA[development projects]]></category>
<category><![CDATA[abstract concept]]></category>
<category><![CDATA[apache mysql]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[top echelon]]></category>
<category><![CDATA[java properties]]></category>
<category><![CDATA[junior business]]></category>
<category><![CDATA[business component]]></category>
<category><![CDATA[party components]]></category>
<category><![CDATA[echelon]]></category>
<category><![CDATA[obstacle]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/influence-far-beyond-imagination-java-why-java-platform-to-be-adopted/</guid>
		<description><![CDATA[Types of development projects from the perspective of the java platform is based on B / S structure of the system, in the direction of the competition is fierce, there is this focus on the LAMP (Linux ...]]></description>
		<content:encoded><![CDATA[Types of development projects from the perspective of the java platform is based on B / S structure of the system, in the direction of the competition is fierce, there is this focus on the LAMP (Linux ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/java-interview-questions/" title="JAVA interview questions">JAVA interview questions</a> 2009-02-27 12:33:39</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/influence-far-beyond-imagination-java-why-java-platform-to-be-adopted/</wfw:commentRss>
	</item>
		<item>
		<title>Integrated Development ssh</title>
		<link>http://www.codeweblog.com/integrated-development-ssh/</link>
		<comments>http://www.codeweblog.com/integrated-development-ssh/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 06:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[web context]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[ssh]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[integrated development]]></category>
<category><![CDATA[web filter]]></category>
<category><![CDATA[shackles]]></category>
<category><![CDATA[sturts]]></category>
<category><![CDATA[web support]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/integrated-development-ssh/</guid>
		<description><![CDATA[1 by adding the jar package j2ee. Add to lib in (Note, it is best to package jar project are added to the inside in order to shake off the shackles of MyEclipse) 2. Join the spring (remember to add th ...]]></description>
		<content:encoded><![CDATA[1 by adding the jar package j2ee. Add to lib in (Note, it is best to package jar project are added to the inside in order to shake off the shackles of MyEclipse) 2. Join the spring (remember to add th ...				<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/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/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/integrated-development-ssh/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate cache Raiders II</title>
		<link>http://www.codeweblog.com/hibernate-cache-raiders-ii/</link>
		<comments>http://www.codeweblog.com/hibernate-cache-raiders-ii/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[cache level]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[failure]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[assumption]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[br]]></category>
<category><![CDATA[period of time]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[database load]]></category>
<category><![CDATA[sql database]]></category>
<category><![CDATA[overtime hours]]></category>
<category><![CDATA[oscache]]></category>
<category><![CDATA[level 2 cache]]></category>
<category><![CDATA[case need]]></category>
<category><![CDATA[stubbornness]]></category>
<category><![CDATA[raiders]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cache-raiders-ii/</guid>
		<description><![CDATA[Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to write an article tell us about the hibernate second cache, and finally help it. M ...]]></description>
		<content:encoded><![CDATA[Many people are not very familiar with the secondary cache, or there is a wrong understanding, I have always wanted to write an article tell us about the hibernate second cache, and finally help it. M ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/hibernate-cache-raiders-ii/</wfw:commentRss>
	</item>
		<item>
		<title>Programmable configuration Hibernate3.3.0GA</title>
		<link>http://www.codeweblog.com/programmable-configuration-hibernate3-3-0ga/</link>
		<comments>http://www.codeweblog.com/programmable-configuration-hibernate3-3-0ga/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 10:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[int id]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[return id]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[java project]]></category>
<category><![CDATA[arraylist]]></category>
<category><![CDATA[class person]]></category>
<category><![CDATA[type person]]></category>
<category><![CDATA[int age]]></category>
<category><![CDATA[java text]]></category>
<category><![CDATA[core package]]></category>
<category><![CDATA[person id]]></category>
<category><![CDATA[test categories]]></category>
<category><![CDATA[test person]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/programmable-configuration-hibernate3-3-0ga/</guid>
		<description><![CDATA[1, create a new java project named Hibernate3.3Test2, add in the classpath hibernate core package, an essential package, and database-driven categories, namely: sqljdbc.jar (use is sql server2005), hi ...]]></description>
		<content:encoded><![CDATA[1, create a new java project named Hibernate3.3Test2, add in the classpath hibernate core package, an essential package, and database-driven categories, namely: sqljdbc.jar (use is sql server2005), hi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/programmable-configuration-hibernate3-3-0ga/</wfw:commentRss>
	</item>
		<item>
		<title>inverse mapping and hibernate collection cascade Detailed</title>
		<link>http://www.codeweblog.com/inverse-mapping-and-hibernate-collection-cascade-detailed/</link>
		<comments>http://www.codeweblog.com/inverse-mapping-and-hibernate-collection-cascade-detailed/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 07:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[bridge]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[semantics]]></category>
<category><![CDATA[java objects]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[inverse mapping]]></category>
<category><![CDATA[mapping document]]></category>
<category><![CDATA[object parameter]]></category>
<category><![CDATA[mysterious object]]></category>
<category><![CDATA[database id]]></category>
<category><![CDATA[hands and feet]]></category>
<category><![CDATA[hashcode]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/inverse-mapping-and-hibernate-collection-cascade-detailed/</guid>
		<description><![CDATA[4. Hibernate how to update the database pojo 4.0 in the commit / flush before, hibernate will not be a mysterious object pojo treatment. 4.0.1 in the pojo when a select query, hibernate under the &quo ...]]></description>
		<content:encoded><![CDATA[4. Hibernate how to update the database pojo 4.0 in the commit / flush before, hibernate will not be a mysterious object pojo treatment. 4.0.1 in the pojo when a select query, hibernate under the &quo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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-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/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>
					<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/inverse-mapping-and-hibernate-collection-cascade-detailed/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate annotation Detailed</title>
		<link>http://www.codeweblog.com/hibernate-annotation-detailed/</link>
		<comments>http://www.codeweblog.com/hibernate-annotation-detailed/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[key column]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[entity table]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[table column]]></category>
<category><![CDATA[column names]]></category>
<category><![CDATA[host side]]></category>
<category><![CDATA[entity declaration]]></category>
<category><![CDATA[control sequence]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-annotation-detailed/</guid>
		<description><![CDATA[1. CASCADE Cascade significance of property: Only &quot;marked relations between the&quot; cascade only property: OneToOne, OneToMany, ManyToOne, ManyToMany. Cascading refers to the implementation of  ...]]></description>
		<content:encoded><![CDATA[1. CASCADE Cascade significance of property: Only &quot;marked relations between the&quot; cascade only property: OneToOne, OneToMany, ManyToOne, ManyToMany. Cascading refers to the implementation of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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>
					<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-annotation-detailed/</wfw:commentRss>
	</item>
		<item>
		<title>Gilead = Hibernate Lazy Killer</title>
		<link>http://www.codeweblog.com/gilead-hibernate-lazy-killer/</link>
		<comments>http://www.codeweblog.com/gilead-hibernate-lazy-killer/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 03:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[pojo]]></category>
<category><![CDATA[entities]]></category>
<category><![CDATA[jvm]]></category>
<category><![CDATA[project structure]]></category>
<category><![CDATA[driven design]]></category>
<category><![CDATA[flex web]]></category>
<category><![CDATA[demo screenshots]]></category>
<category><![CDATA[light entity]]></category>
<category><![CDATA[demo project]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/gilead-hibernate-lazy-killer/</guid>
		<description><![CDATA[Gilead stands for Generic Light Entity Adapter.It permits you to send Persistent entities (and especially the partially loaded ones) outside the JVM (GWT, Flex, Web-Services, ...) without pain.No Lazy ...]]></description>
		<content:encoded><![CDATA[Gilead stands for Generic Light Entity Adapter.It permits you to send Persistent entities (and especially the partially loaded ones) outside the JVM (GWT, Flex, Web-Services, ...) without pain.No Lazy ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/eclipse-to-run-using-the-specified-jvm-m2eclipse-plugin-can-not-find-tools-jar/" title="Eclipse to run using the specified JVM m2eclipse plugin can not find tools.jar">Eclipse to run using the specified JVM m2eclipse plugin can not find tools.jar</a> 2009-03-04 09:50:30</li>
					<li><a href="http://www.codeweblog.com/hibernate-load-delay/" title="hibernate load delay">hibernate load delay</a> 2009-02-28 16:00:05</li>
					<li><a href="http://www.codeweblog.com/to-a-generic-hibernate-example-dao/" title="To a generic hibernate example DAO">To a generic hibernate example DAO</a> 2009-02-28 15:59:27</li>
					<li><a href="http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/" title="Choose Hibernate or iBATIS has its reasons">Choose Hibernate or iBATIS has its reasons</a> 2009-02-27 13:52:15</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/gilead-hibernate-lazy-killer/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate annotaion</title>
		<link>http://www.codeweblog.com/hibernate-annotaion/</link>
		<comments>http://www.codeweblog.com/hibernate-annotaion/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 01:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[integer id]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[entity table]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[constraint]]></category>
<category><![CDATA[level 1]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[string username]]></category>
<category><![CDATA[true length]]></category>
<category><![CDATA[tb]]></category>
<category><![CDATA[new cascade]]></category>
<category><![CDATA[entity declaration]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-annotaion/</guid>
		<description><![CDATA[CascadeType.PERSIST (new cascade) CascadeType.REMOVE (cascade delete) CascadeType.REFRESH (cascade refresh) CascadeType.MERGE (cascade update) in one or more selection. CascadeType.ALL CascadeType som ...]]></description>
		<content:encoded><![CDATA[CascadeType.PERSIST (new cascade) CascadeType.REMOVE (cascade delete) CascadeType.REFRESH (cascade refresh) CascadeType.MERGE (cascade update) in one or more selection. CascadeType.ALL CascadeType som ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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-annotaion/</wfw:commentRss>
	</item>
		<item>
		<title>Learn hibernate my notebook (2) - Hibernate development process (the key)</title>
		<link>http://www.codeweblog.com/learn-hibernate-my-notebook-2-hibernate-development-process-the-key/</link>
		<comments>http://www.codeweblog.com/learn-hibernate-my-notebook-2-hibernate-development-process-the-key/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 02:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistent class]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[environment variables]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[domain object]]></category>
<category><![CDATA[class configuration]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[e6]]></category>
<category><![CDATA[relational database mapping]]></category>
<category><![CDATA[9b]]></category>
<category><![CDATA[object logic]]></category>
<category><![CDATA[sensitive attention]]></category>
<category><![CDATA[development steps]]></category>
<category><![CDATA[property construction]]></category>
<category><![CDATA[default folder]]></category>
<category><![CDATA[construction methods]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/learn-hibernate-my-notebook-2-hibernate-development-process-the-key/</guid>
		<description><![CDATA[Four, Hibernate development steps: (key: It is necessary to grasp) Start: (set up environment variables and configuration) Myeclipse years at the paper into Hibernate packages (including database-driv ...]]></description>
		<content:encoded><![CDATA[Four, Hibernate development steps: (key: It is necessary to grasp) Start: (set up environment variables and configuration) Myeclipse years at the paper into Hibernate packages (including database-driv ...				<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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/learn-hibernate-my-notebook-2-hibernate-development-process-the-key/</wfw:commentRss>
	</item>
		<item>
		<title>Depth and comprehensive interpretation of all aspects of Struts 2</title>
		<link>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</link>
		<comments>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:50:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[expression language]]></category>
<category><![CDATA[layman]]></category>
<category><![CDATA[actionform]]></category>
<category><![CDATA[tag libraries]]></category>
<category><![CDATA[internationalization and localization]]></category>
<category><![CDATA[page navigation]]></category>
<category><![CDATA[validation logic]]></category>
<category><![CDATA[target data]]></category>
<category><![CDATA[logic class]]></category>
<category><![CDATA[framework applications]]></category>
<category><![CDATA[easy job]]></category>
<category><![CDATA[custom tag]]></category>
<category><![CDATA[uniform distribution]]></category>
<category><![CDATA[some frequently asked questions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</guid>
		<description><![CDATA[&quot;In layman&#39;s language and Struts 2&quot; First, Struts Overview Struts are used to develop a Model 2 framework applications. This framework can improve the speed of development as it provides ...]]></description>
		<content:encoded><![CDATA[&quot;In layman&#39;s language and Struts 2&quot; First, Struts Overview Struts are used to develop a Model 2 framework applications. This framework can improve the speed of development as it provides ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</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-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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/depth-and-comprehensive-interpretation-of-all-aspects-of-struts-2/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate with the original】 【Ibitas What is the difference between</title>
		<link>http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</link>
		<comments>http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/#comments</comments>
		<pubDate>Sun, 31 May 2009 04:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[database structure]]></category>
<category><![CDATA[maps]]></category>
<category><![CDATA[open source project]]></category>
<category><![CDATA[new projects]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[security reasons]]></category>
<category><![CDATA[database mapping]]></category>
<category><![CDATA[data access objects]]></category>
<category><![CDATA[sql programmers]]></category>
<category><![CDATA[abatis]]></category>
<category><![CDATA[select sql]]></category>
<category><![CDATA[ojb]]></category>
<category><![CDATA[stop solution]]></category>
<category><![CDATA[momentum]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</guid>
		<description><![CDATA[ibatis ----- iBATIS comes from the word &quot;internet&quot; and &quot;abatis&quot; the combination of Clinton Begin is a 2001 open-source project initiated. Initially focused on the development of en ...]]></description>
		<content:encoded><![CDATA[ibatis ----- iBATIS comes from the word &quot;internet&quot; and &quot;abatis&quot; the combination of Clinton Begin is a 2001 open-source project initiated. Initially focused on the development of en ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-with-the-original%e3%80%91-%e3%80%90ibitas-what-is-the-difference-between/</wfw:commentRss>
	</item>
		<item>
		<title>Detailed hibernate cache</title>
		<link>http://www.codeweblog.com/detailed-hibernate-cache/</link>
		<comments>http://www.codeweblog.com/detailed-hibernate-cache/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 09:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[cache configuration]]></category>
<category><![CDATA[sql]]></category>
<category><![CDATA[assumption]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[cache settings]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[period of time]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[temporary files]]></category>
<category><![CDATA[database load]]></category>
<category><![CDATA[overtime hours]]></category>
<category><![CDATA[cache id]]></category>
<category><![CDATA[configuration class]]></category>
<category><![CDATA[oscache]]></category>
<category><![CDATA[level 2 cache]]></category>
<category><![CDATA[hard disk]]></category>
<category><![CDATA[trance]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-hibernate-cache/</guid>
		<description><![CDATA[hibernate provides the level of the session cache, each session, the same id twice a load, does not send two sql to the database, but turn off session, when a cache on a failure. SessionFactory level  ...]]></description>
		<content:encoded><![CDATA[hibernate provides the level of the session cache, each session, the same id twice a load, does not send two sql to the database, but turn off session, when a cache on a failure. SessionFactory level  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/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/detailed-hibernate-cache/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate.cfg.xml configuration collection</title>
		<link>http://www.codeweblog.com/hibernate-cfg-xml-configuration-collection/</link>
		<comments>http://www.codeweblog.com/hibernate-cfg-xml-configuration-collection/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 02:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[batch size]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[factory gt]]></category>
<category><![CDATA[mapping resource]]></category>
<category><![CDATA[connection provider]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[c3p0]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[classpath]]></category>
<category><![CDATA[database record]]></category>
<category><![CDATA[data source name]]></category>
<category><![CDATA[configuration examples]]></category>
<category><![CDATA[sql database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cfg-xml-configuration-collection/</guid>
		<description><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;! DOCTYPE hibernate-configuration PUBLIC &quot;- / / Hibernate / Hibernate Configuration DTD 3.0 / / EN&quot; &quot;http://hib ...]]></description>
		<content:encoded><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;! DOCTYPE hibernate-configuration PUBLIC &quot;- / / Hibernate / Hibernate Configuration DTD 3.0 / / EN&quot; &quot;http://hib ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-cfg-xml-configuration-collection/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate mapping inverse and cascade Collection Detailed</title>
		<link>http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/</link>
		<comments>http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:50:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[consistency]]></category>
<category><![CDATA[two tables]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[bridge]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[cascade collection]]></category>
<category><![CDATA[address school]]></category>
<category><![CDATA[school id]]></category>
<category><![CDATA[set address]]></category>
<category><![CDATA[party 3]]></category>
<category><![CDATA[school address]]></category>
<category><![CDATA[aggregate]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/</guid>
		<description><![CDATA[# Assume that there is a relationship between the table ADDRESS_SCHOOL, has two fields ADDRESS_ID, SCHOOL_ID, # The two fields corresponding to ADDRESS and the key two tables SCHOOL (11) insert the SQ ...]]></description>
		<content:encoded><![CDATA[# Assume that there is a relationship between the table ADDRESS_SCHOOL, has two fields ADDRESS_ID, SCHOOL_ID, # The two fields corresponding to ADDRESS and the key two tables SCHOOL (11) insert the SQ ...				<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-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-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-mapping-inverse-and-cascade-collection-detailed/</wfw:commentRss>
	</item>
		<item>
		<title>Development of commonly used open source J2EE project</title>
		<link>http://www.codeweblog.com/development-of-commonly-used-open-source-j2ee-project/</link>
		<comments>http://www.codeweblog.com/development-of-commonly-used-open-source-j2ee-project/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:10:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[pojo]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[sql query]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[table mapping]]></category>
<category><![CDATA[data validation]]></category>
<category><![CDATA[degree of freedom]]></category>
<category><![CDATA[freedom 2]]></category>
<category><![CDATA[mapping table]]></category>
<category><![CDATA[sping]]></category>
<category><![CDATA[input data]]></category>
<category><![CDATA[data input]]></category>
<category><![CDATA[default web]]></category>
<category><![CDATA[validator]]></category>
<category><![CDATA[original source]]></category>
<category><![CDATA[xm]]></category>
<category><![CDATA[binder]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/development-of-commonly-used-open-source-j2ee-project/</guid>
		<description><![CDATA[Read other people&#39;s records, feel good, on the collection here, Original Source: http://blog.csdn.net/fenixshadow/archive/2007/11/17/1890010.aspx Persistence Layer 1: 1) Hibernate This need not in ...]]></description>
		<content:encoded><![CDATA[Read other people&#39;s records, feel good, on the collection here, Original Source: http://blog.csdn.net/fenixshadow/archive/2007/11/17/1890010.aspx Persistence Layer 1: 1) Hibernate This need not in ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</li>
					<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/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-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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/development-of-commonly-used-open-source-j2ee-project/</wfw:commentRss>
	</item>
		<item>
		<title>To a generic hibernate example DAO</title>
		<link>http://www.codeweblog.com/to-a-generic-hibernate-example-dao/</link>
		<comments>http://www.codeweblog.com/to-a-generic-hibernate-example-dao/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:59:27+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[criterion]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[regex pattern]]></category>
<category><![CDATA[loadall]]></category>
<category><![CDATA[private class]]></category>
<category><![CDATA[getclass]]></category>
<category><![CDATA[blog]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/to-a-generic-hibernate-example-dao/</guid>
		<description><![CDATA[Reprint: http://blog.csdn.net/dingx]]></description>
		<content:encoded><![CDATA[Reprint: http://blog.csdn.net/dingx				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</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/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/to-a-generic-hibernate-example-dao/</wfw:commentRss>
	</item>
		<item>
		<title>Choose Hibernate or iBATIS has its reasons</title>
		<link>http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/</link>
		<comments>http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:52:15+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[database structure]]></category>
<category><![CDATA[automatic target]]></category>
<category><![CDATA[software system design]]></category>
<category><![CDATA[mapping ability]]></category>
<category><![CDATA[product integrity]]></category>
<category><![CDATA[mapping framework]]></category>
<category><![CDATA[mapping object]]></category>
<category><![CDATA[mapping database]]></category>
<category><![CDATA[table mapping]]></category>
<category><![CDATA[query function]]></category>
<category><![CDATA[dimensional object]]></category>
<category><![CDATA[database fields]]></category>
<category><![CDATA[entire software]]></category>
<category><![CDATA[automatic generation]]></category>
<category><![CDATA[cool one]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[database query]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/</guid>
		<description><![CDATA[Hibernate features: Hibernate powerful database has nothing to do with good, O / R mapping ability, and if you are very proficient in Hibernate, but also for Hibernate to conduct an appropriate packag ...]]></description>
		<content:encoded><![CDATA[Hibernate features: Hibernate powerful database has nothing to do with good, O / R mapping ability, and if you are very proficient in Hibernate, but also for Hibernate to conduct an appropriate packag ...				<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/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-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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</title>
		<link>http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/</link>
		<comments>http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:01:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[batch size]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[localhost]]></category>
<category><![CDATA[microsoft sqlserver]]></category>
<category><![CDATA[factory gt]]></category>
<category><![CDATA[generator interface]]></category>
<category><![CDATA[knowledge points]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[mapping resource]]></category>
<category><![CDATA[connection provider]]></category>
<category><![CDATA[set database]]></category>
<category><![CDATA[key generation]]></category>
<category><![CDATA[database records]]></category>
<category><![CDATA[instan]]></category>
<category><![CDATA[hbm]]></category>
<category><![CDATA[database sql]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[jdbc]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/</guid>
		<description><![CDATA[Hibernate.cfg.xml configuration file:]]></description>
		<content:encoded><![CDATA[Hibernate.cfg.xml configuration file:				<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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/</wfw:commentRss>
	</item>
	</channel>
</rss>
