Skip navigation links
C D G I M O V W 

C

configure(Env, Config, Binder) - Method in class org.jooby.mongodb.Monphia
 

D

doWith(BiConsumer<Morphia, Config>) - Method in class org.jooby.mongodb.Monphia
Morphia startup callback, from here you can map classes, set mapper options, etc..
doWith(Consumer<Datastore>) - Method in class org.jooby.mongodb.Monphia
Datastore startup callback, from here you can call Datastore.ensureIndexes().

G

GeneratedValue - Annotation Type in org.jooby.mongodb
Make an ID autoincrement on PrePersist events.

I

IdGen - Enum in org.jooby.mongodb
Setup up an EntityInterceptor on PrePersist events that generates an incremental ID.

M

Monphia - Class in org.jooby.mongodb
Extends Mongodb with object-document mapping via Morphia.
Monphia(String) - Constructor for class org.jooby.mongodb.Monphia
Creates a new Monphia module.
Monphia() - Constructor for class org.jooby.mongodb.Monphia
Creates a new Monphia using the default property: db.

O

org.jooby.mongodb - package org.jooby.mongodb
 

V

value(Class<?>) - Method in enum org.jooby.mongodb.IdGen
Get an unique value for the given mapped class.
valueOf(String) - Static method in enum org.jooby.mongodb.IdGen
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jooby.mongodb.IdGen
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(IdGen) - Method in class org.jooby.mongodb.Monphia
Setup up an EntityInterceptor on PrePersist events that generates an incremental ID.
C D G I M O V W 
Skip navigation links

Copyright © 2019. All rights reserved.