<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>vGrup  Blog &#187; MappedSuperclass</title>
	<atom:link href="http://www.vgrup.com/tag/mappedsuperclass/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vgrup.com</link>
	<description>Vgrup for Geek and Robot Unix Party</description>
	<lastBuildDate>Thu, 24 Nov 2011 13:24:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>hinbernate&#8217;te annotation kullanarak inheritance</title>
		<link>http://www.vgrup.com/2010/01/21/hinbernatete-annotation-kullanarak-inheritance/</link>
		<comments>http://www.vgrup.com/2010/01/21/hinbernatete-annotation-kullanarak-inheritance/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:52:59 +0000</pubDate>
		<dc:creator>Muhammed YÜRÜRDURMAZ</dc:creator>
				<category><![CDATA[Yazılım]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MappedSuperclass]]></category>

		<guid isPermaLink="false">http://www.vgrup.com/?p=157</guid>
		<description><![CDATA[bir superclass kullanarak bazı standart özellikleri eklemek için bir örnek @MappedSuperclass public class Base { @Column(name="AKTIFMI") private boolean aktifmi; } @Entity class Kayit extends BaseEntity { ... } Tags: extend, Hibernate, Inheritance, Java, MappedSuperclass]]></description>
			<content:encoded><![CDATA[<p>bir superclass kullanarak bazı standart özellikleri eklemek için bir örnek</p>
<pre>@<a href="http://www.vgrup.com/tag/mappedsuperclass/" class="st_tag internal_tag" rel="tag" title="Posts tagged with MappedSuperclass">MappedSuperclass</a>
public class Base {
    @Column(name="AKTIFMI")
    private boolean aktifmi;
}</pre>
<pre>@Entity class Kayit extends BaseEntity {
    ...
}</pre>
<div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.vgrup.com/2010/01/21/hinbernatete-annotation-kullanarak-inheritance/' addthis:title='hinbernate&#8217;te annotation kullanarak inheritance'><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>
	Tags: <a href="http://www.vgrup.com/tag/extend/" title="extend" rel="tag">extend</a>, <a href="http://www.vgrup.com/tag/hibernate/" title="Hibernate" rel="tag">Hibernate</a>, <a href="http://www.vgrup.com/tag/inheritance/" title="Inheritance" rel="tag">Inheritance</a>, <a href="http://www.vgrup.com/tag/java/" title="Java" rel="tag">Java</a>, <a href="http://www.vgrup.com/tag/mappedsuperclass/" title="MappedSuperclass" rel="tag">MappedSuperclass</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.vgrup.com/2010/01/21/hinbernatete-annotation-kullanarak-inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

