<?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>composite keys</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/composite-keys/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>composite keys</description>
	<pubDate>Fri, 19 Mar 2010 13:45:01+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Based on the annotation according to hibernate primary key generation strategy</title>
		<link>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</link>
		<comments>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 02:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[pk]]></category>
<category><![CDATA[key generation]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[target method]]></category>
<category><![CDATA[tb]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[sequence database]]></category>
<category><![CDATA[code target]]></category>
<category><![CDATA[table generator]]></category>
<category><![CDATA[sequence identity]]></category>
<category><![CDATA[code id]]></category>
<category><![CDATA[control 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</guid>
		<description><![CDATA[Here to discuss the primary key agents, business primary key (for example, composite keys, etc.) do not discuss here. A, JPA generator strategy adopted by General annotation to hibernate entity mappin ...]]></description>
		<content:encoded><![CDATA[Here to discuss the primary key agents, business primary key (for example, composite keys, etc.) do not discuss here. A, JPA generator strategy adopted by General annotation to hibernate entity mappin ...				<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/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/based-on-the-annotation-according-to-hibernate-primary-key-generation-strategy/</wfw:commentRss>
	</item>
		<item>
		<title>Database development norms</title>
		<link>http://www.codeweblog.com/database-development-norms/</link>
		<comments>http://www.codeweblog.com/database-development-norms/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[design principles]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[performance scalability]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[decomposition]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[database development]]></category>
<category><![CDATA[data integrity]]></category>
<category><![CDATA[data redundancy]]></category>
<category><![CDATA[storage table]]></category>
<category><![CDATA[3nf]]></category>
<category><![CDATA[index design]]></category>
<category><![CDATA[automatic id]]></category>
<category><![CDATA[key field]]></category>
<category><![CDATA[regularization]]></category>
<category><![CDATA[standardization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/database-development-norms/</guid>
		<description><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...]]></description>
		<content:encoded><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35: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/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/database-development-norms/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate study of the second</title>
		<link>http://www.codeweblog.com/hibernate-study-of-the-second/</link>
		<comments>http://www.codeweblog.com/hibernate-study-of-the-second/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 18:37:51+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistent class]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[default constructor]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[type java]]></category>
<category><![CDATA[callback method]]></category>
<category><![CDATA[variable signs]]></category>
<category><![CDATA[durable type]]></category>
<category><![CDATA[interface methods]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[persistent fields]]></category>
<category><![CDATA[performance optimization]]></category>
<category><![CDATA[persistent classes]]></category>
<category><![CDATA[optional step]]></category>
<category><![CDATA[property id]]></category>
<category><![CDATA[callbacks]]></category>
<category><![CDATA[proxies]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-of-the-second/</guid>
		<description><![CDATA[Persistence of three main points: 1, a statement for persistent fields accessors (accessors) and whether the variable signs (mutators) Property statement is not necessarily required for the public&#39 ...]]></description>
		<content:encoded><![CDATA[Persistence of three main points: 1, a statement for persistent fields accessors (accessors) and whether the variable signs (mutators) Property statement is not necessarily required for the public&#39 ...				<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/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/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/hibernate-study-of-the-second/</wfw:commentRss>
	</item>
	</channel>
</rss>
