-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Milestone
Description
Original Reporter: kuceram
Environment: Not Specified
Version: 1.2.0.GA
Migrated From: http://jira.grails.org/browse/GPMONGODB-297
It is not possible to get the mapping working properly for Byte and Float values of the domain class. It maps by default to mongo as a string instead of number. It is even not posible to write a custom Marshaller because it is not taken when the values are mapped or received from Mongo.
Similarly, the enums are mapped as strings. I would appreciate if it would be possible to store the value of enum, we use number id for each enum type.