YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* persistence.xml [#t5e3bfd3]
** Eclipseでpersistence.xmlを作成・設定する [#h2ba2822]
*** 準備 [#j9f513c4]
事前に接続プロファイルを作成しておく。
*** 作成 [#u8761e4e]
- プロジェクトを新規に作成する場合:
-- メニューの[File]->[New]->{JPA Project]を選ぶ。
- 既存プロジェクトに追加する場合:
-- Project Explorerで対象のプロジェクトを右クリックして、...
*** 設定 [#db963388]
- Project Explorerで[JPA Content]->[persistence.xml]を開...
- Connectinタブを開く。
-- [Transactiontype]を[Resource Local]にする。
-- [Populate from connection...]をクリックする。
-- 接続プロファイルを選んで、OKをクリックする。
- Generalタブを開く。
-- [Persistence provider]を[oracle.toplink.essentials.Per...
-- [Managed Classes] で[Add...]をクリックして、Entityクラ...
終了行:
* persistence.xml [#t5e3bfd3]
** Eclipseでpersistence.xmlを作成・設定する [#h2ba2822]
*** 準備 [#j9f513c4]
事前に接続プロファイルを作成しておく。
*** 作成 [#u8761e4e]
- プロジェクトを新規に作成する場合:
-- メニューの[File]->[New]->{JPA Project]を選ぶ。
- 既存プロジェクトに追加する場合:
-- Project Explorerで対象のプロジェクトを右クリックして、...
*** 設定 [#db963388]
- Project Explorerで[JPA Content]->[persistence.xml]を開...
- Connectinタブを開く。
-- [Transactiontype]を[Resource Local]にする。
-- [Populate from connection...]をクリックする。
-- 接続プロファイルを選んで、OKをクリックする。
- Generalタブを開く。
-- [Persistence provider]を[oracle.toplink.essentials.Per...
-- [Managed Classes] で[Add...]をクリックして、Entityクラ...
ページ名: