Reputation: 14513
From the doc provided, http://www.playframework.org/modules/mongo-1.3/home, I don't see such annotation available but it seems that the code need to be write to create/specify indexes. Is that still the case for now?
Upvotes: 1
Views: 113
Reputation: 4427
If you want to use Mongo only with Play, I think the right module is play-morphia
The one you chose is not quite active afaik!
(FYI I'm currently working on the implementation of mongodb for siena, a SQL/NoSQL framework tightly integrated with play using module play-siena... This mongo impl should be ready in a few weeks)
Upvotes: 2