<?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>orm</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/orm/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>orm</description>
	<pubDate>Thu, 18 Mar 2010 04:15:24+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>spring 2.5.6 and hibernate3.2.2 Integration (5)</title>
		<link>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-5/</link>
		<comments>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-5/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:00:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[group id]]></category>
<category><![CDATA[auto value]]></category>
<category><![CDATA[table structure]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[null value]]></category>
<category><![CDATA[database design]]></category>
<category><![CDATA[habit]]></category>
<category><![CDATA[constraint]]></category>
<category><![CDATA[default description]]></category>
<category><![CDATA[springside]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[resource id]]></category>
<category><![CDATA[topic id]]></category>
<category><![CDATA[group topic]]></category>
<category><![CDATA[group drop]]></category>
<category><![CDATA[topic group]]></category>
<category><![CDATA[key group]]></category>
<category><![CDATA[mini web]]></category>
<category><![CDATA[sound 1]]></category>
<category><![CDATA[resource type]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-5/</guid>
		<description><![CDATA[This time, the point of hibernate tools to use this tool, ORM between the R and O have been a first, the chicken or the egg discussion, according to the habit, or even first, the database design. This ...]]></description>
		<content:encoded><![CDATA[This time, the point of hibernate tools to use this tool, ORM between the R and O have been a first, the chicken or the egg discussion, according to the habit, or even first, the database design. This ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-jpa-composite-primary-key-annotation-statement-ways/" title="hibernate (jpa) composite primary key annotation statement Ways">hibernate (jpa) composite primary key annotation statement Ways</a> 2009-02-27 13:52:18</li>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</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/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/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-5/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate cache of learning</title>
		<link>http://www.codeweblog.com/hibernate-cache-of-learning/</link>
		<comments>http://www.codeweblog.com/hibernate-cache-of-learning/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[level cache]]></category>
<category><![CDATA[session level]]></category>
<category><![CDATA[transaction level]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[relevant data]]></category>
<category><![CDATA[transaction isolation]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[application services]]></category>
<category><![CDATA[database services]]></category>
<category><![CDATA[application level]]></category>
<category><![CDATA[memory operation]]></category>
<category><![CDATA[shortcoming]]></category>
<category><![CDATA[management strategies]]></category>
<category><![CDATA[demise]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cache-of-learning/</guid>
		<description><![CDATA[Hibernate for the ORM this type is concerned, the more important cache significantly, it is the persistence layer the key to performance. Simply put, Hibernate is packaged JDBC in order to achieve the ...]]></description>
		<content:encoded><![CDATA[Hibernate for the ORM this type is concerned, the more important cache significantly, it is the persistence layer the key to performance. Simply put, Hibernate is packaged JDBC in order to achieve the ...				<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/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-cache-of-learning/</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>ssh working principle</title>
		<link>http://www.codeweblog.com/ssh-working-principle/</link>
		<comments>http://www.codeweblog.com/ssh-working-principle/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[level cache]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[working principle]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[mainstream]]></category>
<category><![CDATA[enhancement]]></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[simplification]]></category>
<category><![CDATA[transparency]]></category>
<category><![CDATA[layer 3]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[functional attributes]]></category>
<category><![CDATA[application level]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ssh-working-principle/</guid>
		<description><![CDATA[Principle: 1. Read and analytic profile 2. Read and analytical mapping information, the creation of SessionFactory 3. Open Sesssion 4. Transation create Affairs 5. Persistence operation 6. Submit 7. C ...]]></description>
		<content:encoded><![CDATA[Principle: 1. Read and analytic profile 2. Read and analytical mapping information, the creation of SessionFactory 3. Open Sesssion 4. Transation create Affairs 5. Persistence operation 6. Submit 7. C ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-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/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/ssh-working-principle/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate one-to-many (one to many) cascade delete</title>
		<link>http://www.codeweblog.com/hibernate-one-to-many-one-to-many-cascade-delete/</link>
		<comments>http://www.codeweblog.com/hibernate-one-to-many-one-to-many-cascade-delete/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[column name]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[gt 3]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[profiles]]></category>
<category><![CDATA[good time]]></category>
<category><![CDATA[relevant data]]></category>
<category><![CDATA[open sessions]]></category>
<category><![CDATA[illegal attempt]]></category>
<category><![CDATA[consequential amendments]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-one-to-many-one-to-many-cascade-delete/</guid>
		<description><![CDATA[I said here is one-to-many one-way cascade delete, and other consequential amendments to the need to cascade to cascade Item to Order and as an example Class 1 bean public class Order implements java. ...]]></description>
		<content:encoded><![CDATA[I said here is one-to-many one-way cascade delete, and other consequential amendments to the need to cascade to cascade Item to Order and as an example Class 1 bean public class Order implements java. ...				<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/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/hibernate-one-to-many-one-to-many-cascade-delete/</wfw:commentRss>
	</item>
		<item>
		<title>JDBC package (b)</title>
		<link>http://www.codeweblog.com/jdbc-package-b/</link>
		<comments>http://www.codeweblog.com/jdbc-package-b/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 04:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data query]]></category>
<category><![CDATA[java lang]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[type java]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[query results]]></category>
<category><![CDATA[database object]]></category>
<category><![CDATA[database tools]]></category>
<category><![CDATA[information table]]></category>
<category><![CDATA[eid]]></category>
<category><![CDATA[mapping field]]></category>
<category><![CDATA[osql]]></category>
<category><![CDATA[gender type]]></category>
<category><![CDATA[mappings]]></category>
<category><![CDATA[emp]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jdbc-package-b/</guid>
		<description><![CDATA[1. How to design a VO Scenes such as the JDBC package (a), what fields the table, VO in any field there, the key is how to design the relationship between employees and departments such as the 1 on th ...]]></description>
		<content:encoded><![CDATA[1. How to design a VO Scenes such as the JDBC package (a), what fields the table, VO in any field there, the key is how to design the relationship between employees and departments such as the 1 on th ...				<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>
					<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>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jdbc-package-b/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate Study Notes 3 - Service Management</title>
		<link>http://www.codeweblog.com/hibernate-study-notes-3-service-management/</link>
		<comments>http://www.codeweblog.com/hibernate-study-notes-3-service-management/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[jndi]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[doubts]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[hibernatetemplate]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[service management]]></category>
<category><![CDATA[business process]]></category>
<category><![CDATA[business operator]]></category>
<category><![CDATA[better management]]></category>
<category><![CDATA[design pattern]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-notes-3-service-management/</guid>
		<description><![CDATA[Hibernate recent study on design pattern dao have some doubts, summed up the program the following affairs: 1, involves only a simple business process The use of JDBC services can hibernate at this ti ...]]></description>
		<content:encoded><![CDATA[Hibernate recent study on design pattern dao have some doubts, summed up the program the following affairs: 1, involves only a simple business process The use of JDBC services can hibernate at this ti ...				<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/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/hibernate-study-notes-3-service-management/</wfw:commentRss>
	</item>
		<item>
		<title>Description appcationContext.xml</title>
		<link>http://www.codeweblog.com/description-appcationcontext-xml/</link>
		<comments>http://www.codeweblog.com/description-appcationcontext-xml/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[apache]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[singleton]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/description-appcationcontext-xml/</guid>
		<description><![CDATA[appcationContext.xml &lt;beans&gt; &lt;bean class = &quot;org.apache.commons.dbcp.BasicDataSource&quot;&gt; &lt;property name=&quot;driverClassName&quot;&gt; &lt;value&gt; com.mysql.jdbc.Driver &lt;/  ...]]></description>
		<content:encoded><![CDATA[appcationContext.xml &lt;beans&gt; &lt;bean class = &quot;org.apache.commons.dbcp.BasicDataSource&quot;&gt; &lt;property name=&quot;driverClassName&quot;&gt; &lt;value&gt; com.mysql.jdbc.Driver &lt;/  ...				<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/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/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/description-appcationcontext-xml/</wfw:commentRss>
	</item>
		<item>
		<title>Spring + Hibernate lazy loading test base class</title>
		<link>http://www.codeweblog.com/spring-hibernate-lazy-loading-test-base-class/</link>
		<comments>http://www.codeweblog.com/spring-hibernate-lazy-loading-test-base-class/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 02:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[import org]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[abstract class]]></category>
<category><![CDATA[getresource]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[getsession]]></category>
<category><![CDATA[static object]]></category>
<category><![CDATA[void setup]]></category>
<category><![CDATA[loading test]]></category>
<category><![CDATA[test base]]></category>
<category><![CDATA[transaction support]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-hibernate-lazy-loading-test-base-class/</guid>
		<description><![CDATA[Spring + Hibernate lazy loading test base class]]></description>
		<content:encoded><![CDATA[Spring + Hibernate lazy loading test base class				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</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/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-hibernate-lazy-loading-test-base-class/</wfw:commentRss>
	</item>
		<item>
		<title>SSH error integration solutions</title>
		<link>http://www.codeweblog.com/ssh-error-integration-solutions/</link>
		<comments>http://www.codeweblog.com/ssh-error-integration-solutions/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java lang]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[sqlexception]]></category>
<category><![CDATA[alias]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[aop]]></category>
<category><![CDATA[resource web]]></category>
<category><![CDATA[invocation]]></category>
<category><![CDATA[conflicts]]></category>
<category><![CDATA[interpreter]]></category>
<category><![CDATA[noclassdeffounderror]]></category>
<category><![CDATA[ast]]></category>
<category><![CDATA[integration error]]></category>
<category><![CDATA[sql grammar]]></category>
<category><![CDATA[objectweb]]></category>
<category><![CDATA[integration solutions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ssh-error-integration-solutions/</guid>
		<description><![CDATA[http://skywen.javaeye.com/blog/306302 SSH integration error to be summarized as follows 1. The error appears as follows Error creating bean with name &#39;sessionFactory&#39; defined in ServletContext ...]]></description>
		<content:encoded><![CDATA[http://skywen.javaeye.com/blog/306302 SSH integration error to be summarized as follows 1. The error appears as follows Error creating bean with name &#39;sessionFactory&#39; defined in ServletContext ...				<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>
					<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/ssh-error-integration-solutions/</wfw:commentRss>
	</item>
		<item>
		<title>a different object with the same identifier ...</title>
		<link>http://www.codeweblog.com/a-different-object-with-the-same-identifier/</link>
		<comments>http://www.codeweblog.com/a-different-object-with-the-same-identifier/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 21:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[springframework]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[cms]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-different-object-with-the-same-identifier/</guid>
		<description><![CDATA[This issue, I object to assign to NULL, is also a very good use. In my system, update easy to use, but not with the insert. Did not change before it is useful to insert, and update the bad use. was th ...]]></description>
		<content:encoded><![CDATA[This issue, I object to assign to NULL, is also a very good use. In my system, update easy to use, but not with the insert. Did not change before it is useful to insert, and update the bad use. was th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
					<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/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</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/a-different-object-with-the-same-identifier/</wfw:commentRss>
	</item>
		<item>
		<title>Spring dependency package Jar Profile</title>
		<link>http://www.codeweblog.com/spring-dependency-package-jar-profile/</link>
		<comments>http://www.codeweblog.com/spring-dependency-package-jar-profile/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[spring aop]]></category>
<category><![CDATA[package jar]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[e mail]]></category>
<category><![CDATA[apache ant]]></category>
<category><![CDATA[file uploads]]></category>
<category><![CDATA[selection method]]></category>
<category><![CDATA[burlap]]></category>
<category><![CDATA[java interface]]></category>
<category><![CDATA[web based application]]></category>
<category><![CDATA[apache axis]]></category>
<category><![CDATA[test execution]]></category>
<category><![CDATA[proxy classes]]></category>
<category><![CDATA[cos cos]]></category>
<category><![CDATA[core purposes]]></category>
<category><![CDATA[source organization]]></category>
<category><![CDATA[ant run]]></category>
<category><![CDATA[document generation]]></category>
<category><![CDATA[oreilly]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-dependency-package-jar-profile/</guid>
		<description><![CDATA[Dependence of Spring Dependence of sub - JAR file Description ant ant.jar, ant-junit.jar, ant-launcher.jar Spring used as part of its Apache Ant build tool, also used to complete a large number of oth ...]]></description>
		<content:encoded><![CDATA[Dependence of Spring Dependence of sub - JAR file Description ant ant.jar, ant-junit.jar, ant-launcher.jar Spring used as part of its Apache Ant build tool, also used to complete a large number of oth ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</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/spring-dependency-package-jar-profile/</wfw:commentRss>
	</item>
		<item>
		<title>Opening - start from the JDBC</title>
		<link>http://www.codeweblog.com/opening-start-from-the-jdbc/</link>
		<comments>http://www.codeweblog.com/opening-start-from-the-jdbc/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[inquiries]]></category>
<category><![CDATA[jdbc driver]]></category>
<category><![CDATA[localhost]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[hsqldb]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[getconnection]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[java open source]]></category>
<category><![CDATA[novels]]></category>
<category><![CDATA[reflection]]></category>
<category><![CDATA[open source world]]></category>
<category><![CDATA[martial arts]]></category>
<category><![CDATA[object mapping]]></category>
<category><![CDATA[deep foundation]]></category>
<category><![CDATA[hsql]]></category>
<category><![CDATA[tactic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/opening-start-from-the-jdbc/</guid>
		<description><![CDATA[The use of Java has been more than two years and has never been a study in depth specific things, has been used in any job, and then learn what seems to understand everything that is啥都do not know. Thu ...]]></description>
		<content:encoded><![CDATA[The use of Java has been more than two years and has never been a study in depth specific things, has been used in any job, and then learn what seems to understand everything that is啥都do not know. Thu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/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/opening-start-from-the-jdbc/</wfw:commentRss>
	</item>
		<item>
		<title>spring configure some elements of the hibernate</title>
		<link>http://www.codeweblog.com/spring-configure-some-elements-of-the-hibernate/</link>
		<comments>http://www.codeweblog.com/spring-configure-some-elements-of-the-hibernate/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[configuration database]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[sqlserver]]></category>
<category><![CDATA[db gt]]></category>
<category><![CDATA[gt one]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-configure-some-elements-of-the-hibernate/</guid>
		<description><![CDATA[1. Configuration database connection One should pay attention to. Database-driven to be added to build path, sqlserver by jtds, oracle with classes12.jar, or ojdbc14.jar 2.driverclassname, url, userna ...]]></description>
		<content:encoded><![CDATA[1. Configuration database connection One should pay attention to. Database-driven to be added to build path, sqlserver by jtds, oracle with classes12.jar, or ojdbc14.jar 2.driverclassname, url, userna ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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/spring-configure-some-elements-of-the-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>Rapid Construction of Spring + hibernate WEB application (c)</title>
		<link>http://www.codeweblog.com/rapid-construction-of-spring-hibernate-web-application-c/</link>
		<comments>http://www.codeweblog.com/rapid-construction-of-spring-hibernate-web-application-c/#comments</comments>
		<pubDate>Tue, 12 May 2009 07:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[web application]]></category>
<category><![CDATA[batch size]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[job]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[statistics]]></category>
<category><![CDATA[model lt]]></category>
<category><![CDATA[spring project]]></category>
<category><![CDATA[spring model]]></category>
<category><![CDATA[entry key]]></category>
<category><![CDATA[rapid construction]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rapid-construction-of-spring-hibernate-web-application-c/</guid>
		<description><![CDATA[Spring + hibernate Spring almost hibernate provides a perfect support. At just want to create the Spring project may add Hibernate support, ask to do the job just a statement of a SessionFactory. Use  ...]]></description>
		<content:encoded><![CDATA[Spring + hibernate Spring almost hibernate provides a perfect support. At just want to create the Spring project may add Hibernate support, ask to do the job just a statement of a SessionFactory. Use  ...				<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>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rapid-construction-of-spring-hibernate-web-application-c/</wfw:commentRss>
	</item>
		<item>
		<title>spring configure problem</title>
		<link>http://www.codeweblog.com/spring-configure-problem/</link>
		<comments>http://www.codeweblog.com/spring-configure-problem/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 14:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[localhost]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[pool]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[validator]]></category>
<category><![CDATA[configuration problem]]></category>
<category><![CDATA[fileupload]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[capabilities]]></category>
<category><![CDATA[jakarta commons]]></category>
<category><![CDATA[newsreview]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-configure-problem/</guid>
		<description><![CDATA[Spring + hibernate again, the more hateful is a configuration problem. I was assigned to run, run to continue with, myeclipse found inside some of the works or instrument has set up a number of questi ...]]></description>
		<content:encoded><![CDATA[Spring + hibernate again, the more hateful is a configuration problem. I was assigned to run, run to continue with, myeclipse found inside some of the works or instrument has set up a number of questi ...				<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/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/spring-configure-problem/</wfw:commentRss>
	</item>
		<item>
		<title>struts2 + spring + hibernate pagination</title>
		<link>http://www.codeweblog.com/struts2-spring-hibernate-pagination/</link>
		<comments>http://www.codeweblog.com/struts2-spring-hibernate-pagination/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 15:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[impl]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[service layer]]></category>
<category><![CDATA[layer interface]]></category>
<category><![CDATA[dao 2]]></category>
<category><![CDATA[retu]]></category>
<category><![CDATA[news web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-spring-hibernate-pagination/</guid>
		<description><![CDATA[Pagination 2EE system showed that modification dao layer, service layer, action layer, pagination two types of documents, code is as follows: dao layer interface: Java code 1. Package com.last999.im.n ...]]></description>
		<content:encoded><![CDATA[Pagination 2EE system showed that modification dao layer, service layer, action layer, pagination two types of documents, code is as follows: dao layer interface: Java code 1. Package com.last999.im.n ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/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/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</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/struts2-spring-hibernate-pagination/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate delete when abnormal</title>
		<link>http://www.codeweblog.com/hibernate-delete-when-abnormal/</link>
		<comments>http://www.codeweblog.com/hibernate-delete-when-abnormal/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 02:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[subclass]]></category>
<category><![CDATA[key value]]></category>
<category><![CDATA[host side]]></category>
<category><![CDATA[converts]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-delete-when-abnormal/</guid>
		<description><![CDATA[1. When I delete the master side, there was no persistent, direct new host side then a setID. Between tables can delete data and master data side, was charged side data is not Change. Problem: When I  ...]]></description>
		<content:encoded><![CDATA[1. When I delete the master side, there was no persistent, direct new host side then a setID. Between tables can delete data and master data side, was charged side data is not Change. Problem: When I  ...				<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-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/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-delete-when-abnormal/</wfw:commentRss>
	</item>
		<item>
		<title>About hibernate cache and CRUD</title>
		<link>http://www.codeweblog.com/about-hibernate-cache-and-crud/</link>
		<comments>http://www.codeweblog.com/about-hibernate-cache-and-crud/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[entity object]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[liberation]]></category>
<category><![CDATA[sql operations]]></category>
<category><![CDATA[major 1]]></category>
<category><![CDATA[session state]]></category>
<category><![CDATA[database record]]></category>
<category><![CDATA[core issue]]></category>
<category><![CDATA[something to share]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[red tape]]></category>
<category><![CDATA[epidemic]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/about-hibernate-cache-and-crud/</guid>
		<description><![CDATA[hibernate as a now relatively popular lightweight ORM framework, started in 2003 in the domestic epidemic, and to do at the moment still on Persistence Layer dominant. Although rich and flexible objec ...]]></description>
		<content:encoded><![CDATA[hibernate as a now relatively popular lightweight ORM framework, started in 2003 in the domestic epidemic, and to do at the moment still on Persistence Layer dominant. Although rich and flexible objec ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/about-hibernate-cache-and-crud/</wfw:commentRss>
	</item>
		<item>
		<title>A server simultaneously run multiple different versions of Rails application [to Taiwan thegiive article]</title>
		<link>http://www.codeweblog.com/a-server-simultaneously-run-multiple-different-versions-of-rails-application-to-taiwan-thegiive-article/</link>
		<comments>http://www.codeweblog.com/a-server-simultaneously-run-multiple-different-versions-of-rails-application-to-taiwan-thegiive-article/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[orm]]></category>
<category><![CDATA[web application framework]]></category>
<category><![CDATA[proposal]]></category>
<category><![CDATA[short period]]></category>
<category><![CDATA[template engine]]></category>
<category><![CDATA[control flow]]></category>
<category><![CDATA[escalation]]></category>
<category><![CDATA[ancestor]]></category>
<category><![CDATA[faction]]></category>
<category><![CDATA[benchmark]]></category>
<category><![CDATA[out of time]]></category>
<category><![CDATA[taiwan]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-server-simultaneously-run-multiple-different-versions-of-rails-application-to-taiwan-thegiive-article/</guid>
		<description><![CDATA[http://lightyror.thegiive.net/2007/04/rails-version.html, following its original content. Rails site now using, Version divided into several faction. 0.x 1.0 1.1 1.2 Rails 0.X is a few years ago began ...]]></description>
		<content:encoded><![CDATA[http://lightyror.thegiive.net/2007/04/rails-version.html, following its original content. Rails site now using, Version divided into several faction. 0.x 1.0 1.1 1.2 Rails 0.X is a few years ago began ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-commonly-used-in-integrated/" title="js commonly used in integrated">js commonly used in integrated</a> 2009-03-04 17:15:03</li>
					<li><a href="http://www.codeweblog.com/eclipse-hibernate-proposals/" title="eclipse Hibernate proposals">eclipse Hibernate proposals</a> 2009-03-01 18:37:34</li>
					<li><a href="http://www.codeweblog.com/what-is-the-jpa/" title="What is the JPA">What is the JPA</a> 2009-02-28 16:00:21</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/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/a-server-simultaneously-run-multiple-different-versions-of-rails-application-to-taiwan-thegiive-article/</wfw:commentRss>
	</item>
		<item>
		<title>Merb will be combined to Rails 3!</title>
		<link>http://www.codeweblog.com/merb-will-be-combined-to-rails-3/</link>
		<comments>http://www.codeweblog.com/merb-will-be-combined-to-rails-3/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[orm]]></category>
<category><![CDATA[merger]]></category>
<category><![CDATA[merb]]></category>
<category><![CDATA[suitable components]]></category>
<category><![CDATA[christmas eve]]></category>
<category><![CDATA[continuous development]]></category>
<category><![CDATA[big bang]]></category>
<category><![CDATA[trade offs]]></category>
<category><![CDATA[bowen]]></category>
<category><![CDATA[frameworks]]></category>
<category><![CDATA[sequel]]></category>
<category><![CDATA[cease]]></category>
<category><![CDATA[large scale]]></category>
<category><![CDATA[christmas]]></category>
<category><![CDATA[advantages and disadvantages]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/merb-will-be-combined-to-rails-3/</guid>
		<description><![CDATA[Original Address: Merb gets merged into Rails 3! Has been to one, about Merb and Rails with the trade-offs between the advantages and disadvantages between the arguments, along with the continuous dev ...]]></description>
		<content:encoded><![CDATA[Original Address: Merb gets merged into Rails 3! Has been to one, about Merb and Rails with the trade-offs between the advantages and disadvantages between the arguments, along with the continuous dev ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-january-of-dynamic/" title="Rails January of dynamic">Rails January of dynamic</a> 2009-03-05 01:25:02</li>
					<li><a href="http://www.codeweblog.com/rails-and-merb-merged-into-a-single-project-it-is-not-fool-s-day-news/" title="Rails and Merb merged into a single project, it is not Fool's Day News">Rails and Merb merged into a single project, it is not Fool's Day News</a> 2009-03-04 23:25:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-performance-tuning-the-focus-of-understanding/" title="Hibernate performance tuning (the focus of understanding)">Hibernate performance tuning (the focus of understanding)</a> 2009-03-03 10:26:40</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/in-the-spring-to-configure-service/" title="In the Spring to configure Service">In the Spring to configure Service</a> 2009-02-27 13:50:31</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/merb-will-be-combined-to-rails-3/</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>In the Spring to configure Service</title>
		<link>http://www.codeweblog.com/in-the-spring-to-configure-service/</link>
		<comments>http://www.codeweblog.com/in-the-spring-to-configure-service/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 13:50:31+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[transaction manager]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[jta]]></category>
<category><![CDATA[deeper understanding]]></category>
<category><![CDATA[java transaction api]]></category>
<category><![CDATA[spring development]]></category>
<category><![CDATA[jdbc datasource]]></category>
<category><![CDATA[interface definition]]></category>
<category><![CDATA[affairs programs]]></category>
<category><![CDATA[existing services]]></category>
<category><![CDATA[transaction management]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[framework version]]></category>
<category><![CDATA[specific services]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[current affairs]]></category>
<category><![CDATA[dissemination]]></category>
<category><![CDATA[doubts]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-the-spring-to-configure-service/</guid>
		<description><![CDATA[JTA in Spring Development Environment: JDK1.5 (sun) + Myeclipse6.0 + Tomcat5.5 + ant 1.7.1 + MySql5.0.4 Framework version: JSF1.2 (sun) + hibernate3.3.1.GA + spring2.5.6 JTA (Java Transaction API) Onl ...]]></description>
		<content:encoded><![CDATA[JTA in Spring Development Environment: JDK1.5 (sun) + Myeclipse6.0 + Tomcat5.5 + ant 1.7.1 + MySql5.0.4 Framework version: JSF1.2 (sun) + hibernate3.3.1.GA + spring2.5.6 JTA (Java Transaction API) Onl ...				<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/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/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/in-the-spring-to-configure-service/</wfw:commentRss>
	</item>
	</channel>
</rss>
