In a mongo-only setup we need to use a String id
(or ObjectId):
class SomeDomain {
String id
///
}
in all domain classes of the app.
Is there a config shortcut to set the default String id
overriding GORM's default Long id
for all domain classes?