<?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>object relational mapping</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/object-relational-mapping/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>object relational mapping</description>
	<pubDate>Thu, 18 Mar 2010 07:38:50+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Software architecture is to be aware of this year, 10 important topic</title>
		<link>http://www.codeweblog.com/software-architecture-is-to-be-aware-of-this-year-10-important-topic/</link>
		<comments>http://www.codeweblog.com/software-architecture-is-to-be-aware-of-this-year-10-important-topic/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 09:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[relational databases]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[software architecture]]></category>
<category><![CDATA[performance bottlenecks]]></category>
<category><![CDATA[amazon]]></category>
<category><![CDATA[traditional model]]></category>
<category><![CDATA[concurrent requests]]></category>
<category><![CDATA[object oriented database]]></category>
<category><![CDATA[modern software]]></category>
<category><![CDATA[new york times]]></category>
<category><![CDATA[relational database solutions]]></category>
<category><![CDATA[tony bain]]></category>
<category><![CDATA[storage method]]></category>
<category><![CDATA[promising alternatives]]></category>
<category><![CDATA[risher]]></category>
<category><![CDATA[database solutions]]></category>
<category><![CDATA[video interview]]></category>
<category><![CDATA[mongo]]></category>
<category><![CDATA[service request]]></category>
<category><![CDATA[grid computing]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-architecture-is-to-be-aware-of-this-year-10-important-topic/</guid>
		<description><![CDATA[1. Cloud Computing Cloud Computing. 2. Non-relational database Non-relational databases.托尼贝恩Tony Bain in readwriteweb.com asked: Is The Relational Database Doomed? Relational database is doomed to die ...]]></description>
		<content:encoded><![CDATA[1. Cloud Computing Cloud Computing. 2. Non-relational database Non-relational databases.托尼贝恩Tony Bain in readwriteweb.com asked: Is The Relational Database Doomed? Relational database is doomed to die ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-brief-introduction/" title="hibernate brief introduction">hibernate brief introduction</a> 2009-03-02 12:05:07</li>
					<li><a href="http://www.codeweblog.com/hibernate-technical-study-notes-first/" title="hibernate Technical Study Notes (first)">hibernate Technical Study Notes (first)</a> 2009-03-01 18:38:00</li>
					<li><a href="http://www.codeweblog.com/software-engineer-must-know-the-concept-of-the-10/" title="Software engineer must know the concept of the 10">Software engineer must know the concept of the 10</a> 2009-03-01 08:45:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/software-architecture-is-to-be-aware-of-this-year-10-important-topic/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate's object - relational mapping (1)</title>
		<link>http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/</link>
		<comments>http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[java application]]></category>
<category><![CDATA[error message]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[java program]]></category>
<category><![CDATA[reflection mechanism]]></category>
<category><![CDATA[object database]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[persistent state]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[oid]]></category>
<category><![CDATA[instantaneous state]]></category>
<category><![CDATA[proxy object]]></category>
<category><![CDATA[executive session]]></category>
<category><![CDATA[object sql]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-s-object-relational-mapping-1/</guid>
		<description><![CDATA[Hibernate Object - Relational Mapping A, hibernate Principle 1, operations in hibernate entity object persistent to the database when there are three states, the instantaneous state. Persistent state, ...]]></description>
		<content:encoded><![CDATA[Hibernate Object - Relational Mapping A, hibernate Principle 1, operations in hibernate entity object persistent to the database when there are three states, the instantaneous state. Persistent state, ...				<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-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/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-s-object-relational-mapping-1/</wfw:commentRss>
	</item>
		<item>
		<title>Complete Hibernate 3.0 Tutorial</title>
		<link>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</link>
		<comments>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 08:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[java platform]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[query language]]></category>
<category><![CDATA[source object]]></category>
<category><![CDATA[mapping solution]]></category>
<category><![CDATA[query service]]></category>
<category><![CDATA[inheritance polymorphism]]></category>
<category><![CDATA[relational mapping tool]]></category>
<category><![CDATA[java collections framework]]></category>
<category><![CDATA[elegant bridge]]></category>
<category><![CDATA[example queries]]></category>
<category><![CDATA[performance object]]></category>
<category><![CDATA[oriented extension]]></category>
<category><![CDATA[java download]]></category>
<category><![CDATA[retrieving data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</guid>
		<description><![CDATA[This tutorial provide step by step instructions on using Hibernate 3.0. Hibernate is popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance  ...]]></description>
		<content:encoded><![CDATA[This tutorial provide step by step instructions on using Hibernate 3.0. Hibernate is popular open source object relational mapping tool for Java platform. It provides powerful, ultra-high performance  ...				<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/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/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/complete-hibernate-3-0-tutorial/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate mapping file configuration</title>
		<link>http://www.codeweblog.com/hibernate-mapping-file-configuration/</link>
		<comments>http://www.codeweblog.com/hibernate-mapping-file-configuration/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[mapping tools]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[component elements]]></category>
<category><![CDATA[configuration object]]></category>
<category><![CDATA[middlegen]]></category>
<category><![CDATA[component component]]></category>
<category><![CDATA[sql in access]]></category>
<category><![CDATA[dynamic component]]></category>
<category><![CDATA[profile properties]]></category>
<category><![CDATA[dynamic components]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-mapping-file-configuration/</guid>
		<description><![CDATA[Object-relational mapping is an XML document to illustrate the. Document mapping tools can be used to generate, such as XDoclet, Middlegen and so on AndroMDA. The following example from the beginning  ...]]></description>
		<content:encoded><![CDATA[Object-relational mapping is an XML document to illustrate the. Document mapping tools can be used to generate, such as XDoclet, Middlegen and so on AndroMDA. The following example from the beginning  ...				<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-mapping-file-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>PO.VO.BO with DAO, OO meta --</title>
		<link>http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/</link>
		<comments>http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[relational data]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[mapping object]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[relational databases]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[data transmission]]></category>
<category><![CDATA[current state]]></category>
<category><![CDATA[different point of view]]></category>
<category><![CDATA[vo]]></category>
<category><![CDATA[java developer]]></category>
<category><![CDATA[dto]]></category>
<category><![CDATA[oo]]></category>
<category><![CDATA[popular point]]></category>
<category><![CDATA[business data]]></category>
<category><![CDATA[persistent objects]]></category>
<category><![CDATA[survival data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/po-vo-bo-with-dao-oo-meta/</guid>
		<description><![CDATA[As a Java developer, the usual OO挺多has faced, and explain below the meaning of the O and usage, even if you看官different opinions are welcomed with open to question: O / R Mapping is the Object Relation ...]]></description>
		<content:encoded><![CDATA[As a Java developer, the usual OO挺多has faced, and explain below the meaning of the O and usage, even if you看官different opinions are welcomed with open to question: O / R Mapping is the Object Relation ...				<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-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/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/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/po-vo-bo-with-dao-oo-meta/</wfw:commentRss>
	</item>
		<item>
		<title>Java developer-oriented guide to db4o: Part 4: Beyond Simple Object</title>
		<link>http://www.codeweblog.com/java-developer-oriented-guide-to-db4o-part-4-beyond-simple-object/</link>
		<comments>http://www.codeweblog.com/java-developer-oriented-guide-to-db4o-part-4-beyond-simple-object/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[crud]]></category>
<category><![CDATA[object reference]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[object database]]></category>
<category><![CDATA[class person]]></category>
<category><![CDATA[type person]]></category>
<category><![CDATA[public person]]></category>
<category><![CDATA[java developer]]></category>
<category><![CDATA[class libraries]]></category>
<category><![CDATA[testing technology]]></category>
<category><![CDATA[ted neward]]></category>
<category><![CDATA[db4o]]></category>
<category><![CDATA[infinite recursion]]></category>
<category><![CDATA[test detectors]]></category>
<category><![CDATA[object storage]]></category>
<category><![CDATA[storage methods]]></category>
<category><![CDATA[restatement]]></category>
<category><![CDATA[complexities]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-developer-oriented-guide-to-db4o-part-4-beyond-simple-object/</guid>
		<description><![CDATA[So far, we have created and operated by db4o object appears relatively simple - a matter of fact, even a bit too simple. This article, db4o active in the Ted Neward will go beyond these simple object, ...]]></description>
		<content:encoded><![CDATA[So far, we have created and operated by db4o object appears relatively simple - a matter of fact, even a bit too simple. This article, db4o active in the Ted Neward will go beyond these simple object, ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/javascript-object-model/" title="Javascript Object Model">Javascript Object Model</a> 2009-03-01 16:10:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-developer-oriented-guide-to-db4o-part-4-beyond-simple-object/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate code generation tools for the design of the entire Raiders -大口仔- Garden blog</title>
		<link>http://www.codeweblog.com/hibernate-code-generation-tools-for-the-design-of-the-entire-raiders-%e5%a4%a7%e5%8f%a3%e4%bb%94-garden-blog/</link>
		<comments>http://www.codeweblog.com/hibernate-code-generation-tools-for-the-design-of-the-entire-raiders-%e5%a4%a7%e5%8f%a3%e4%bb%94-garden-blog/#comments</comments>
		<pubDate>Tue, 26 May 2009 04:25:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[mapping framework]]></category>
<category><![CDATA[durable type]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[code generation tools]]></category>
<category><![CDATA[automatic code generation]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[java programmers]]></category>
<category><![CDATA[source object]]></category>
<category><![CDATA[xdoclet]]></category>
<category><![CDATA[database modeling tools]]></category>
<category><![CDATA[conversion model]]></category>
<category><![CDATA[sensitive keyboard]]></category>
<category><![CDATA[knowledge repository]]></category>
<category><![CDATA[element model]]></category>
<category><![CDATA[meta model]]></category>
<category><![CDATA[uml models]]></category>
<category><![CDATA[object programming]]></category>
<category><![CDATA[graphical interface]]></category>
<category><![CDATA[development knowledge]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-code-generation-tools-for-the-design-of-the-entire-raiders-%e5%a4%a7%e5%8f%a3%e4%bb%94-garden-blog/</guid>
		<description><![CDATA[Points Writing essay and the latest rankings here for easy access the main Ha ha -大口仔-大口仔- qianq put my keyboard with a small knife out of Alice, wiping a bit sensitive keyboard you reply! - steward g ...]]></description>
		<content:encoded><![CDATA[Points Writing essay and the latest rankings here for easy access the main Ha ha -大口仔-大口仔- qianq put my keyboard with a small knife out of Alice, wiping a bit sensitive keyboard you reply! - steward g ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-technical-study-notes-first/" title="hibernate Technical Study Notes (first)">hibernate Technical Study Notes (first)</a> 2009-03-01 18:38:00</li>
					<li><a href="http://www.codeweblog.com/hibernate-study-of-the-second/" title="hibernate study of the second">hibernate study of the second</a> 2009-03-01 18:37:51</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-code-generation-tools-for-the-design-of-the-entire-raiders-%e5%a4%a7%e5%8f%a3%e4%bb%94-garden-blog/</wfw:commentRss>
	</item>
		<item>
		<title>Persistence Hibernate operation</title>
		<link>http://www.codeweblog.com/persistence-hibernate-operation/</link>
		<comments>http://www.codeweblog.com/persistence-hibernate-operation/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 12:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[persistent class]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[getter]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[java classes]]></category>
<category><![CDATA[three states]]></category>
<category><![CDATA[configuration object]]></category>
<category><![CDATA[relational database mapping]]></category>
<category><![CDATA[database session]]></category>
<category><![CDATA[persistent state]]></category>
<category><![CDATA[child c]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[mapping technology]]></category>
<category><![CDATA[basic questions]]></category>
<category><![CDATA[gossip]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/persistence-hibernate-operation/</guid>
		<description><![CDATA[Hibernate about some basic questions Hibernate through ORM (Object Relational Mapping) technology to achieve data persistence operations, that is, the relational database mapping for java classes and  ...]]></description>
		<content:encoded><![CDATA[Hibernate about some basic questions Hibernate through ORM (Object Relational Mapping) technology to achieve data persistence operations, that is, the relational database mapping for java classes and  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/persistence-hibernate-operation/</wfw:commentRss>
	</item>
		<item>
		<title>Java terminology</title>
		<link>http://www.codeweblog.com/java-terminology/</link>
		<comments>http://www.codeweblog.com/java-terminology/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 00:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java message service]]></category>
<category><![CDATA[directory interface]]></category>
<category><![CDATA[java database]]></category>
<category><![CDATA[apache]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[mapping object]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[bridge]]></category>
<category><![CDATA[database connectivity]]></category>
<category><![CDATA[inversion of control]]></category>
<category><![CDATA[java management extensions]]></category>
<category><![CDATA[dao data access object]]></category>
<category><![CDATA[data access object]]></category>
<category><![CDATA[aspect oriented programming]]></category>
<category><![CDATA[connector architecture]]></category>
<category><![CDATA[java terminology]]></category>
<category><![CDATA[java data]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-terminology/</guid>
		<description><![CDATA[DAO: data access object data access object ORM: object relational mapping Object-Relational Mapping JDBC: java database connectivity JPA: java persistence api ----- ORM framework JDO: java data object ...]]></description>
		<content:encoded><![CDATA[DAO: data access object data access object ORM: object relational mapping Object-Relational Mapping JDBC: java database connectivity JPA: java persistence api ----- ORM framework JDO: java data object ...				<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/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/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/java-terminology/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate brief introduction</title>
		<link>http://www.codeweblog.com/hibernate-brief-introduction/</link>
		<comments>http://www.codeweblog.com/hibernate-brief-introduction/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:05:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[factory gt]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[introduction 1]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[database driver]]></category>
<category><![CDATA[logic implementation]]></category>
<category><![CDATA[object persistence]]></category>
<category><![CDATA[jdbc package]]></category>
<category><![CDATA[database interface]]></category>
<category><![CDATA[redundant code]]></category>
<category><![CDATA[global configuration]]></category>
<category><![CDATA[mapping tool]]></category>
<category><![CDATA[database connections]]></category>
<category><![CDATA[database user]]></category>
<category><![CDATA[application procedure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-brief-introduction/</guid>
		<description><![CDATA[1: hibernate, what are? 1: hibernate is a JDBC package is responsible for object persistence, in the middle layer, in the application and database has played a role as a bridge between a mapping tool. ...]]></description>
		<content:encoded><![CDATA[1: hibernate, what are? 1: hibernate is a JDBC package is responsible for object persistence, in the middle layer, in the application and database has played a role as a bridge between a mapping tool. ...				<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/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</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/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/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-brief-introduction/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate Technical Study Notes (first)</title>
		<link>http://www.codeweblog.com/hibernate-technical-study-notes-first/</link>
		<comments>http://www.codeweblog.com/hibernate-technical-study-notes-first/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 18:38:00+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[mapping framework]]></category>
<category><![CDATA[mapping object]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[object relational mapping]]></category>
<category><![CDATA[object oriented language]]></category>
<category><![CDATA[manual conversion]]></category>
<category><![CDATA[storage engine]]></category>
<category><![CDATA[database storage]]></category>
<category><![CDATA[data updates]]></category>
<category><![CDATA[primary keys]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[relational model]]></category>
<category><![CDATA[key concepts]]></category>
<category><![CDATA[perfor]]></category>
<category><![CDATA[rollback]]></category>
<category><![CDATA[mismatch]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-technical-study-notes-first/</guid>
		<description><![CDATA[Introduction: Model does not match (impedance mismatch) java object-oriented language, object model, its key concepts are: inheritance, association, polymorphism, etc.; database is the relational mode ...]]></description>
		<content:encoded><![CDATA[Introduction: Model does not match (impedance mismatch) java object-oriented language, object model, its key concepts are: inheritance, association, polymorphism, etc.; database is the relational mode ...				<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-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/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/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-technical-study-notes-first/</wfw:commentRss>
	</item>
	</channel>
</rss>
