File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -257,10 +257,8 @@ Limitations
257
257
helper method.
258
258
- Automatic generation of the ``encryptedFieldsMap `` is not compatible with
259
259
``SINGLE_COLLECTION `` inheritance. Because all classes in the hierarchy
260
- share a single collection, they must also share a single encryption schema.
261
- To use QE with inheritance, you must manually define the complete
262
- ``encryptedFieldsMap `` for the entire hierarchy and provide it directly in
263
- the client options, bypassing the ODM's automatic generation.
260
+ share a single collection, the ``SchemaManager `` cannot merge their encrypted
261
+ fields before creating the collection.
264
262
- Embedded documents and collections are encrypted as a whole. You cannot
265
263
be updated partially. Only the ``set* `` and ``atomicSet* `` collection
266
264
strategies can be used.
You can’t perform that action at this time.
0 commit comments