Skip navigation links
A C D G I M O P S V W 

A

AutoIncID - Class in org.jooby.internal.mongodb
 
AutoIncID(Datastore, IdGen) - Constructor for class org.jooby.internal.mongodb.AutoIncID
 

C

configure(Env, Config, Binder) - Method in class org.jooby.mongodb.Monphia
 
createInstance(Class<T>) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 
createInstance(Class<T>, DBObject) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 
createInstance(Mapper, MappedField, DBObject) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 
createList(MappedField) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 
createMap(MappedField) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 
createSet(MappedField) - Method in class org.jooby.internal.mongodb.GuiceObjectFactory
 

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.
GuiceObjectFactory - Class in org.jooby.internal.mongodb
 
GuiceObjectFactory(Registry, Morphia) - Constructor for class org.jooby.internal.mongodb.GuiceObjectFactory
 

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.internal.mongodb - package org.jooby.internal.mongodb
 
org.jooby.mongodb - package org.jooby.mongodb
 

P

prePersist(Object, DBObject, Mapper) - Method in class org.jooby.internal.mongodb.AutoIncID
 

S

StoredId - Class in org.jooby.internal.mongodb
 
StoredId(String) - Constructor for class org.jooby.internal.mongodb.StoredId
 
StoredId() - Constructor for class org.jooby.internal.mongodb.StoredId
 

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.
A C D G I M O P S V W 
Skip navigation links

Copyright © 2016. All rights reserved.