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

📄 toolset_guide.po

📁 hibernate 开源框架的代码 jar包希望大家能喜欢
💻 PO
📖 第 1 页 / 共 3 页
字号:
#, no-c-formatmsgid "length"msgstr "length"#. Tag: entry#: toolset_guide.xml:171 toolset_guide.xml:176 toolset_guide.xml:181#, no-c-formatmsgid "number"msgstr "numérique"#. Tag: entry#: toolset_guide.xml:172#, no-c-formatmsgid "column length"msgstr "taille d'une colonne"#. Tag: literal#: toolset_guide.xml:175#, no-c-formatmsgid "precision"msgstr "precision"#. Tag: entry#: toolset_guide.xml:177#, no-c-formatmsgid "column decimal precision"msgstr "précision décimale de la colonne"#. Tag: literal#: toolset_guide.xml:180#, no-c-formatmsgid "scale"msgstr "scale"#. Tag: entry#: toolset_guide.xml:182#, no-c-formatmsgid "column decimal scale"msgstr "scale décimale de la colonne"#. Tag: literal#: toolset_guide.xml:185#, no-c-formatmsgid "not-null"msgstr "not-null"#. Tag: literal#: toolset_guide.xml:186 toolset_guide.xml:191#, no-c-formatmsgid "true|false"msgstr "true|false"#. Tag: entry#: toolset_guide.xml:187#, no-c-formatmsgid "specfies that the column should be non-nullable"msgstr "spécifie que la colonne doit être non-nulle"#. Tag: literal#: toolset_guide.xml:190#, no-c-formatmsgid "unique"msgstr "unique"#. Tag: entry#: toolset_guide.xml:192#, no-c-formatmsgid "specifies that the column should have a unique constraint"msgstr "spécifie que la colonne doit avoir une contrainte d'unicité"#. Tag: literal#: toolset_guide.xml:195#, no-c-formatmsgid "index"msgstr "index"#. Tag: literal#: toolset_guide.xml:196#, no-c-formatmsgid "index_name"msgstr "index_name"#. Tag: entry#: toolset_guide.xml:197#, no-c-formatmsgid "specifies the name of a (multi-column) index"msgstr "spécifie le nom d'un index (multi-colonnes)"#. Tag: literal#: toolset_guide.xml:200#, no-c-formatmsgid "unique-key"msgstr "unique-key"#. Tag: literal#: toolset_guide.xml:201#, no-c-formatmsgid "unique_key_name"msgstr "unique_key_name"#. Tag: entry#: toolset_guide.xml:202#, no-c-formatmsgid "specifies the name of a multi-column unique constraint"msgstr "spécifie le nom d'une contrainte d'unicité multi-colonnes"#. Tag: literal#: toolset_guide.xml:205#, no-c-formatmsgid "foreign-key"msgstr "foreign-key"#. Tag: literal#: toolset_guide.xml:206#, no-c-formatmsgid "foreign_key_name"msgstr "foreign_key_name"#. Tag: entry#: toolset_guide.xml:207#, fuzzy, no-c-formatmsgid """specifies the name of the foreign key constraint generated for an ""association, for a <literal>&lt;one-to-one&gt;</literal>, <literal>&lt;many-""to-one&gt;</literal>, <literal>&lt;key&gt;</literal>, or <literal>&lt;many-""to-many&gt;</literal> mapping element. Note that <literal>inverse=\"true\"</""literal> sides will not be considered by <literal>SchemaExport</literal>."msgstr """spécifie le nom d'une contrainte de clé étrangère générée pour une ""association, utilisez-la avec les éléments de mapping <placeholder-1/>, ""<placeholder-2/>, <placeholder-3/>, or <placeholder-4/> Notez que les ""extrêmités <placeholder-5/> se seront pas prises en compte par <placeholder-""6/>."#. Tag: literal#: toolset_guide.xml:217#, no-c-formatmsgid "sql-type"msgstr "sql-type"#. Tag: literal#: toolset_guide.xml:218#, no-c-formatmsgid "SQL column type"msgstr "SQL column_type"#. Tag: entry#: toolset_guide.xml:219#, fuzzy, no-c-formatmsgid """overrides the default column type (attribute of <literal>&lt;column&gt;</""literal> element only)"msgstr """surcharge le type par défaut (attribut de l'élément <placeholder-1/> ""uniquement)"#. Tag: literal#: toolset_guide.xml:225#, no-c-formatmsgid "default"msgstr "default"#. Tag: entry#: toolset_guide.xml:226 toolset_guide.xml:233#, fuzzy, no-c-formatmsgid "SQL expression"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""expression SQL\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""SQL expression"#. Tag: entry#: toolset_guide.xml:227#, no-c-formatmsgid "specify a default value for the column"msgstr "spécifie une valeur par défaut pour la colonne"#. Tag: literal#: toolset_guide.xml:232#, no-c-formatmsgid "check"msgstr "check"#. Tag: entry#: toolset_guide.xml:234#, no-c-formatmsgid "create an SQL check constraint on either column or table"msgstr "crée une contrainte de vérification sur la table ou la colonne"#. Tag: para#: toolset_guide.xml:242#, no-c-formatmsgid """The <literal>&lt;comment&gt;</literal> element allows you to specify ""comments for the generated schema."msgstr """L'élément <literal>&lt;comment&gt;</literal> vous permet de spécifier un ""commentaire pour le schéma généré."#. Tag: programlisting#: toolset_guide.xml:247#, no-c-formatmsgid """<![CDATA[<class name=\"Customer\" table=\"CurCust\">\n""    <comment>Current customers only</comment>\n""    ...\n""</class>]]>"msgstr ""#. Tag: programlisting#: toolset_guide.xml:249#, no-c-formatmsgid """<![CDATA[<property name=\"balance\">\n""    <column name=\"bal\">\n""        <comment>Balance in USD</comment>\n""    </column>\n""</property>]]>"msgstr ""#. Tag: para#: toolset_guide.xml:251#, no-c-formatmsgid """This results in a <literal>comment on table</literal> or <literal>comment on ""column</literal> statement in the generated DDL (where supported)."msgstr """Ceci a pour résultat une expression <literal>comment on table</literal> ou ""<literal>comment on column</literal> dans la DDL générée (où supportée)."#. Tag: title#: toolset_guide.xml:260#, no-c-formatmsgid "Running the tool"msgstr "Exécuter l'outil"#. Tag: para#: toolset_guide.xml:262#, no-c-formatmsgid """The <literal>SchemaExport</literal> tool writes a DDL script to standard out ""and/or executes the DDL statements."msgstr """L'outil <literal>SchemaExport</literal> génère un script DDL vers la sortie ""standard et/ou exécute les ordres DDL."#. Tag: para#: toolset_guide.xml:267#, no-c-formatmsgid """<literal>java -cp </literal><emphasis>hibernate_classpaths</emphasis> ""<literal>org.hibernate.tool.hbm2ddl.SchemaExport</literal> <emphasis>options ""mapping_files</emphasis>"msgstr ""#. Tag: title#: toolset_guide.xml:273#, no-c-formatmsgid "<literal>SchemaExport</literal> Command Line Options"msgstr "<literal>SchemaExport</literal> Options de la ligne de commande"#. Tag: entry#: toolset_guide.xml:279 toolset_guide.xml:429 toolset_guide.xml:498#, no-c-formatmsgid "Option"msgstr "Option"#. Tag: entry#: toolset_guide.xml:280 toolset_guide.xml:367 toolset_guide.xml:430#: toolset_guide.xml:499#, no-c-formatmsgid "Description"msgstr "Description"#. Tag: literal#: toolset_guide.xml:285 toolset_guide.xml:435#, no-c-formatmsgid "--quiet"msgstr "--quiet"#. Tag: entry#: toolset_guide.xml:286 toolset_guide.xml:436#, fuzzy, no-c-formatmsgid "don't output the script to stdout"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""ne pas écrire le script vers la sortie standard\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""ne pas écrire vers la sortie standard"#. Tag: literal#: toolset_guide.xml:289#, no-c-formatmsgid "--drop"msgstr "--drop"#. Tag: entry#: toolset_guide.xml:290#, no-c-formatmsgid "only drop the tables"msgstr "supprime seuleument les tables"#. Tag: literal#: toolset_guide.xml:293#, no-c-formatmsgid "--create"msgstr "--create"#. Tag: entry#: toolset_guide.xml:294#, no-c-formatmsgid "only create the tables"msgstr "ne créé que les tables"#. Tag: literal#: toolset_guide.xml:297 toolset_guide.xml:439#, no-c-formatmsgid "--text"msgstr "--text"#. Tag: entry#: toolset_guide.xml:298#, no-c-formatmsgid "don't export to the database"msgstr "ne pas exécuter sur la base de données"#. Tag: literal#: toolset_guide.xml:301#, no-c-formatmsgid "--output=my_schema.ddl"msgstr "--output=my_schema.ddl"#. Tag: entry#: toolset_guide.xml:302#, no-c-formatmsgid "output the ddl script to a file"msgstr "écrit le script ddl vers un fichier"#. Tag: literal#: toolset_guide.xml:305 toolset_guide.xml:443 toolset_guide.xml:504#, no-c-formatmsgid "--naming=eg.MyNamingStrategy"msgstr "--naming=eg.MyNamingStrategy"#. Tag: entry#: toolset_guide.xml:306 toolset_guide.xml:444 toolset_guide.xml:505#, fuzzy, no-c-formatmsgid "select a <literal>NamingStrategy</literal>"msgstr "dans <literal>hibernate.properties</literal>"#. Tag: literal#: toolset_guide.xml:309 toolset_guide.xml:451 toolset_guide.xml:512#, no-c-formatmsgid "--config=hibernate.cfg.xml"msgstr "--config=hibernate.cfg.xml"#. Tag: entry#: toolset_guide.xml:310#, no-c-formatmsgid "read Hibernate configuration from an XML file"msgstr "lit la configuration Hibernate à partir d'un fichier XML"#. Tag: literal#: toolset_guide.xml:313 toolset_guide.xml:447 toolset_guide.xml:508#, no-c-formatmsgid "--properties=hibernate.properties"msgstr "--properties=hibernate.properties"#. Tag: entry#: toolset_guide.xml:314 toolset_guide.xml:448 toolset_guide.xml:509#, fuzzy, no-c-formatmsgid "read database properties from a file"msgstr """#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""lit les propriétés de la base de données à partir d'un fichier\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""lire les propriétés de la base de données à partir d'un fichier\n""#-#-#-#-#  - (PACKAGE VERSION)  #-#-#-#-#\n""lit les propriétés dela base de données depuis un fichier de propriétés"#. Tag: literal#: toolset_guide.xml:317#, no-c-formatmsgid "--format"msgstr "--format"#. Tag: entry#: toolset_guide.xml:318#, no-c-formatmsgid "format the generated SQL nicely in the script"msgstr "formatte proprement le SQL généré dans le script"#. Tag: literal#: toolset_guide.xml:321#, no-c-formatmsgid "--delimiter=;"msgstr "--delimiter=x"#. Tag: entry#: toolset_guide.xml:322#, no-c-formatmsgid "set an end of line delimiter for the script"msgstr "paramètre un délimiteur de fin de ligne pour le script"#. Tag: para#: toolset_guide.xml:328#, no-c-formatmsgid "You may even embed <literal>SchemaExport</literal> in your application:"msgstr """Vous pouvez même intégrer <literal>SchemaExport</literal> dans votre ""application :"

⌨️ 快捷键说明

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