1.0.1
sai-pullabhotla
released this
04 Nov 23:50
·
155 commits
to master
since this release
- Removed the restriction on what data types can exist in a model class (Entity, Embeddable, MappedSuperClass). Model classes can now have fields of any type (e.g.
java.time.LocalDate
from Java 8), as long as there is a registered mapper to handle the data type. - Fixed an issue where the return value from
DatastoreAccess#update
methods may not reflect the changes that the property mappers might have made.