We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b4b8e commit 86485efCopy full SHA for 86485ef
README.md
@@ -212,8 +212,10 @@ Configuration
212
* **resources_namespace**: A namespaceish path to where the mapping
213
files are located. Example: `Path\To\Foo\Resources\mappings`
214
215
- Each **annotation** mapping may also specify the following options:
+ Each mapping definition can have the following optional options:
216
* **alias** (Default: null): Set the alias for the entity namespace.
217
+
218
+ Each **annotation** mapping may also specify the following options:
219
* **use_simple_annotation_reader** (Default: true):
220
If `true`, only simple notations like `@Entity` will work.
221
If `false`, more advanced notations and aliasing via `use` will
0 commit comments