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

📄 toolset_guide.pot

📁 hibernate 开源框架的代码 jar包希望大家能喜欢
💻 POT
📖 第 1 页 / 共 2 页
字号:
#: toolset_guide.xml:286(para) msgid "The <literal>SchemaExport</literal> tool writes a DDL script to standard out and/or executes the DDL statements."msgstr ""#: toolset_guide.xml:292(literal) toolset_guide.xml:459(literal) toolset_guide.xml:541(literal) msgid "java -cp"msgstr ""#: toolset_guide.xml:292(emphasis) toolset_guide.xml:459(emphasis) toolset_guide.xml:541(emphasis) msgid "hibernate_classpaths"msgstr ""#: toolset_guide.xml:293(literal) msgid "org.hibernate.tool.hbm2ddl.SchemaExport"msgstr ""#: toolset_guide.xml:293(emphasis) toolset_guide.xml:460(emphasis) toolset_guide.xml:542(emphasis) msgid "options mapping_files"msgstr ""#: toolset_guide.xml:297(title) msgid "<literal>SchemaExport</literal> Command Line Options"msgstr ""#: toolset_guide.xml:303(entry) toolset_guide.xml:470(entry) toolset_guide.xml:552(entry) msgid "Option"msgstr ""#: toolset_guide.xml:304(entry) toolset_guide.xml:392(entry) toolset_guide.xml:471(entry) toolset_guide.xml:553(entry) msgid "Description"msgstr ""#: toolset_guide.xml:309(literal) toolset_guide.xml:476(literal) msgid "--quiet"msgstr ""#: toolset_guide.xml:310(entry) toolset_guide.xml:477(entry) msgid "don't output the script to stdout"msgstr ""#: toolset_guide.xml:313(literal) msgid "--drop"msgstr ""#: toolset_guide.xml:314(entry) msgid "only drop the tables"msgstr ""#: toolset_guide.xml:317(literal) msgid "--create"msgstr ""#: toolset_guide.xml:318(entry) msgid "only create the tables"msgstr ""#: toolset_guide.xml:321(literal) toolset_guide.xml:480(literal) msgid "--text"msgstr ""#: toolset_guide.xml:322(entry) msgid "don't export to the database"msgstr ""#: toolset_guide.xml:325(literal) msgid "--output=my_schema.ddl"msgstr ""#: toolset_guide.xml:326(entry) msgid "output the ddl script to a file"msgstr ""#: toolset_guide.xml:329(literal) toolset_guide.xml:484(literal) toolset_guide.xml:558(literal) msgid "--naming=eg.MyNamingStrategy"msgstr ""#: toolset_guide.xml:330(literal) toolset_guide.xml:485(literal) toolset_guide.xml:559(literal) msgid "NamingStrategy"msgstr ""#: toolset_guide.xml:330(entry) toolset_guide.xml:485(entry) toolset_guide.xml:559(entry) msgid "select a <placeholder-1/>"msgstr ""#: toolset_guide.xml:333(literal) toolset_guide.xml:492(literal) toolset_guide.xml:566(literal) msgid "--config=hibernate.cfg.xml"msgstr ""#: toolset_guide.xml:334(entry) msgid "read Hibernate configuration from an XML file"msgstr ""#: toolset_guide.xml:337(literal) toolset_guide.xml:488(literal) toolset_guide.xml:562(literal) msgid "--properties=hibernate.properties"msgstr ""#: toolset_guide.xml:338(entry) toolset_guide.xml:489(entry) toolset_guide.xml:563(entry) msgid "read database properties from a file"msgstr ""#: toolset_guide.xml:341(literal) msgid "--format"msgstr ""#: toolset_guide.xml:342(entry) msgid "format the generated SQL nicely in the script"msgstr ""#: toolset_guide.xml:345(literal) msgid "--delimiter=;"msgstr ""#: toolset_guide.xml:346(entry) msgid "set an end of line delimiter for the script"msgstr ""#: toolset_guide.xml:352(para) msgid "You may even embed <literal>SchemaExport</literal> in your application:"msgstr ""#: toolset_guide.xml:362(title) msgid "Properties"msgstr ""#: toolset_guide.xml:364(para) msgid "Database properties may be specified"msgstr ""#: toolset_guide.xml:370(para) msgid "as system properties with <literal>-D</literal><emphasis>&lt;property&gt;</emphasis>"msgstr ""#: toolset_guide.xml:373(para) msgid "in <literal>hibernate.properties</literal>"msgstr ""#: toolset_guide.xml:376(para) msgid "in a named properties file with <literal>--properties</literal>"msgstr ""#: toolset_guide.xml:380(para) msgid "The needed properties are:"msgstr ""#: toolset_guide.xml:385(title) msgid "SchemaExport Connection Properties"msgstr ""#: toolset_guide.xml:391(entry) msgid "Property Name"msgstr ""#: toolset_guide.xml:397(literal) msgid "hibernate.connection.driver_class"msgstr ""#: toolset_guide.xml:398(entry) msgid "jdbc driver class"msgstr ""#: toolset_guide.xml:401(literal) msgid "hibernate.connection.url"msgstr ""#: toolset_guide.xml:402(entry) msgid "jdbc url"msgstr ""#: toolset_guide.xml:405(literal) msgid "hibernate.connection.username"msgstr ""#: toolset_guide.xml:406(entry) msgid "database user"msgstr ""#: toolset_guide.xml:409(literal) msgid "hibernate.connection.password"msgstr ""#: toolset_guide.xml:410(entry) msgid "user password"msgstr ""#: toolset_guide.xml:413(literal) msgid "hibernate.dialect"msgstr ""#: toolset_guide.xml:414(entry) msgid "dialect"msgstr ""#: toolset_guide.xml:423(title) msgid "Using Ant"msgstr ""#: toolset_guide.xml:425(para) msgid "You can call <literal>SchemaExport</literal> from your Ant build script:"msgstr ""#: toolset_guide.xml:450(title) msgid "Incremental schema updates"msgstr ""#: toolset_guide.xml:452(para) msgid "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 ""#: toolset_guide.xml:460(literal) msgid "org.hibernate.tool.hbm2ddl.SchemaUpdate"msgstr ""#: toolset_guide.xml:464(title) msgid "<literal>SchemaUpdate</literal> Command Line Options"msgstr ""#: toolset_guide.xml:481(entry) msgid "don't export the script to the database"msgstr ""#: toolset_guide.xml:493(literal) toolset_guide.xml:567(literal) msgid ".cfg.xml"msgstr ""#: toolset_guide.xml:493(entry) toolset_guide.xml:567(entry) msgid "specify a <placeholder-1/> file"msgstr ""#: toolset_guide.xml:499(para) msgid "You may embed <literal>SchemaUpdate</literal> in your application:"msgstr ""#: toolset_guide.xml:509(title) msgid "Using Ant for incremental schema updates"msgstr ""#: toolset_guide.xml:511(para) msgid "You can call <literal>SchemaUpdate</literal> from the Ant script:"msgstr ""#: toolset_guide.xml:532(title) msgid "Schema validation"msgstr ""#: toolset_guide.xml:534(para) msgid "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 ""#: toolset_guide.xml:542(literal) msgid "org.hibernate.tool.hbm2ddl.SchemaValidator"msgstr ""#: toolset_guide.xml:546(title) msgid "<literal>SchemaValidator</literal> Command Line Options"msgstr ""#: toolset_guide.xml:573(para) msgid "You may embed <literal>SchemaValidator</literal> in your application:"msgstr ""#: toolset_guide.xml:583(title) msgid "Using Ant for schema validation"msgstr ""#: toolset_guide.xml:585(para) msgid "You can call <literal>SchemaValidator</literal> from the Ant script:"msgstr ""#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.#: toolset_guide.xml:0(None) msgid "translator-credits"msgstr ""

⌨️ 快捷键说明

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