| Package | Description |
|---|---|
| org.jooby.mongodb |
| Modifier and Type | Method and Description |
|---|---|
Monphia |
Monphia.doWith(BiConsumer<org.mongodb.morphia.Morphia,com.typesafe.config.Config> callback)
Morphia startup callback, from here you can map classes, set mapper options, etc..
|
Monphia |
Monphia.doWith(Consumer<org.mongodb.morphia.Datastore> callback)
Datastore startup callback, from here you can call Datastore.ensureIndexes(). |
Monphia |
Monphia.with(IdGen gen)
Setup up an
EntityInterceptor on PrePersist events that generates an
incremental ID. |
Copyright © 2016. All rights reserved.