Skip to content

GPMONGODB-297: Support Mappings of Byte and Float #450

@graemerocher

Description

@graemerocher

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions