⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolset_guide.po

📁 hibernate-distribution-3.3.1.GA-dist.zip源码
💻 PO
📖 第 1 页 / 共 3 页
字号:
#: toolset_guide.xml:322#, no-c-formatmsgid "set an end of line delimiter for the script"msgstr "스크립트를 위한 라인 경계의 끝을 설정한다"#. Tag: para#: toolset_guide.xml:328#, no-c-formatmsgid "You may even embed <literal>SchemaExport</literal> in your application:"msgstr """당신은 당신의 어플리케이션 내에 <literal>SchemaExport</literal>를 삽입시킬 수""도 있다:"#. Tag: programlisting#: toolset_guide.xml:332#, no-c-formatmsgid """<![CDATA[Configuration cfg = ....;\n""new SchemaExport(cfg).create(false, true);]]>"msgstr ""#. Tag: title#: toolset_guide.xml:337#, no-c-formatmsgid "Properties"msgstr "프로퍼티들"#. Tag: para#: toolset_guide.xml:339#, no-c-formatmsgid "Database properties may be specified"msgstr "데이터베이스 프로퍼티들은 다음과 같이 지정될 수 있다"#. Tag: para#: toolset_guide.xml:345#, no-c-formatmsgid """as system properties with <literal>-D</literal><emphasis>&lt;property&gt;</""emphasis>"msgstr """<literal>-D</literal><emphasis>&lt;property&gt;</emphasis>를 가진 시스템 프로""퍼티로서"#. Tag: para#: toolset_guide.xml:348#, no-c-formatmsgid "in <literal>hibernate.properties</literal>"msgstr "<literal>hibernate.properties</literal> 내에서"#. Tag: para#: toolset_guide.xml:351#, no-c-formatmsgid "in a named properties file with <literal>--properties</literal>"msgstr "<literal>--properties</literal>를 가진 명명된 프로퍼티들 내에서"#. Tag: para#: toolset_guide.xml:355#, no-c-formatmsgid "The needed properties are:"msgstr "필요한 프로퍼티들은 다음과 같다:"#. Tag: title#: toolset_guide.xml:360#, no-c-formatmsgid "SchemaExport Connection Properties"msgstr "SchemaExport 커넥션 프로퍼티들"#. Tag: entry#: toolset_guide.xml:366#, no-c-formatmsgid "Property Name"msgstr "프로퍼티 이름"#. Tag: literal#: toolset_guide.xml:372#, no-c-formatmsgid "hibernate.connection.driver_class"msgstr "hibernate.connection.driver_class"#. Tag: entry#: toolset_guide.xml:373#, no-c-formatmsgid "jdbc driver class"msgstr "jdbc 드라이버 클래스"#. Tag: literal#: toolset_guide.xml:376#, no-c-formatmsgid "hibernate.connection.url"msgstr "hibernate.connection.url"#. Tag: entry#: toolset_guide.xml:377#, no-c-formatmsgid "jdbc url"msgstr "jdbc url"#. Tag: literal#: toolset_guide.xml:380#, no-c-formatmsgid "hibernate.connection.username"msgstr "hibernate.connection.username"#. Tag: entry#: toolset_guide.xml:381#, no-c-formatmsgid "database user"msgstr "데이터베이스 사용자"#. Tag: literal#: toolset_guide.xml:384#, no-c-formatmsgid "hibernate.connection.password"msgstr "hibernate.connection.password"#. Tag: entry#: toolset_guide.xml:385#, no-c-formatmsgid "user password"msgstr "사용자 패스워드"#. Tag: literal#: toolset_guide.xml:388#, no-c-formatmsgid "hibernate.dialect"msgstr "hibernate.dialect"#. Tag: entry#: toolset_guide.xml:389#, no-c-formatmsgid "dialect"msgstr "dialect"#. Tag: title#: toolset_guide.xml:398#, no-c-formatmsgid "Using Ant"msgstr "Ant 사용하기"#. Tag: para#: toolset_guide.xml:400#, no-c-formatmsgid """You can call <literal>SchemaExport</literal> from your Ant build script:"msgstr """당신은 당신의 Ant 빌드 스크립트에서 <literal>SchemaExport</literal>를 호출할 ""수 있다:"#. Tag: programlisting#: toolset_guide.xml:404#, no-c-formatmsgid """<![CDATA[<target name=\"schemaexport\">\n""    <taskdef name=\"schemaexport\"\n""        classname=\"org.hibernate.tool.hbm2ddl.SchemaExportTask\"\n""        classpathref=\"class.path\"/>\n""    \n""    <schemaexport\n""        properties=\"hibernate.properties\"\n""        quiet=\"no\"\n""        text=\"no\"\n""        drop=\"no\"\n""        delimiter=\";\"\n""        output=\"schema-export.sql\">\n""        <fileset dir=\"src\">\n""            <include name=\"**/*.hbm.xml\"/>\n""        </fileset>\n""    </schemaexport>\n""</target>]]>"msgstr ""#. Tag: title#: toolset_guide.xml:409#, no-c-formatmsgid "Incremental schema updates"msgstr "점증하는 스키마 업데이트들"#. Tag: para#: toolset_guide.xml:411#, no-c-formatmsgid """The <literal>SchemaUpdate</literal> tool will update an existing schema with ""\"incremental\" changes. Note that <literal>SchemaUpdate</literal> depends ""heavily upon the JDBC metadata API, so it will not work with all JDBC ""drivers."msgstr """<literal>SchemaUpdate</literal> 도구는 \"점증하는\" 변경들을 가진 기존 스키마""를 변경시킬 것이다. <literal>SchemaUpdate</literal>는 JDBC 메타데이터 API에 ""무겁게 의존하여서, 그것은 모든 JDBC 드라이버들에 동작하지 않을 것임을 주목하""라."#. Tag: para#: toolset_guide.xml:417#, no-c-formatmsgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaUpdate</literal> <emphasis>options ""mapping_files</emphasis>"msgstr ""#. Tag: title#: toolset_guide.xml:423#, no-c-formatmsgid "<literal>SchemaUpdate</literal> Command Line Options"msgstr "<literal>SchemaUpdate</literal> 명령 라인 옵션들"#. Tag: entry#: toolset_guide.xml:440#, no-c-formatmsgid "don't export the script to the database"msgstr "스크립트를 데이터베이스로 내보내기 하지 않는다"#. Tag: entry#: toolset_guide.xml:452 toolset_guide.xml:513#, fuzzy, no-c-formatmsgid "specify a <literal>.cfg.xml</literal> file"msgstr "<placeholder-1/> 파일을 지정한다"#. Tag: para#: toolset_guide.xml:458#, no-c-formatmsgid "You may embed <literal>SchemaUpdate</literal> in your application:"msgstr """당신은 당신의 어플리케이션 내에 <literal>SchemaUpdate</literal>를 삽입시킬 ""수 있다:"#. Tag: programlisting#: toolset_guide.xml:462#, no-c-formatmsgid """<![CDATA[Configuration cfg = ....;\n""new SchemaUpdate(cfg).execute(false);]]>"msgstr ""#. Tag: title#: toolset_guide.xml:467#, no-c-formatmsgid "Using Ant for incremental schema updates"msgstr "점증하는 스키마 업데이트들에 Ant 사용하기"#. Tag: para#: toolset_guide.xml:469#, no-c-formatmsgid "You can call <literal>SchemaUpdate</literal> from the Ant script:"msgstr """당신은 Ant 스크립트에서<literal>SchemaUpdate</literal>를 호출할 수 있다:"#. Tag: programlisting#: toolset_guide.xml:473#, no-c-formatmsgid """<![CDATA[<target name=\"schemaupdate\">\n""    <taskdef name=\"schemaupdate\"\n""        classname=\"org.hibernate.tool.hbm2ddl.SchemaUpdateTask\"\n""        classpathref=\"class.path\"/>\n""    \n""    <schemaupdate\n""        properties=\"hibernate.properties\"\n""        quiet=\"no\">\n""        <fileset dir=\"src\">\n""            <include name=\"**/*.hbm.xml\"/>\n""        </fileset>\n""    </schemaupdate>\n""</target>]]>"msgstr ""#. Tag: title#: toolset_guide.xml:478#, no-c-formatmsgid "Schema validation"msgstr "스키마 유효성 검사"#. Tag: para#: toolset_guide.xml:480#, no-c-formatmsgid """The <literal>SchemaValidator</literal> tool will validate that the existing ""database schema \"matches\" your mapping documents. Note that ""<literal>SchemaValidator</literal> depends heavily upon the JDBC metadata ""API, so it will not work with all JDBC drivers. This tool is extremely ""useful for testing."msgstr """<literal>SchemaValidator</literal> 도구는 기존의 데이터베이스 스키마가 당신""의 매핑 문서들과 \"일치하는지\"를 유효성 검사할 것이다. ""<literal>SchemaValidator</literal>가 JDBC 메타데이터 API에 무겁게 의존하므로 ""그것은 모든 JDBC 드라이버들에 대해 동작하지 않을 것이다. 이 도구는 테스팅에 ""극히 유용하다."#. Tag: para#: toolset_guide.xml:486#, no-c-formatmsgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaValidator</literal> ""<emphasis>options mapping_files</emphasis>"msgstr ""#. Tag: title#: toolset_guide.xml:492#, no-c-formatmsgid "<literal>SchemaValidator</literal> Command Line Options"msgstr "<literal>SchemaValidator</literal> 명령 라인 옵션들"#. Tag: para#: toolset_guide.xml:519#, no-c-formatmsgid "You may embed <literal>SchemaValidator</literal> in your application:"msgstr """당신은 당신의 어플리케이션 내에 <literal>SchemaValidator</literal>을 삽입시""킬 수 도 있다:"#. Tag: programlisting#: toolset_guide.xml:523#, no-c-formatmsgid """<![CDATA[Configuration cfg = ....;\n""new SchemaValidator(cfg).validate();]]>"msgstr ""#. Tag: title#: toolset_guide.xml:528#, no-c-formatmsgid "Using Ant for schema validation"msgstr "스키마 유효성 검사를 위해 Ant 사용하기"#. Tag: para#: toolset_guide.xml:530#, no-c-formatmsgid "You can call <literal>SchemaValidator</literal> from the Ant script:"msgstr """당신은 Ant 스크립트에서 <literal>SchemaValidator</literal>를 호출할 수 있다:"#. Tag: programlisting#: toolset_guide.xml:534#, no-c-formatmsgid """<![CDATA[<target name=\"schemavalidate\">\n""    <taskdef name=\"schemavalidator\"\n""        classname=\"org.hibernate.tool.hbm2ddl.SchemaValidatorTask\"\n""        classpathref=\"class.path\"/>\n""    \n""    <schemavalidator\n""        properties=\"hibernate.properties\">\n""        <fileset dir=\"src\">\n""            <include name=\"**/*.hbm.xml\"/>\n""        </fileset>\n""    </schemavalidator>\n""</target>]]>"msgstr ""#~ msgid "&lt;one-to-one&gt;"#~ msgstr "&lt;one-to-one&gt;"#~ msgid "&lt;many-to-one&gt;"#~ msgstr "&lt;many-to-one&gt;"#~ msgid "&lt;key&gt;"#~ msgstr "&lt;key&gt;"#~ msgid "&lt;many-to-many&gt;"#~ msgstr "&lt;many-to-many&gt;"#~ msgid "inverse=\"true\""#~ msgstr "inverse=\"true\""#~ msgid "SchemaExport"#~ msgstr "SchemaExport"#~ msgid "&lt;column&gt;"#~ msgstr "&lt;column&gt;"#~ msgid "java -cp"#~ msgstr "java -cp"#~ msgid "hibernate_classpaths"#~ msgstr "hibernate_classpaths"#~ msgid "org.hibernate.tool.hbm2ddl.SchemaExport"#~ msgstr "org.hibernate.tool.hbm2ddl.SchemaExport"#~ msgid "options mapping_files"#~ msgstr "options mapping_files"#~ msgid "NamingStrategy"#~ msgstr "NamingStrategy"#~ msgid "select a <placeholder-1/>"#~ msgstr "하나의 <placeholder-1/>를 선택한다"#~ msgid "org.hibernate.tool.hbm2ddl.SchemaUpdate"#~ msgstr "org.hibernate.tool.hbm2ddl.SchemaUpdate"#~ msgid ".cfg.xml"#~ msgstr ".cfg.xml"#~ msgid "org.hibernate.tool.hbm2ddl.SchemaValidator"#~ msgstr "org.hibernate.tool.hbm2ddl.SchemaValidator"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -