<?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>java Archives - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/tag/java/</link>
	<description>Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)</description>
	<lastBuildDate>Mon, 14 Mar 2022 16:41:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.icod.de/wp-content/uploads/2017/04/darko-luketic-foto.256x256-150x150.jpg</url>
	<title>java Archives - blog.icod.de</title>
	<link>https://blog.icod.de/tag/java/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Spring Data JPA fixtures</title>
		<link>https://blog.icod.de/2022/03/14/spring-data-jpa-fixtures/</link>
					<comments>https://blog.icod.de/2022/03/14/spring-data-jpa-fixtures/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Mon, 14 Mar 2022 16:39:33 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[spring]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1713</guid>

					<description><![CDATA[<p>What are fixtures? Fixed data that is always present in the database. You can think of it as the initial dataset. application.properties [crayon-69c8a9634ddc2170523125/] The documentation speaks of &#8220;the root classpath&#8221;, not knowing Java well I had no idea what that means and an answer on Stackoverflow was of course wrong. It&#8217;s not the &#8220;src&#8221; dir,&#8230;</p>
<p>The post <a href="https://blog.icod.de/2022/03/14/spring-data-jpa-fixtures/">Spring Data JPA fixtures</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2022/03/14/spring-data-jpa-fixtures/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Spring Data JPA Postgres UUID @Id</title>
		<link>https://blog.icod.de/2022/03/14/spring-data-jpa-postgres-uuid-id/</link>
					<comments>https://blog.icod.de/2022/03/14/spring-data-jpa-postgres-uuid-id/#comments</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Mon, 14 Mar 2022 13:34:00 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jpa]]></category>
		<category><![CDATA[spring]]></category>
		<guid isPermaLink="false">https://blog.icod.de/?p=1709</guid>

					<description><![CDATA[<p>I read lots of outdated info on this matter. Using PostgreSQL v13+ there is a function called gen_random_uuid(). See the manual page of Postgres UUID. Here&#8217;s an example entity called Page [crayon-69c8a9634dec1039028878/] As you see you can append the columnDefinition to the @Column annotation. &#8220;UUID default gen_random_uuid()&#8221; This translates to following SQL [crayon-69c8a9634dec4693591740/] And you&#8230;</p>
<p>The post <a href="https://blog.icod.de/2022/03/14/spring-data-jpa-postgres-uuid-id/">Spring Data JPA Postgres UUID @Id</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2022/03/14/spring-data-jpa-postgres-uuid-id/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
