|
Hibernate example source code file (preface.po)
The Hibernate preface.po source code# translation of Collection_Mapping.po to # Xi HUANG <xhuang@redhat.com>, 2007, 2009. msgid "" msgstr "" "Project-Id-Version: Collection_Mapping\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2010-07-20 21:02+0000\n" "PO-Revision-Date: 2009-12-21 17:17+1000\n" "Last-Translator: Xi HUANG <xhuang@redhat.com>\n" "Language-Team: <en@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Tag: title #: preface.xml:33 #, no-c-format msgid "Preface" msgstr "å‰æ›¸ã" #. Tag: para #: preface.xml:35 #, fuzzy, no-c-format msgid "" "Working with both Object-Oriented software and Relational Databases can be " "cumbersome and time consuming. Development costs are significantly higher " "due to a paradigm mismatch between how data is represented in objects versus " "relational databases. Hibernate is an Object/Relational Mapping solution for " "Java environments. The term Object/Relational Mapping refers to the " "technique of mapping a data representation from an object model to a " "relational data model with a SQL-based schema; see <ulink url=\"http://en." "wikipedia.org/wiki/Object-relational_mapping\">http://en.wikipedia.org/wiki/" "Object-relational_mapping</ulink> for a discussion." msgstr "" "オブジェクト指å‘ã®ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ã‚„リレーショナルデータベースã®ä½¿ç”¨ã¯ã€ 今日ã®ã‚¨" "ンタープライズ環境ã§ã¯éžå¸¸ã«ç¹é›‘ã§æ™‚é–“ã®ã‹ã‹ã‚‹ä½œæ¥ã¨ãªã‚Šã¾ã™ã€‚ Hibernate 㯠" "Java 環境用ã®ã‚ªãƒ–ジェクト/リレーショナルマッピングツールã§ã™ã€‚ オブジェクト/" "リレーショナルマッピング (ORM) ã¨ã¯ãƒ‡ãƒ¼ã‚¿è¡¨ç¾ã‚’オブジェクトモデルã‹ã‚‰ SQL " "ベースã®ã‚¹ã‚ーマã«ã‚ˆã‚‹ãƒªãƒ¬ãƒ¼ã‚·ãƒ§ãƒŠãƒ«ãƒ‡ãƒ¼ã‚¿ãƒ¢ãƒ‡ãƒ«ã«ãƒžãƒƒãƒ”ングã™ã‚‹æŠ€è¡“ã®ã“ã¨ã‚’" "指ã—ã¾ã™ã€‚ " #. Tag: para #: preface.xml:46 #, no-c-format msgid "" "While having a strong background in SQL is not required to use Hibernate, " "having a basic understanding of the concepts can greatly help you understand " "Hibernate more fully and quickly. Probably the single best background is an " "understanding of data modeling principles. You might want to consider these " "resources as a good starting point:" msgstr "" #. Tag: ulink #: preface.xml:54 #, no-c-format msgid "http://www.agiledata.org/essays/dataModeling101.html" msgstr "" #. Tag: ulink #: preface.xml:59 #, no-c-format msgid "http://en.wikipedia.org/wiki/Data_modeling" msgstr "" #. Tag: para #: preface.xml:66 #, no-c-format msgid "" "Hibernate not only takes care of the mapping from Java classes to database " "tables (and from Java data types to SQL data types), but also provides data " "query and retrieval facilities. It can also significantly reduce development " "time otherwise spent with manual data handling in SQL and JDBC." msgstr "" "Hibernate 㯠Java クラスã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ãƒ™ãƒ¼ã‚¹ãƒ†ãƒ¼ãƒ–ルã¸ã®ãƒžãƒƒãƒ”ング(åŠã³ Java デー" "タタイプã‹ã‚‰ SQL データタイプã¸ã®ãƒžãƒƒãƒ”ング)ã‚’è¡Œã†ã ã‘ã§ãªãデータã®ã‚¯ã‚¨ãƒªã‚„" "検索機能もæä¾›ã™ã‚‹ãŸã‚〠SQL ã‚„ JDBC ã§ã®æ‰‹ä½œæ¥ã«ã‚ˆã‚‹ãƒ‡ãƒ¼ã‚¿å‡¦ç†ã‚’除ã開発ã«è¦" "ã™ã‚‹æ™‚間を大幅ã«å‰Šæ¸›ã™ã‚‹ã“ã¨ãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚" #. Tag: para #: preface.xml:72 #, no-c-format msgid "" "Hibernate’s design goal is to relieve the developer from 95% of common data " "persistence-related programming tasks by eliminating the need for manual, " "hand-crafted data processing using SQL and JDBC. However, unlike many other " "persistence solutions, Hibernate does not hide the power of SQL from you and " "guarantees that your investment in relational technology and knowledge is as " "valid as always." msgstr "" #. Tag: para #: preface.xml:79 #, fuzzy, no-c-format msgid "" "Hibernate may not be the best solution for data-centric applications that " "only use stored-procedures to implement the business logic in the database, " "it is most useful with object-oriented domain models and business logic in " "the Java-based middle-tier. However, Hibernate can certainly help you to " "remove or encapsulate vendor-specific SQL code and will help with the common " "task of result set translation from a tabular representation to a graph of " "objects." msgstr "" "Hibernate ã®ç›®æ¨™ã¯ã€ 開発者ã«ã¨ã£ã¦ã®ãƒ—ãƒã‚°ãƒ©ãƒŸãƒ³ã‚°ã«ãŠã‘る一般的ãªãƒ‡ãƒ¼ã‚¿æ°¸ç¶š" "性ã®ä½œæ¥ã® 95 % を軽減ã™ã‚‹ã“ã¨ã§ã™ã€‚ Hibernate データベース内ã§ãƒ“ジãƒã‚¹ãƒã‚¸ãƒƒ" "クを実ç¾ã™ã‚‹ã‚¹ãƒˆã‚¢ãƒ‰ãƒ—ãƒã‚·ãƒ¼ã‚¸ãƒ£ã®ã¿ã‚’使用ã™ã‚‹ãƒ‡ãƒ¼ã‚¿å‡¦ç†ä¸å¿ƒã®ã‚¢ãƒ—リケーショ" "ンã«å¯¾ã—ã¦ã¯æœ€é©ã§ã¯ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ãŒã€ Java ベースã®ä¸é–“層ã§ã®ãƒ“ジãƒã‚¹ãƒ" "ジックåŠã³ã‚ªãƒ–ジェクト指å‘ã®ãƒ‰ãƒ¡ã‚¤ãƒ³ãƒ¢ãƒ‡ãƒ«ã‚’使用ã™ã‚‹å ´åˆã«æœ€ã‚‚å½¹ã«ç«‹ã¡ã¾ã™ã€‚ " "Hibernate ã¯é–‹ç™ºè€…ãŒãƒ™ãƒ³ãƒ€ãƒ¼å›ºæœ‰ã® SQL コードã®é™¤åŽ»ã‚ã‚‹ã„ã¯ã‚«ãƒ—セル化を行ã†éš›" "ã«ä¾¿åˆ©ãªãŸã‚〠表形å¼ã®è¡¨ç¾ã‹ã‚‰ã‚ªãƒ–ジェクトã®ã‚°ãƒ©ãƒ•ã¸ã®çµæžœã‚»ãƒƒãƒˆã®å¤‰æ›ã«é–¢ã™" "る一般的ãªä½œæ¥ã«å½¹ç«‹ã¡ã¾ã™ã€‚" #. Tag: para #: preface.xml:88 #, no-c-format msgid "" "If you are new to Hibernate and Object/Relational Mapping or even Java, " "please follow these steps:" msgstr "" "Hibernate åŠã³ã‚ªãƒ–ジェクト/リレーショナルマッピング〠ã‚ã‚‹ã„㯠Java ãŒä¸æ…£ã‚Œ" "ãªæ–¹ã¯ã€ 次ã®æ‰‹é †ã‚’è¡Œã£ã¦ãã ã•ã„。" #. Tag: para #: preface.xml:95 #, fuzzy, no-c-format msgid "" "Read <xref linkend=\"tutorial\"/> for a tutorial with step-by-step " "instructions. The source code for the tutorial is included in the " "distribution in the <literal>doc/reference/tutorial/ directory." msgstr "" "ステップãƒã‚¤ã‚¹ãƒ†ãƒƒãƒ—ã®è§£èª¬ãŒè¡Œã‚ã‚Œã¦ã„ã‚‹ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã¨ã—㦠<xref linkend=" "\"tutorial\"/> ã‚’ãŠèªã¿ãã ã•ã„。 ãƒãƒ¥ãƒ¼ãƒˆãƒªã‚¢ãƒ«ã®ã‚½ãƒ¼ã‚¹ã‚³ãƒ¼ãƒ‰ã¯ãã®ãƒ‡ã‚£ã‚¹ãƒˆ" "リビューション㮠<literal>doc/reference/tutorial/ ディレクトリé…下" "ã«ã‚ã‚Šã¾ã™ã€‚" #. Tag: para #: preface.xml:103 #, fuzzy, no-c-format msgid "" "Read <xref linkend=\"architecture\"/> to understand the environments where " "Hibernate can be used." msgstr "" "Hibernate ãŒä½¿ç”¨ã§ãる環境ã«ã¤ã„ã¦ç†è§£ã™ã‚‹ãŸã‚〠<xref linkend=\"architecture" "\"/> ã‚’ãŠèªã¿ãã ã•ã„。" #. Tag: para #: preface.xml:109 #, no-c-format msgid "" "View the <literal>eg/ directory in the Hibernate distribution. It " "contains a simple standalone application. Copy your JDBC driver to the " "<literal>lib/ directory and edit Other Hibernate examples (source code examples)Here is a short list of links related to this Hibernate preface.po source code file: |
... this post is sponsored by my books ... | |
![]() #1 New Release! |
![]() FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.