| Modifier and Type | Method and Description |
|---|---|
static Morphium |
MorphiumSingleton.get()
threadsafe Singleton implementation.
|
Morphium |
SequenceGenerator.getMorphium() |
Morphium |
ObjectMapperImpl.getMorphium() |
Morphium |
ObjectMapper.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 |
MorphiumStorageListener.postDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageAdapter.postDrop(Morphium m,
Class<? extends T> cls) |
void |
MorphiumStorageListener.postLoad(Morphium m,
List<T> o) |
void |
MorphiumStorageAdapter.postLoad(Morphium m,
List<T> o) |
void |
MorphiumStorageListener.postLoad(Morphium m,
T o) |
void |
MorphiumStorageAdapter.postLoad(Morphium m,
T o) |
void |
MorphiumStorageListener.postRemove(Morphium m,
List<T> lst) |
void |
MorphiumStorageAdapter.postRemove(Morphium m,
List<T> toRemove) |
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,
Map<T,Boolean> isNew) |
void |
MorphiumStorageAdapter.postStore(Morphium m,
Map<T,Boolean> isNew) |
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.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.preRemove(Morphium m,
T r) |
void |
MorphiumStorageAdapter.preRemove(Morphium m,
T r) |
void |
MorphiumStorageListener.preStore(Morphium m,
Map<T,Boolean> isNew) |
void |
MorphiumStorageAdapter.preStore(Morphium m,
Map<T,Boolean> isNew) |
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) |
static void |
MorphiumSingleton.set(Morphium m) |
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) |
| Constructor and Description |
|---|
DAO(Morphium m,
Class<? extends T> type) |
LazyDeReferencingProxy(Morphium m,
Class<? extends T> type,
Object id,
Object container,
String fieldname) |
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) |
| Constructor and Description |
|---|
BulkOperationContext(Morphium m,
boolean ordered) |
BulkRequestWrapper(com.mongodb.BulkWriteRequestBuilder b,
Morphium m,
Query q) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSynchronizer.postDrop(Morphium m,
Class cls) |
void |
CacheSynchronizer.postLoad(Morphium m,
List<Object> o) |
void |
CacheSynchronizer.postLoad(Morphium m,
Object o) |
void |
CacheSynchronizer.postRemove(Morphium m,
List<Object> lst) |
void |
CacheSynchronizer.postRemove(Morphium m,
Object r) |
void |
CacheSynchronizer.postRemove(Morphium m,
Query q) |
void |
CacheSynchronizer.postStore(Morphium m,
Map<Object,Boolean> isNew) |
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) |
void |
CacheSynchronizer.preRemove(Morphium m,
Object r) |
void |
CacheSynchronizer.preRemove(Morphium m,
Query<Object> q) |
void |
CacheSynchronizer.preStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
CacheSynchronizer.preStore(Morphium m,
Object r,
boolean isNew) |
void |
CacheSynchronizer.preUpdate(Morphium m,
Class<?> cls,
Enum updateType) |
| Constructor and Description |
|---|
CacheHousekeeper(Morphium m,
int houseKeepingTimeout,
int globalCacheTimout) |
CacheSynchronizer(Messaging msg,
Morphium morphium) |
| Modifier and Type | Method and Description |
|---|---|
void |
Messaging.onShutdown(Morphium m) |
| Constructor and Description |
|---|
Messaging(Morphium m,
int pause,
boolean processMultiple)
attaches to the default queue named "msg"
|
Messaging(Morphium m,
int pause,
boolean processMultiple,
boolean multithreadded,
int windowSize) |
Messaging(Morphium m,
String queueName,
int pause,
boolean processMultiple) |
Messaging(Morphium m,
String queueName,
int pause,
boolean processMultiple,
boolean multithreadded,
int windowSize) |
| 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) |
ThreadPoolExecutor |
QueryFactoryImpl.getExecutor(Morphium m) |
ThreadPoolExecutor |
QueryFactory.getExecutor(Morphium m) |
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) |
| Constructor and Description |
|---|
RSMonitor(Morphium morphium) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaxValidationStorageListener.preStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
JavaxValidationStorageListener.preStore(Morphium m,
Object r,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
void |
MorphiumWriterImpl.onShutdown(Morphium m) |
void |
BufferedMorphiumWriterImpl.onShutdown(Morphium m) |
void |
MorphiumWriterImpl.setMorphium(Morphium m) |
void |
MorphiumWriter.setMorphium(Morphium m) |
void |
BufferedMorphiumWriterImpl.setMorphium(Morphium m) |
Copyright © 2015. All rights reserved.