|
11 | 11 | <xs:complexType> |
12 | 12 | <xs:sequence> |
13 | 13 | <xs:element ref="bytecode-provider" minOccurs="0" maxOccurs="1" > |
14 | | - <xs:annotation> |
15 | | - <xs:documentation> |
16 | | - There are 3 default short-cut values |
17 | | - - lcg : default for .NET2.0 and higher. |
18 | | - - codedom : CodeDOM-based bytecode provider (mostly for .NET1.1). |
19 | | - - null : Disable the reflection optimization completely. |
20 | | - In addition you can specify the AssemblyQualifiedName of your custom bytecode-provider (implementation of IBytecodeProvider). |
21 | | - Note: the bytecode-provider will be tooks in account only when specified in the app.config or web.config. |
22 | | - </xs:documentation> |
23 | | - </xs:annotation> |
24 | | - </xs:element> |
| 14 | + <xs:annotation> |
| 15 | + <xs:documentation> |
| 16 | + There are 3 default short-cut values |
| 17 | + - lcg : default for .NET2.0 and higher. |
| 18 | + - codedom : CodeDOM-based bytecode provider (mostly for .NET1.1). |
| 19 | + - null : Disable the reflection optimization completely. |
| 20 | + In addition you can specify the AssemblyQualifiedName of your custom bytecode-provider (implementation of IBytecodeProvider). |
| 21 | + Note: the bytecode-provider will be tooks in account only when specified in the app.config or web.config. |
| 22 | + </xs:documentation> |
| 23 | + </xs:annotation> |
| 24 | + </xs:element> |
25 | 25 | <xs:element ref="reflection-optimizer" maxOccurs="1" minOccurs="0" /> |
26 | 26 | <xs:element ref="session-factory" minOccurs="0" maxOccurs="1" /> |
27 | 27 | </xs:sequence> |
|
53 | 53 | <xs:element name="mapping"> |
54 | 54 | <xs:annotation> |
55 | 55 | <xs:documentation> |
56 | | - There are 3 possible combinations of mapping attributes |
57 | | - 1 - resource & assembly: NHibernate will read the mapping resource from the specified assembly |
58 | | - 2 - file only: NHibernate will read the mapping from the file. |
59 | | - 3 - assembly only: NHibernate will find all the resources ending in hbm.xml from the assembly. |
| 56 | + There are 3 possible combinations of mapping attributes |
| 57 | + 1 - resource & assembly: NHibernate will read the mapping resource from the specified assembly |
| 58 | + 2 - file only: NHibernate will read the mapping from the file. |
| 59 | + 3 - assembly only: NHibernate will find all the resources ending in hbm.xml from the assembly. |
60 | 60 | </xs:documentation> |
61 | 61 | </xs:annotation> |
62 | 62 | <xs:complexType> |
|
114 | 114 | <xs:enumeration value="format_sql" /> |
115 | 115 | <xs:enumeration value="collectiontype.factory_class" /> |
116 | 116 | <xs:enumeration value="interceptors.beforetransactioncompletion_ignore_exceptions" /> |
117 | | - <xs:enumeration value="order_inserts" /> |
118 | | - </xs:restriction> |
| 117 | + <xs:enumeration value="order_inserts" /> |
| 118 | + <xs:enumeration value="linqtohql.generatorsregistry" /> |
| 119 | + </xs:restriction> |
119 | 120 | </xs:simpleType> |
120 | 121 | </xs:attribute> |
121 | 122 | </xs:extension> |
|
0 commit comments