WEB+DB PRESS Vol.28
WEB+DB PRESS Vol.28
posted with amazlet at 05.09.13
WEB+DB PRESS編集部
技術評論社 (2005/08/25)
売り上げランキング: 4,363

# とりあえず、時間も時間なので適当にメモです。気が向いたらもうちょっと突っ込んで書くかもです。

WEB+DB PRESS Vol.28の「EJB3時代のデータベース設計」という特集の中でHibernateの面白そうな使い方が書いてありました。

記事中ではHibernate Annotationsを使ってEJB3.0ライクにAnnotationによってマッピングファイルを使うことなくEntitiy Beanを実装する方法が記述されていました。

というわけで、久々にHibernateに触れてみました。

これまではマッピングファイルによってTop-Downにデータベースのスキーマを生成していましたが、Hibernate + Hibernate Annotation + Hibernate Toolsで同様のことができます。Hibernate Ant Toolsのドキュメントに詳しく書かれています。

Hibernate Toolsは本来Hibernateをより簡単に扱うためのEclipseプラグインなのですが、そのコアクラスにはAnt用のタスククラスが含まれています。その中にHibernate Annotationsと連携するSchemaExportなクラスが含まれているのでこいつを利用します。

ただし、現在配布されているHibernate 3.1 beta 2、Hibernate Annotations 3.1 beta 4、Hibernate Tools 3.1 alpha 5の組み合わせではAPIの非互換性から動かないのでCVSリポジトリから最新のコードを取得してコンパイルする必要があります。

HibernateはHibernate3のリポジトリ、AnnotationsとToolsはHibernateExtのリポジトリに含まれます。厳密にはAnnotationsはHibernateExt/metadataに、ToolsはHibernateExt/toolsに含まれますが、コンパイルにHibernateExtのリポジトリがごっそり必要なので要注意です。

それぞれをコンパイルしてhibernate3.jarと必要なライブラリ群、hibernate-annotations.jarとejb3-persistence.jar、hibernate-tools.jar、JDBCドライバ(今回はMySQLを使用)を${project}/libにコピーして

Employee.java
package net.hide_k;

import javax.persistence.*;

@Entity(access = AccessType.PROPERTY)
@Table(name = "t_employee")
public class Employee {

	private Long id;

	private String name;

	@Id(generate = GeneratorType.IDENTITY)
	@Column(name = "id")
	public Long getId() {
		return id;
	}

	public void setId(Long id) {
		this.id = id;
	}

	@Column(name = "name")
	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

}

みたいなコードを書いて${project}/binにコンパイルしておきます。

${project}に接続用の設定ファイルとしてhibernate.cfg.xmlを置きます。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
		"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
		"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
    <session-factory>
        <property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
        <property name="hibernate.connection.url">jdbc:mysql://localhost/hibernatetest</property>
        <property name="hibernate.connection.username">hoge</property>
        <property name="hibernate.connection.password">hoge</property>
        <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
		<mapping package="net.hide_k"/>
        <mapping class="net.hide_k.Employee"/>
    </session-factory>
</hibernate-configuration>
スキーマ作成用のAntビルドファイル(schemaExport-build.xml)を以下のように作成します。
<?xml version="1.0" encoding="UTF-8"?>
<project name="Hibernate Annotations" default="schemaExport">
	<property name="build.dir" value="bin"/>
	<property name="lib.dir" value="lib"/>
		
	<path id="lib.class.path">
		<fileset dir="${lib.dir}">
			<include name="**/*.jar"/>
		</fileset>
		<pathelement path="${build.dir}" />
	</path>
		
	<target name="schemaExport">
		<taskdef
		     name="hibernatetool" 
		     classname="org.hibernate.tool.ant.HibernateToolTask" 
		     classpathref="lib.class.path"/> 
		
		<hibernatetool destdir="./"> 
			<annotationconfiguration configurationfile="hibernate.cfg.xml"/>
			<hbm2ddl drop="false"/>
		</hibernatetool>
	</target>
</project>

で、このビルドファイルでantすれば、めでたくスキーマが生成されます。(もちろんデータベースの器だけはCREATE DATABASEしておく必要があります。)

まだまだBetaやAlphaということもありますが、膨大なマッピングファイルが消え去るのはちょっと気持ちいいかもしれません。

追記 (2005/09/13 21:38)
本来@Tableを使うにあたってjavax.persistence.Tableをインポートすべきところをorg.hibernate.annotations.Tableをインポートしてました。ごめんなさい。

              

              

トラックバック(0)

トラックバックURL: http://mt.hide-k.net/mt-tb.cgi/339

コメント(136)

I’d come to recognize with you here. Which is not something I typically do! I enjoy reading a post that will make people think. Also, thanks for allowing me to speak my mind!

Hi, thanks for the blog! I have been reading your blog for a short time now and i am definitely loving it. I actually had a couple of questions with regards to your blog post though. Do you think it may be feasible for me to contact you further to discuss it? Perhaps set up a chat on e-mail or an instant messanging program? Otherwise, appreciate it anyway and I'm going to continue to read and comment.

Appreciate the enlightening article. I have been looking at and relishing your blog. I will be back again!

I love quotations because it is a joy to find thoughts one might have, beautifully expressed with much authority by someone recognized wiser than oneself.

No one who cannot rejoice in the discovery of his own mistakes deserves to be called a scholar.

A little government and a little luck are necessary in life, but only a fool trusts either of them.

Events in the past may be roughly divided into those which probably never happened and those which do not matter.

Every great advance in natural knowledge has involved the absolute rejection of authority.

Pay no attention to what the critics say... Remember, a statue has never been set up in honor of a critic!

I love quotations because it is a joy to find thoughts one might have, beautifully expressed with much authority by someone recognized wiser than oneself.

A semen volume analysis examines some characteristics of a male's low semen volume and the amount of sperm that is contained in the semen. It may be done while investigating a couple's infertility problems or maybe after a vasectomy to make sure that the procedure was done successful. It is also used for testing most of the donors for sperm donation. In the last few years it's possible to increase sperm with really safe ways like buying natural pills from the various online shops. Sperm count is the measurement of semen concentration of sperms in a man's seminal fluid. A variety of factors are taken into consideration to really measure the ejauclate count of a each man like for example the true length of time between ejaculations, semen sample analysis, how the sample is kept when being transported to the lab. Pills for more semen liquid is trully unique herbal tested formula that will in no time increase the amount of ejaculate volume liquid by no less than 200 percent. The so well-known herbal medication has some ancient American herbs, minerals and vitamins.

party pills in nz where to buy bzp pills spice diamond review joint legal hallucinogenic substances do legal party pills work can i buy k2 online spice diamond vs spice gold buy k2 or spice legal bud chicago. diablo party pills reviews legal party pill shops in brisbane legal herbal buds ecstasy legal status in canada legal excstacy spike 99 buy salvia uliginosa legal pills uk buy legal highs from china. party pills in nz where to buy bzp pills legal highs west yorkshire.

increase low sperm count increase amount ejaculate increase sperm count in men improve sperm dna fragmentation increase your load supplements how to produce large amounts of sperm how to make my sperm stronger how to increase your ejaculation volume loss of seminal fluid low sperm count but good motility low sperm count increase low sperm count pregnancy how to increase ejaculation sperm taste bad sperm regeneration sperm production timeline sperm production drugs sperm production sperm increasing supplements sperm enhancing pills

Took me time to read all the feedback, but I really enjoyed the article. It proved to be very useful to me and I am certain to all the commenters here! It is all the time nice when you cannot solely be told, but in addition engaged! I am positive you had joy writing this article. Anyway, in my language, there aren't much good source like this.

There are only two ways of telling the complete truth--anonymously and posthumously.

I'm still learning from you, while I'm trying to achieve my goals. I absolutely enjoy reading everything that is posted on your site.Keep the tips coming. I liked it

Just want to say your article is astounding. The clarity in your post is simply spectacular and i can assume you are an expert on this field. Well with your permission allow me to grab your rss feed to keep up to date with incoming post. Thanks a million and please keep up the fabulous work.

Your website arrived up in my search i am in awe of what you have published on this subject. I am presently extending my investigation and thus can't contribute further, notwithstanding, I've bookmarked your web site and you'll be returning to keep up with any approaching revisions. Simply love it and thank you for tolerating my comment.

This is great! How did you learn this stuff?

black magic herbal smoke herbal highs skunk bzp legal in uk smoking dmaa buy purple sticky salvia space trips drug review legal dance drugs physical effects of hallucinogens strawberry herbal high spice tropical synergy extasy pills rating psychoactive drugs hallucinogens spice gold reviews do herbal rave pills really work is spike 99 illegal herbal pipes tribal warrior ingredients bzp drug forum buy mitseez crack cocaine side effects atomic blast drink review herbal shop ireland spice gold florida white ectasy pills legal high reviews ex ses

Very nice post and straight to the point. I am not sure if this is truly the best place to ask but do you guys have any ideea where to hire some professional writers? Thanks :)

Good post. I learn something more difficult on totally different blogs everyday. It would at all times be stimulating to read content material from other writers and observe somewhat something from their store. I’d desire to use some with the content material on my blog whether you don’t mind. Natually I’ll offer you a hyperlink on your internet blog. Thanks for sharing.

Youre so cool! I dont suppose Ive read something like this before. So nice to search out someone with some authentic ideas on this subject. realy thanks for starting this up. this website is something that's needed on the web, someone with a little bit originality. useful job for bringing one thing new to the internet!

Your place is valueble for me. Thanks!…

When are you going to post again? You really entertain me!

This really solved my problem, thank you!

A insightful blog post right there mate . Thank you for the post .

Straightforward and well written, ty for that post.

Very nice post,Excellent post with some good info

Have you thought about adding some videos to your article? I think it might enhance viewers' understanding.

I am not able to view this web site correctly on chrome I believe there's a drawback

Thanks for the article. Can you please email me few more websites about this, I am definitely a fan of your blog. Thanks, Millbury Post Office

We just couldnt leave your site before saying that I genuinely enjoyed the quality information you provide to your visitors? Will be again soon to check up on new posts

You have got blog and nice articles.

Have you thought about adding some relevant links to the article? I think it will really enhance viewers' understanding.

This really answered my problem, thank you!

Excellent info here. This interesting submit made me smile. Possibly when you throw in a few footage it should make the whole thing more interesting. Anyway, in my language, there should not much good supply like this.

Completely understand what your stance on this matter. Although I'd disagree on a number of the finer details, I think you probably did an awesome job explaining it. Certain beats having to analysis it on my own. Thanks. Anyway, in my language, there aren't much good source like this.

There is evidently a lot to identify about this. I believe you made some good points in features also.

Precisely what I was searching for, thanks for putting up. I found this similiar one here

I have been reading out a few of your posts and i must say nice stuff. I will definitely bookmark your website.

i know this is not exactly on topic, but i have a blog using the blogengine platform as well and i'm having issues with my comments displaying. is there a setting i am forgetting? maybe you could help me out? thank you.

I have been reading out many of your stories and i can claim pretty nice stuff. I will surely bookmark your blog.

I've to say, I dont know if its the clashing colors or the bad grammar, but this blog is hideous! I mean, I dont wish to sound like a know-it-all or anything, but might you will have probably put slightly bit extra effort into this subject. Its really interesting, but you dont characterize it well at all, man. Anyway, in my language, there are usually not a lot good supply like this.

I was more than happy to seek out this site.I wanted to thank you for this nice read!! I definitely having fun with each little bit of it and I have you bookmarked to check out new stuff you post. Anyway, in my language, there usually are not a lot good source like this.

I really love to read articles that have good information and ideas to share to each reader. I hope to read more from you guys and continue that good work that is really inspiring to us.

This is good stuff. I am always looking for such great content to forward to my readers.

Great job with this blog post. Do you have an RSS feed I can subscribe with?

I like this article keep up the good work.

There are a lot of strange comments on here. People must be using SCRAPEBOXLIST.COM

I am a firm believer in the people. If given the truth, they can be depended upon to meet any national crises. The great point is to bring them the real facts.

Your thoughts on this matter is very unique...I never would have come to that conclusion!!

Finally, I got all the information I was looking for. Excellent work on this. Please keep writing Atlanta Homes for Sale Real Estate for Sale

Hello, this is a great blog. I'm forever searching for sites like this. Continue the nice work!

Finally, I got all the information I was looking for. Excellent work on this. Please keep writing Atlanta Homes for Sale Real Estate for Sale

Just discovered this site thru Bing, what a pleasant surprise!

Very nice post,Excellent post with some good info

Great post, very informative, hopefully it will being some of those lurkers out into the open.

Very nice post,Excellent post with some good info

Thanks for text but bad theme .

I am not able to view this web site properly on saffari I feel there's a downside

I tried Reddit but have i got to sign up first?

This website is really a walk-via for all of the info you needed about this and didn’t know who to ask. Glimpse here, and you’ll undoubtedly discover it.

Normally I do not read post on blogs, but I would like to say that this write-up very forced me to try and do it! Your writing style has been surprised me. Thanks, very nice post.

Many thanks for taking the time to discuss this, I really feel strongly about this and like learning extra on this topic. If potential, as you achieve expertise, would you thoughts updating your weblog with further information? It is extremely useful for me.

Great blog! I really love how it’s easy on my eyes and also the info are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which must do the trick! Have a nice day!

I understand I'm a bit past due in contributing my strategies but it particular publish designed me think. It was an absorbing blog post. I possess turn out to be a normal reader of one's web sites since I stumbled on your web site a though again once more. I cannot say that I concur with every thing you stated even so it was emphatically enlightening! I will most likely be back again

Awsome site! I am loving it!! Will come back again. I am bookmarking your feeds also

Have you considered adding some videos to the article? I think it will really enhance my understanding.

Considerably, this post is really the sweetest on this notable topic. I harmonise with your conclusions and will thirstily look forward to your incoming updates. Saying thanks will not just be sufficient, for the phenomenal clarity in your writing. I will directly grab your rss feed to stay informed of any updates. Admirable work and much success in your business dealings!  Please excuse my poor English as it is not my first tongue.

Thanks for text Forbut thanks. for tema but bad. thanks.

Thanks for that nice article!

Need autoaprove lists? Try SCRAPEBOXLIST.COM

Thank you for taking the time to write this!

I know this is really boring and you are skipping to the next comment, but I just wanted to throw you a big thanks - you cleared up some things for me!

Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!

The sad truth is most bloggers, even those who incessantly work on monetization strategies, end up sitting around the few dollars a day mark and find it difficult to rise above this level.

You made some first rate points there. I appeared on the web for the issue and located most people will associate with together with your website.

Great blog. Great posts.

Great advice I recently encounter your blog and have been reading along. I thought I would leave my primary comment. I don’t know what toexposeexcept that I have enjoyed reading. Correct blog. I will keep visiting this blog very many.

I’d be inclined to give the go-ahead with you here. Which is not something I typically do! I enjoy reading a post that will make people think. Also, thanks for allowing me to speak my mind!

We could argue that when the common approaches utilized by most bodybuilders have delivered the items for drug-free and genetically regular bodybuilders there could well be no really need to go over alternate options .The depressing, but true reality is the preferred education methods to construct muscle mass rapidly have an appealing failure price.

Very good observations. Maybe adding some pictures will make the blog post more interesting.

Wow, usually very good to find out other folks from the hole world in my looking, I seriously appreciate the time it must have taken to place together this great article. kind regards

Great job on maintaining this website. Do you have an RSS feed I can subscribe with?

Can you please not use smaller fonts? It makes the blog post difficult to read.

You made some interesting points in this article. I've done a lot of searching on the topic and think almost all people will agree with your blog. Thanks, Tanisha Jess

This blog seems to get a large ammount of visitors. How do you get traffic to it? It offers a nice unique twist on things. I guess having something useful or substantial to give info on is the most important thing.

I agree with your points , wonderful post.

I’d be inclined to give green light with you here. Which is not something I usually do! I enjoy reading a post that will make people think. Also, thanks for allowing me to comment!

Hey bro, nice blog! I am signing up for the RSS feed.

You created some decent factors there. I looked on the web for the problem and located most individuals goes along with together with your website.

Great view I recently stumble your blog and have been reading along. I thought I would leave my prime comment. I don’t know what toexposeexcept that I have enjoyed reading. Careful blog. I will keep visiting this blog very each.

Great job on maintaining this website. Do you have an RSS feed I can register with?

Great info! I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.

Oh my goodness! an amazing article dude. Thank you However I am experiencing issue with ur rss . Don’t know why Unable to subscribe to it. Is there anyone getting identical rss problem? Anyone who knows kindly respond. Thnkx

I am trying to subscribe to your RSS feeds but cannot find the right place.

sperm enhancement products boosting sperm production how to have more sperms low sperm count causes sperm motility problems foods to improve sperm quality how to get a better sperm count increase ejaculate quantity how to ejaculate more zinc for sperm reduced seminal fluid how to ejaculate more quickly lack of seminal fluid enhance sperm production human sperm production rate low sperm count medicine improve sperm sperm quality and quantity amount of sperm produced daily sperm quality and age ways to low sperm count

Great blog! I really love how it’s easy on my eyes and also the info are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which must do the trick! Have a nice day!

There are a lot of strange comments on here.

There are a lot of strange comments on here.

There are a lot of strange comments on here.

This design is steller! You most certainly know how to keep a reader entertained. Between your wit and your videos, I was almost moved to start my own blog (well, almost...HaHa!) Fantastic job. I really enjoyed what you had to say, and more than that, how you presented it. Too cool!

This very frequent and large quantity form of training schedule is followed by the prime bodybuilders to construct muscle mass quickly. But this type of schedule may possibly not be very good for hard gainers type of trainers. But we need to recollect that the routines that created their original measurement of body and muscle size in the major bodybuilders tend to be shorter, significantly less regular and a great deal heavier than the routines adopted to refine their currently huge physiques. These routines that assist you get muscle and are simpler and less frequent than those who get major publicity in today's bodybuilding literature are however in suitable for normal hard gainers. Selling applications that create muscle mass quickly comprise as several as 8 workout routines done two times a week, this might be a sound beginning position for hard gainers. The best human body builders might get in touch with this regimen inappropriate. To get a common very difficult gainer rookie we will even encourage applications of build muscle mass fast as five, 4, 3 or perhaps two workouts, to be from time to time performed no a lot more than two times per week.

Wonderful blog! I definitely love how it’s easy on my eyes and also the data are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which ought to do the trick! Have a nice day!

Only then can you really make sales, when you have no idea what you doing you going to get no where fast. So you have to spend some time learning how the internet performs or else your going to become in a miss incredibly rapidly. The web is really a platform for all the internet pages to exist in. and on the commercial side we earn a living on the net by providing a website that sells a item that individuals and need

It makes a lot of sense I suppose, but only if you believe that kind of thing.

Regardless how putting it locating online stuff is getting tougher .

http://www.100proofent.com/ Your subsequent question is most most likely, “Well, if I’m not supposed to make use of shampoo and conditioner, what should I use to clean my hair? “ The answer is fairly basically that you must use normal oils like coconut and olive oil which actually make your hair look fantastic and deliver several in the vitamins and minerals your hair wants.

Valuable article.Thanks!

How do ya manage to maintain such a excellent website...great job!!!

There are certainly a lot of particulars like that to take into consideration. That could be a nice level to convey up. I provide the ideas above as general inspiration but clearly there are questions just like the one you carry up where crucial thing shall be working in sincere good faith. I don?t know if finest practices have emerged round issues like that, however I'm sure that your job is clearly identified as a good game. Both girls and boys really feel the impression of only a moment’s pleasure, for the remainder of their lives.

You have one nice blog :)

Sorry for the huge review, but I'm really loving the new Zune, and hope this, as well as the excellent reviews some other people have written, will help you decide if it's the right choice for you.

I like this article keep up the good work.

I was wondering if you ever considered changing the layout of your blog? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of text for only having one or two images. Maybe you could space it out better?

What a super site and informative posts, I will add a link on my blogroll and bookmark this site. Regards! Thanks! Cheers! Preserve Old Pictures

enormous journal you procure

Very nice post,Excellent post with some good info

This is getting a bit more subjective, but I much prefer the Zune Marketplace. The interface is colorful, has more flair, and some cool features like 'Mixview' that let you quickly see related albums, songs, or other users related to what you're listening to. Clicking on one of those will center on that item, and another set of "neighbors" will come into view, allowing you to navigate around exploring by similar artists, songs, or users. Speaking of users, the Zune "Social" is also great fun, letting you find others with shared tastes and becoming friends with them. You then can listen to a playlist created based on an amalgamation of what all your friends are listening to, which is also enjoyable. Those concerned with privacy will be relieved to know you can prevent the public from seeing your personal listening habits if you so choose.

I also conceive thus, perfectly indited post! .

I enjoy what you guys are usually up too. This type of clever work and exposure! Keep up the amazing works guys I've incorporated you guys to blogroll.

Having just been looking for useful articles for the research project I've been working on when I happened to find yours. Thanks for this helpful content! -- Ernesto Holland

Most I can comment on is, I'm not sure what to say! Except obviously, for the superb tips that happen to be shared on this blog. I'm able to think of a trillion fun strategies to read the content articles on this site. I believe I will ultimately take a step with your tips on areas I could not have been able to deal with alone. You had been so innovative to permit me to be one of those to learn from your practical information. Please recognize how much I am thankful.

Extremely cool, some wonderful points! I appreciate you making this article available, the rest of your blog is also well done. I hope you have a great day.

Hey! That’s a really great post. I’m very sure I'll suggest it to my co-workers.In the event you publish more posts please e-mail them to me.

It's rare to come across an expert in whom you will surely have some confidence. In the world in the present day, nobody definitely cares about showing others the way out in this subject matter. How lucky I am to have found a real wonderful web page as this. It's people like you that make a real difference currently through the suggestions they talk about.

Hi just wanted to give you a brief heads up and let you know a few of the pictures aren't loading correctly. I'm not sure why but I think its a linking issue. I've tried it in two different browsers and both show the same outcome.

Easyhttp://www.grow-long-hair-fast.com/Manproduct.html Tools That Help Make Your Hair Grow More quickly and Longer

Fantastic goods from you, man. I have understand your stuff previous to and you are just too wonderful. I really like what you've acquired here, really like what you are stating and the way in which you say it. You make it entertaining and you still take care of to keep it sensible. I cant wait to read far more from you. This is actually a wonderful web site.

Well, I am so excited that I have located your post because I have been searching for some info on this for almost three hours! You've helped me a lot indeed and by scaning this story I have located many new and useful info about this subject!

Hello friend. My partner and i actually like the article as well as your current webpage all in all! That posting is extremely clearly created and very easily understandable. Your Wordpress theme is wonderful as well! Would definitely be awesome to learn exactly where I are able acquire this. If possible maintain up the very good work. All of us require a lot more this sort of webmasters like you online and also much less spammers. Excellent mate!

How do you manage to create such a informative post...good job!!!

Hands down, Apple's app store wins by a mile. It's a huge selection of all sorts of apps vs a rather sad selection of a handful for Zune. Microsoft has plans, especially in the realm of games, but I'm not sure I'd want to bet on the future if this aspect is important to you. The iPod is a much better choice in that case.

Thought Provoking page...I will give this post some thought!!!

コメントする

プロフィール

このブログ記事について

このページは、hideが2005年9月13日 02:41に書いたブログ記事です。

ひとつ前のブログ記事は「コンスタンティン」です。

次のブログ記事は「ゴミ箱」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。