gorm-mongodb Questions
2
I am using Criteria with projections to get a list of tags on my Account domain. Like this:
def tags = Account.createCriteria().list {
projections { property("tags") }
}
My Account domain:
c...
Adytum asked 2/9, 2014 at 23:8
1
Solved
In MongoDB 2.0.6, when attempting to store documents or query documents that contain string fields, where the value of a string include characters outside the BMP, I get a raft of errors like: "Not...
Bissextile asked 31/7, 2012 at 19:30
1
© 2022 - 2024 — McMap. All rights reserved.