| Modifier and Type | Method and Description |
|---|---|
static Morphium |
MorphiumSingleton.get()
threadsafe Singleton implementation.
|
Morphium |
SequenceGenerator.getMorphium() |
Morphium |
ConfigManagerImpl.getMorphium() |
Morphium |
ConfigManager.getMorphium() |
| Modifier and Type | Method and Description |
|---|---|
String |
NameProvider.getCollectionName(Class<?> type,
ObjectMapper om,
boolean translateCamelCase,
boolean useFQN,
String specifiedName,
Morphium morphium) |
String |
DefaultNameProvider.getCollectionName(Class<?> type,
ObjectMapper om,
boolean translateCamelCase,
boolean useFQN,
String specifiedName,
Morphium morphium) |
void |
ShutdownListener.onShutdown(Morphium m) |
void |
ConfigManagerImpl.onShutdown(Morphium m) |
void |
MorphiumStorageListener.postDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageAdapter.postDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageListener.postLoad(Morphium m,
T o) |
void |
MorphiumStorageAdapter.postLoad(Morphium m,
T o) |
void |
MorphiumStorageListener.postRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageAdapter.postRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageListener.postRemove(Morphium m,
T r) |
void |
MorphiumStorageAdapter.postRemove(Morphium m,
T r) |
void |
MorphiumStorageListener.postStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageAdapter.postStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageListener.postUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
MorphiumStorageAdapter.postUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
MorphiumStorageListener.preDelete(Morphium m,
T r) |
void |
MorphiumStorageAdapter.preDelete(Morphium m,
T r) |
void |
MorphiumStorageListener.preDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageAdapter.preDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageListener.preRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageAdapter.preRemove(Morphium m,
Query<T> q) |
void |
MorphiumStorageListener.preStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageAdapter.preStore(Morphium m,
T r,
boolean isNew) |
void |
MorphiumStorageListener.preUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
MorphiumStorageAdapter.preUpdate(Morphium m,
Class<? extends T> cls,
Enum updateType) |
void |
SequenceGenerator.setMorphium(Morphium morphium) |
void |
ObjectMapperImpl.setMorphium(Morphium m)
will automatically be called after instanciation by Morphium
also gets the AnnotationAndReflectionHelper from this object (to make use of the caches)
|
void |
ObjectMapper.setMorphium(Morphium m) |
void |
Morphium.setMorphium(Morphium m) |
void |
ConfigManagerImpl.setMorphium(Morphium m) |
void |
ConfigManager.setMorphium(Morphium m) |
| Constructor and Description |
|---|
DAO(Morphium m,
Class<? extends T> type) |
LazyDeReferencingProxy(Morphium m,
Class<? extends T> type,
org.bson.types.ObjectId id) |
PartiallyUpdateableProxy(Morphium m,
T o) |
SequenceGenerator(Morphium m,
String n) |
SequenceGenerator(Morphium mrph,
String name,
int inc,
long startValue) |
Statistics(Morphium morphium) |
| Modifier and Type | Method and Description |
|---|---|
Morphium |
AggregatorImpl.getMorphium() |
Morphium |
Aggregator.getMorphium() |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregatorImpl.setMorphium(Morphium m) |
void |
Aggregator.setMorphium(Morphium m) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSynchronizer.postDrop(Morphium m,
Class cls) |
void |
CacheSynchronizer.postRemove(Morphium m,
Query q) |
void |
CacheSynchronizer.postStore(Morphium m,
Object r,
boolean isNew) |
void |
CacheSynchronizer.postUpdate(Morphium m,
Class cls,
Enum updateType) |
void |
CacheSynchronizer.preDrop(Morphium m,
Class cls) |
| Constructor and Description |
|---|
CacheHousekeeper(Morphium m,
int houseKeepingTimeout,
int globalCacheTimout) |
CacheSynchronizer(Messaging msg,
Morphium morphium) |
| Constructor and Description |
|---|
Messaging(Morphium m,
int pause,
boolean processMultiple) |
| Modifier and Type | Method and Description |
|---|---|
Morphium |
QueryImpl.getMorphium() |
Morphium |
Query.getMorphium() |
| Modifier and Type | Method and Description |
|---|---|
<T> Query<T> |
QueryFactoryImpl.createQuery(Morphium m,
Class<? extends T> type) |
<T> Query<T> |
QueryFactory.createQuery(Morphium m,
Class<? extends T> type) |
void |
QueryImpl.setMorphium(Morphium m) |
void |
Query.setMorphium(Morphium m) |
| Constructor and Description |
|---|
QueryImpl(Morphium m) |
QueryImpl(Morphium m,
Class<? extends T> type,
ThreadPoolExecutor executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaxValidationStorageListener.preStore(Morphium m,
Object r,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumWriterImpl.setMorphium(Morphium m) |
void |
MorphiumWriter.setMorphium(Morphium m) |
void |
BufferedMorphiumWriterImpl.setMorphium(Morphium m) |
Copyright © 2013. All Rights Reserved.