new docbook layout (prep for translations migration to PO)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14076 1b8cb986-b30d-0410-93ca-fae66ebed9b2
|
@ -0,0 +1,76 @@
|
|||
<?xml version="1.0" encoding="Shift_JIS"?>
|
||||
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY versionNumber "3.3.0.alpha1">
|
||||
<!ENTITY copyrightYear "2004">
|
||||
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
|
||||
]>
|
||||
|
||||
<book>
|
||||
|
||||
<bookinfo>
|
||||
<title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
|
||||
<subtitle>Hibernate Reference Documentation</subtitle>
|
||||
<releaseinfo>&versionNumber;</releaseinfo>
|
||||
<productnumber>&versionNumber;</productnumber>
|
||||
<issuenum>1</issuenum>
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/hibernate_logo_a.png" align="center" />
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="images/hibernate_logo_a.png" depth="3cm" />
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
<copyright>
|
||||
<year>©rightYear;</year>
|
||||
<holder>©rightHolder;</holder>
|
||||
</copyright>
|
||||
<!--
|
||||
todo : figure out how best to include translator info...
|
||||
<xi:include href="author_group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
-->
|
||||
<xi:include href="legal_notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
</bookinfo>
|
||||
|
||||
<toc/>
|
||||
|
||||
<xi:include href="content/preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/persistent_classes.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/basic_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/collection_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/association_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/component_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/inheritance_mapping.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/session_api.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/events.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/batch.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/query_hql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/query_criteria.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/query_sql.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/filters.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/xml.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/performance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/toolset_guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/example_parentchild.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/example_weblog.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
<xi:include href="content/example_mappings.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
<xi:include href="content/best_practices.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
|
||||
|
||||
</book>
|
||||
|
|
@ -12,10 +12,10 @@
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/overview.svg" format="SVG" align="center"/>
|
||||
<imagedata fileref="../images/overview.svg" format="SVG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/overview.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/overview.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -36,10 +36,10 @@
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/lite.svg" format="SVG" align="center"/>
|
||||
<imagedata fileref="../images/lite.svg" format="SVG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/lite.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/lite.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -50,10 +50,10 @@
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/full_cream.svg" format="SVG" align="center"/>
|
||||
<imagedata fileref="../images/full_cream.svg" format="SVG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/full_cream.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/full_cream.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
|
@ -1,4 +1,6 @@
|
|||
<?xml version="1.0" encoding="Shift_JIS"?>
|
||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
|
||||
<chapter id="example-mappings">
|
||||
<title>例:いろいろなマッピング</title>
|
||||
|
||||
|
@ -19,10 +21,10 @@
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/EmployerEmployee.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/EmployerEmployee.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/EmployerEmployee.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/EmployerEmployee.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -132,10 +134,10 @@ create sequence employer_id_seq]]></programlisting>
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/AuthorWork.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/AuthorWork.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/AuthorWork.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/AuthorWork.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
|
@ -256,10 +258,10 @@ alter table author_work
|
|||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/CustomerOrderProduct.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/CustomerOrderProduct.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/CustomerOrderProduct.gif" format="GIF" align="center"/>
|
||||
<imagedata fileref="../images/CustomerOrderProduct.png" format="PNG" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
|
@ -1,231 +1,157 @@
|
|||
<?xml version="1.0" encoding="Shift_JIS"?>
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
|
||||
"../support/docbook-dtd/docbookx.dtd"
|
||||
[
|
||||
<!ENTITY tutorial SYSTEM "modules/tutorial.xml">
|
||||
<!ENTITY architecture SYSTEM "modules/architecture.xml">
|
||||
<!ENTITY configuration SYSTEM "modules/configuration.xml">
|
||||
<!ENTITY persistent-classes SYSTEM "modules/persistent_classes.xml">
|
||||
<!ENTITY basic-mapping SYSTEM "modules/basic_mapping.xml">
|
||||
<!ENTITY collection-mapping SYSTEM "modules/collection_mapping.xml">
|
||||
<!ENTITY association-mapping SYSTEM "modules/association_mapping.xml">
|
||||
<!ENTITY component-mapping SYSTEM "modules/component_mapping.xml">
|
||||
<!ENTITY inheritance-mapping SYSTEM "modules/inheritance_mapping.xml">
|
||||
<!ENTITY session-api SYSTEM "modules/session_api.xml">
|
||||
<!ENTITY transactions SYSTEM "modules/transactions.xml">
|
||||
<!ENTITY events SYSTEM "modules/events.xml">
|
||||
<!ENTITY batch SYSTEM "modules/batch.xml">
|
||||
<!ENTITY query-hql SYSTEM "modules/query_hql.xml">
|
||||
<!ENTITY query-criteria SYSTEM "modules/query_criteria.xml">
|
||||
<!ENTITY query-sql SYSTEM "modules/query_sql.xml">
|
||||
<!ENTITY filters SYSTEM "modules/filters.xml">
|
||||
<!ENTITY xml SYSTEM "modules/xml.xml">
|
||||
<!ENTITY performance SYSTEM "modules/performance.xml">
|
||||
<!ENTITY toolset-guide SYSTEM "modules/toolset_guide.xml">
|
||||
<!ENTITY example-parentchild SYSTEM "modules/example_parentchild.xml">
|
||||
<!ENTITY example-weblog SYSTEM "modules/example_weblog.xml">
|
||||
<!ENTITY example-mappings SYSTEM "modules/example_mappings.xml">
|
||||
<!ENTITY best-practices SYSTEM "modules/best_practices.xml">
|
||||
]>
|
||||
|
||||
<book lang="ja">
|
||||
|
||||
<bookinfo>
|
||||
<title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
|
||||
<subtitle>Hibernate Reference Documentation</subtitle>
|
||||
<releaseinfo>3.2 cr3</releaseinfo>
|
||||
</bookinfo>
|
||||
|
||||
<toc/>
|
||||
|
||||
<preface id="preface" revision="2">
|
||||
<title>前書き</title>
|
||||
|
||||
<para>
|
||||
今日の企業環境において、オブジェクト指向ソフトウェアとリレーショナルデータベースに関わる作業は
|
||||
煩雑で膨大な時間を必要とします。
|
||||
HibernateはJava環境のオブジェクト/リレーショナルマッピングツールです。
|
||||
オブジェクト/リレーショナルマッピング(ORM)とは、
|
||||
オブジェクトモデルからSQLベーススキーマのリレーショナルデータモデルへと、
|
||||
データ表現をマッピングする(対応付ける)技術のことです。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
HibernateはJavaクラスからデータベーステーブルへ(そしてJavaデータ型からSQLデータ型へ)
|
||||
のマッピングを処理するだけではなく、データのクエリと復元の仕組みも提供します。
|
||||
このおかげでSQLとJDBCを使った手作業でのデータ処理に費やされていた開発時間を大幅に削減できます。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Hibernateの最終目標は、データの永続化に関わる一般的なプログラミング作業の95%から開発者を解放することです。
|
||||
Hibernateはビジネスロジックの実装にストアドプロシージャを使う
|
||||
データ中心アプリケーションに対してのベストソリューションであるに留まりません。
|
||||
オブジェクト指向ドメインモデルとJavaベースの中間層でのビジネスロジックに対して最も役に立ちます。
|
||||
しかしHibernateはベンダ固有のSQLコードを削減またはカプセル化したり、
|
||||
表形式からオブジェクトのグラフへとリザルトセットを変換するなどの、
|
||||
一般的なタスクにも役立つでしょう。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Hibernateやオブジェクト/リレーショナルマッピング、
|
||||
さらにはJavaが初めての方は、以下のステップに従ってください:
|
||||
</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="tutorial"/> を読んでください。
|
||||
段階的に解説していきます。
|
||||
チュートリアルのソースコードはディストリビューションの
|
||||
<literal>doc/reference/tutorial</literal> ディレクトリに含まれています。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="architecture"/> を読んで、Hibernateが利用可能な環境を理解してください。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Hibernateディストリビューションの <literal>eg/</literal> ディレクトリを見てください。
|
||||
簡単なスタンドアローンのアプリケーションがあります。
|
||||
JDBCドライバを <literal>lib/</literal> ディレクトリにコピーして、
|
||||
自分のデータベースに合う正しい値を指定するように <literal>etc/hibernate.properties</literal>
|
||||
を編集してください。
|
||||
ディストリビューションディレクトリから、コマンドプロンプトで
|
||||
<literal>ant eg</literal> とタイプしてください(Antを使います)。
|
||||
またWindows環境では <literal>build eg</literal> とタイプしてください。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
このリファレンスドキュメントを第一の情報源として利用してください。
|
||||
アプリケーション設計についてのさらなる情報や段階的なチュートリアルを探しているなら、
|
||||
<emphasis>Java Persistence with Hibernate</emphasis>(http://www.manning.com/bauer2)
|
||||
をおすすめします。
|
||||
またhttp://caveatemptor.hibernate.orgから
|
||||
Java Persistence with Hibernateの例題のアプリケーションをダウンロードできます。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
FAQはHibernateウェブサイトにあります。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
サードパーティのデモ、例、チュートリアルはHibernateウェブサイトにリンクがあります。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Hibernateウェブサイトのコミュニティエリアは、デザインパターンやさまざまな統合ソリューション
|
||||
(Tomcat, JBoss AS, Struts, EJB, 等)についてのよい情報源です。
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>
|
||||
質問があればHibernateウェブサイトのユーザフォーラムを活用してください。
|
||||
またバグレポートとフィーチャリクエストのためJIRA課題追跡システムを用意しています。
|
||||
Hibernateの開発に興味があれば、開発者メーリングリストに参加してください。
|
||||
このドキュメントをあなたの国の言葉に翻訳したい場合は、
|
||||
開発者メーリングリストで私たちにコンタクトを取ってください。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
商用開発のサポート、製品のサポート、HibernateのトレーニングはJBoss Inc.が提供しています
|
||||
(http://www.hibernate.org/SupportTraining/を見てください)。
|
||||
HibernateはProfessional Open Sourceプロジェクト、
|
||||
そしてJBoss Enterprise Middleware System(JEMS)プロダクトスイートのクリティカルコンポーネントです。
|
||||
</para>
|
||||
|
||||
<sect1 id="preface-s1" revision="-1">
|
||||
|
||||
<title>日本語訳について</title>
|
||||
|
||||
<para id="preface-s1-p1" revision="-1">
|
||||
この日本語版Hibernate Reference Document(以下、日本語版)は、
|
||||
Hibernateプロジェクトの翻訳プロセスに基づいて作成されています。
|
||||
日本語版ならびに原文はLGPLライセンスに準じます。
|
||||
</para>
|
||||
|
||||
<para id="preface-s1-p2" revision="-1">
|
||||
日本語版の利用によって第三者が被るあらゆる不利益に対して、
|
||||
原著者、翻訳者ならびにその組織は一切の保証をいたしかねます。
|
||||
日本語版は誤りを含む可能性があることを認識した上でご利用ください。
|
||||
内容の正確な意味を把握するためには、原文を読むことをおすすめします。
|
||||
また、もし日本語版に誤りを見つけられた場合は、翻訳者にご連絡いただければ幸いです。
|
||||
ただし内容に関してのお問い合わせには応じかねますので、ご了承ください。
|
||||
</para>
|
||||
|
||||
<sect2 id="preface-s1-1" revision="-1">
|
||||
|
||||
<title>日本語版翻訳者について</title>
|
||||
|
||||
<para id="preface-s1-1-p4" revision="-1">
|
||||
日本語版バージョン3.2 cr3の翻訳は株式会社エクサ
|
||||
(<ulink url="http://www.exa-corp.co.jp">ホームページはこちら</ulink>)
|
||||
の以下のメンバーで行いました。
|
||||
本間力(6,18,19,21,22,23章担当)、
|
||||
広戸裕介(前書き,2,5,13,14,24,25章担当)、
|
||||
武市正人(7,8,9,10章担当)、
|
||||
那須秀男(12,16,17章担当)、
|
||||
井関知文(1,3,11章担当)、
|
||||
飯田浩司(4,15章担当)、
|
||||
平間健一(20章担当)、
|
||||
森龍二(レビュー担当)。
|
||||
なお誤訳等のご指摘は本間、広戸までお願いいたします。
|
||||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/mailaddr.gif" format="GIF" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/mailaddr.gif" format="GIF" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
</preface>
|
||||
|
||||
&tutorial;
|
||||
|
||||
&architecture;
|
||||
|
||||
&configuration;
|
||||
|
||||
&persistent-classes;
|
||||
|
||||
&basic-mapping;
|
||||
&collection-mapping;
|
||||
&association-mapping;
|
||||
&component-mapping;
|
||||
&inheritance-mapping;
|
||||
|
||||
&session-api;
|
||||
&transactions;
|
||||
&events;
|
||||
&batch;
|
||||
|
||||
&query-hql;
|
||||
&query-criteria;
|
||||
&query-sql;
|
||||
&filters;
|
||||
&xml;
|
||||
|
||||
&performance;
|
||||
|
||||
&toolset-guide;
|
||||
|
||||
&example-parentchild;
|
||||
&example-weblog;
|
||||
&example-mappings;
|
||||
|
||||
&best-practices;
|
||||
|
||||
</book>
|
||||
|
||||
<?xml version="1.0" encoding="Shift_JIS"?>
|
||||
|
||||
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
|
||||
<preface id="preface" revision="2">
|
||||
<title>前書き</title>
|
||||
|
||||
<para>
|
||||
今日の企業環境において、オブジェクト指向ソフトウェアとリレーショナルデータベースに関わる作業は
|
||||
煩雑で膨大な時間を必要とします。
|
||||
HibernateはJava環境のオブジェクト/リレーショナルマッピングツールです。
|
||||
オブジェクト/リレーショナルマッピング(ORM)とは、
|
||||
オブジェクトモデルからSQLベーススキーマのリレーショナルデータモデルへと、
|
||||
データ表現をマッピングする(対応付ける)技術のことです。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
HibernateはJavaクラスからデータベーステーブルへ(そしてJavaデータ型からSQLデータ型へ)
|
||||
のマッピングを処理するだけではなく、データのクエリと復元の仕組みも提供します。
|
||||
このおかげでSQLとJDBCを使った手作業でのデータ処理に費やされていた開発時間を大幅に削減できます。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Hibernateの最終目標は、データの永続化に関わる一般的なプログラミング作業の95%から開発者を解放することです。
|
||||
Hibernateはビジネスロジックの実装にストアドプロシージャを使う
|
||||
データ中心アプリケーションに対してのベストソリューションであるに留まりません。
|
||||
オブジェクト指向ドメインモデルとJavaベースの中間層でのビジネスロジックに対して最も役に立ちます。
|
||||
しかしHibernateはベンダ固有のSQLコードを削減またはカプセル化したり、
|
||||
表形式からオブジェクトのグラフへとリザルトセットを変換するなどの、
|
||||
一般的なタスクにも役立つでしょう。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Hibernateやオブジェクト/リレーショナルマッピング、
|
||||
さらにはJavaが初めての方は、以下のステップに従ってください:
|
||||
</para>
|
||||
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="tutorial"/> を読んでください。
|
||||
段階的に解説していきます。
|
||||
チュートリアルのソースコードはディストリビューションの
|
||||
<literal>doc/reference/tutorial</literal> ディレクトリに含まれています。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="architecture"/> を読んで、Hibernateが利用可能な環境を理解してください。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Hibernateディストリビューションの <literal>eg/</literal> ディレクトリを見てください。
|
||||
簡単なスタンドアローンのアプリケーションがあります。
|
||||
JDBCドライバを <literal>lib/</literal> ディレクトリにコピーして、
|
||||
自分のデータベースに合う正しい値を指定するように <literal>etc/hibernate.properties</literal>
|
||||
を編集してください。
|
||||
ディストリビューションディレクトリから、コマンドプロンプトで
|
||||
<literal>ant eg</literal> とタイプしてください(Antを使います)。
|
||||
またWindows環境では <literal>build eg</literal> とタイプしてください。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
このリファレンスドキュメントを第一の情報源として利用してください。
|
||||
アプリケーション設計についてのさらなる情報や段階的なチュートリアルを探しているなら、
|
||||
<emphasis>Java Persistence with Hibernate</emphasis>(http://www.manning.com/bauer2)
|
||||
をおすすめします。
|
||||
またhttp://caveatemptor.hibernate.orgから
|
||||
Java Persistence with Hibernateの例題のアプリケーションをダウンロードできます。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
FAQはHibernateウェブサイトにあります。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
サードパーティのデモ、例、チュートリアルはHibernateウェブサイトにリンクがあります。
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Hibernateウェブサイトのコミュニティエリアは、デザインパターンやさまざまな統合ソリューション
|
||||
(Tomcat, JBoss AS, Struts, EJB, 等)についてのよい情報源です。
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
<para>
|
||||
質問があればHibernateウェブサイトのユーザフォーラムを活用してください。
|
||||
またバグレポートとフィーチャリクエストのためJIRA課題追跡システムを用意しています。
|
||||
Hibernateの開発に興味があれば、開発者メーリングリストに参加してください。
|
||||
このドキュメントをあなたの国の言葉に翻訳したい場合は、
|
||||
開発者メーリングリストで私たちにコンタクトを取ってください。
|
||||
</para>
|
||||
|
||||
<para>
|
||||
商用開発のサポート、製品のサポート、HibernateのトレーニングはJBoss Inc.が提供しています
|
||||
(http://www.hibernate.org/SupportTraining/を見てください)。
|
||||
HibernateはProfessional Open Sourceプロジェクト、
|
||||
そしてJBoss Enterprise Middleware System(JEMS)プロダクトスイートのクリティカルコンポーネントです。
|
||||
</para>
|
||||
<!--
|
||||
<sect1 id="preface-s1" revision="-1">
|
||||
|
||||
<title>日本語訳について</title>
|
||||
|
||||
<para id="preface-s1-p1" revision="-1">
|
||||
この日本語版Hibernate Reference Document(以下、日本語版)は、
|
||||
Hibernateプロジェクトの翻訳プロセスに基づいて作成されています。
|
||||
日本語版ならびに原文はLGPLライセンスに準じます。
|
||||
</para>
|
||||
|
||||
<para id="preface-s1-p2" revision="-1">
|
||||
日本語版の利用によって第三者が被るあらゆる不利益に対して、
|
||||
原著者、翻訳者ならびにその組織は一切の保証をいたしかねます。
|
||||
日本語版は誤りを含む可能性があることを認識した上でご利用ください。
|
||||
内容の正確な意味を把握するためには、原文を読むことをおすすめします。
|
||||
また、もし日本語版に誤りを見つけられた場合は、翻訳者にご連絡いただければ幸いです。
|
||||
ただし内容に関してのお問い合わせには応じかねますので、ご了承ください。
|
||||
</para>
|
||||
|
||||
<sect2 id="preface-s1-1" revision="-1">
|
||||
|
||||
<title>日本語版翻訳者について</title>
|
||||
|
||||
<para id="preface-s1-1-p4" revision="-1">
|
||||
日本語版バージョン3.2 cr3の翻訳は株式会社エクサ
|
||||
(<ulink url="http://www.exa-corp.co.jp">ホームページはこちら</ulink>)
|
||||
の以下のメンバーで行いました。
|
||||
本間力(6,18,19,21,22,23章担当)、
|
||||
広戸裕介(前書き,2,5,13,14,24,25章担当)、
|
||||
武市正人(7,8,9,10章担当)、
|
||||
那須秀男(12,16,17章担当)、
|
||||
井関知文(1,3,11章担当)、
|
||||
飯田浩司(4,15章担当)、
|
||||
平間健一(20章担当)、
|
||||
森龍二(レビュー担当)。
|
||||
なお誤訳等のご指摘は本間、広戸までお願いいたします。
|
||||
|
||||
<mediaobject>
|
||||
<imageobject role="fo">
|
||||
<imagedata fileref="images/mailaddr.gif" format="GIF" align="center"/>
|
||||
</imageobject>
|
||||
<imageobject role="html">
|
||||
<imagedata fileref="../shared/images/mailaddr.gif" format="GIF" align="center"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
|
||||
</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
-->
|
||||
</preface>
|
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
@ -0,0 +1,52 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
|
||||
<!--
|
||||
~ Copyright (c) 2007, Red Hat Middleware, LLC. All rights reserved.
|
||||
~
|
||||
~ This copyrighted material is made available to anyone wishing to use, modify,
|
||||
~ copy, or redistribute it subject to the terms and conditions of the GNU
|
||||
~ Lesser General Public License, v. 2.1. This program is distributed in the
|
||||
~ hope that it will be useful, but WITHOUT A WARRANTY; without even the implied
|
||||
~ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
~ Lesser General Public License for more details. You should have received a
|
||||
~ copy of the GNU Lesser General Public License, v.2.1 along with this
|
||||
~ distribution; if not, write to the Free Software Foundation, Inc.,
|
||||
~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
~
|
||||
~ Red Hat Author(s): Steve Ebersole
|
||||
-->
|
||||
<legalnotice id="Legal_Notice">
|
||||
<title>Legal Notice</title>
|
||||
<para>
|
||||
<address>
|
||||
<street>1801 Varsity Drive</street>
|
||||
<city>Raleigh</city>, <state>NC</state><postcode>27606-2072</postcode><country>USA</country>
|
||||
<phone>Phone: +1 919 754 3700</phone>
|
||||
<phone>Phone: 888 733 4281</phone>
|
||||
<fax>Fax: +1 919 754 3701</fax>
|
||||
<pob>PO Box 13588</pob><city>Research Triangle Park</city>, <state>NC</state><postcode>27709</postcode><country>USA</country>
|
||||
</address>
|
||||
</para>
|
||||
<para>
|
||||
Copyright <trademark class="copyright"></trademark> 2007 by Red Hat, Inc. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at <ulink url="http://www.opencontent.org/openpub/">http://www.opencontent.org/openpub/</ulink>).
|
||||
</para>
|
||||
<para>
|
||||
Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder.
|
||||
</para>
|
||||
<para>
|
||||
Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder.
|
||||
</para>
|
||||
<para>
|
||||
Red Hat and the Red Hat "Shadow Man" logo are registered trademarks of Red Hat, Inc. in the United States and other countries.
|
||||
</para>
|
||||
<para>
|
||||
All other trademarks referenced herein are the property of their respective owners.
|
||||
</para>
|
||||
<para>
|
||||
The GPG fingerprint of the security@redhat.com key is:
|
||||
</para>
|
||||
<para>
|
||||
CA 20 86 86 2B D6 9D FC 65 F6 EC C4 21 91 80 CD DB 42 A6 0E
|
||||
</para>
|
||||
</legalnotice>
|
|
@ -1,97 +0,0 @@
|
|||
A {
|
||||
color: #003399;
|
||||
}
|
||||
|
||||
A:active {
|
||||
color: #003399;
|
||||
}
|
||||
|
||||
A:visited {
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
TD, TH, SPAN {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
BLOCKQUOTE {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
|
||||
H1, H2, H3, H4, H5, H6 {
|
||||
color: #000000;
|
||||
font-weight:500;
|
||||
margin-top:10px;
|
||||
padding-top:15px;
|
||||
}
|
||||
|
||||
TABLE {
|
||||
border-collapse: collapse;
|
||||
border-spacing:0;
|
||||
border: 1px thin black;
|
||||
empty-cells: hide;
|
||||
}
|
||||
|
||||
TD {
|
||||
padding: 4pt;
|
||||
}
|
||||
|
||||
H1 { font-size: 150%; }
|
||||
H2 { font-size: 140%; }
|
||||
H3 { font-size: 110%; font-weight: bold; }
|
||||
H4 { font-size: 110%; font-weight: bold;}
|
||||
H5 { font-size: 100%; font-style: italic; }
|
||||
H6 { font-size: 100%; font-style: italic; }
|
||||
|
||||
TT {
|
||||
font-size: 90%;
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
PRE {
|
||||
font-size: 100%;
|
||||
padding: 5px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #CCCCCC;
|
||||
background-color: #F4F4F4;
|
||||
}
|
||||
|
||||
UL, OL, LI {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
HR {
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: #CCCCCC;
|
||||
border-width: 0px;
|
||||
padding: 0px;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
.variablelist {
|
||||
padding-top: 10;
|
||||
padding-bottom:10;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.itemizedlist, UL {
|
||||
padding-top: 0;
|
||||
padding-bottom:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.term {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 8.4 KiB |