Skip to content

Commit

Permalink
updated migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Oct 31, 2019
1 parent 4f9f3c7 commit 940b2f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ codecs defined for those types.
* Lifecycle events on nested types are only called when instances of those embedded types are being persisted.
* Keys are no longer allowed as fields. Use `@Reference` or `MorphiaReference` instead.
* Polymorphic queries across collections are not currently supported. That is, if you have entities A and B each mapped to separate
collections, a query against type A will not automatically look in the collection mapped for B to find your entities.
collections, a query against type A will not automatically look in the collection mapped for B to find your entities.
* The default option when calling `modify()` is to return the before state of the entity. This is a change to the default behavior of
the old, deprecated methods which was to return the new state. This brings Morphia's behavior inline with the server's.

0 comments on commit 940b2f6

Please sign in to comment.