| Modifier and Type | Method and Description |
|---|---|
Morphium |
ObjectMapperImpl.getMorphium() |
Morphium |
SequenceGenerator.getMorphium() |
Morphium |
MorphiumObjectMapper.getMorphium() |
| Modifier and Type | Method and Description |
|---|---|
String |
NameProvider.getCollectionName(Class<?> type,
MorphiumObjectMapper om,
boolean translateCamelCase,
boolean useFQN,
String specifiedName,
Morphium morphium) |
String |
DefaultNameProvider.getCollectionName(Class<?> type,
MorphiumObjectMapper 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) |
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 |
SequenceGenerator.setMorphium(Morphium morphium) |
void |
MorphiumObjectMapper.setMorphium(Morphium m) |
| Constructor and Description |
|---|
DAO(Morphium m,
Class<? extends T> type) |
LazyDeReferencingProxy(Morphium m,
Class<? extends T> type,
Object id,
String collectionName) |
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 | Field and Description |
|---|---|
protected Morphium |
AbstractCacheSynchronizer.morphium |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheHousekeeper.onShutdown(Morphium m) |
void |
MessagingCacheSynchronizer.postDrop(Morphium m,
Class cls) |
void |
MessagingCacheSynchronizer.postLoad(Morphium m,
List<Object> o) |
void |
MessagingCacheSynchronizer.postLoad(Morphium m,
Object o) |
void |
MessagingCacheSynchronizer.postRemove(Morphium m,
List<Object> lst) |
void |
MessagingCacheSynchronizer.postRemove(Morphium m,
Object r) |
void |
MessagingCacheSynchronizer.postRemove(Morphium m,
Query q) |
void |
MessagingCacheSynchronizer.postStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
MessagingCacheSynchronizer.postStore(Morphium m,
Object r,
boolean isNew) |
void |
MessagingCacheSynchronizer.postUpdate(Morphium m,
Class cls,
Enum updateType) |
void |
MessagingCacheSynchronizer.preDrop(Morphium m,
Class cls) |
void |
MessagingCacheSynchronizer.preRemove(Morphium m,
Object r) |
void |
MessagingCacheSynchronizer.preRemove(Morphium m,
Query<Object> q) |
void |
MessagingCacheSynchronizer.preStore(Morphium m,
Map<Object,Boolean> isNew) |
void |
MessagingCacheSynchronizer.preStore(Morphium m,
Object r,
boolean isNew) |
void |
MessagingCacheSynchronizer.preUpdate(Morphium m,
Class<?> cls,
Enum updateType) |
| Constructor and Description |
|---|
AbstractCacheSynchronizer(Morphium morphium) |
MessagingCacheSynchronizer(Messaging msg,
Morphium morphium) |
WatchingCacheSynchronizer(Morphium m) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ChangeStreamEvent.getEntityFromData(Class<T> cls,
Morphium m) |
void |
ChangeStreamMonitor.onShutdown(Morphium m) |
| Constructor and Description |
|---|
ChangeStreamMonitor(Morphium m) |
ChangeStreamMonitor(Morphium m,
Class<?> entity) |
ChangeStreamMonitor(Morphium m,
String collectionName,
boolean fullDocument) |
| Modifier and Type | Method and Description |
|---|---|
BulkRequestContext |
MorphiumDriver.createBulkContext(Morphium m,
String db,
String collection,
boolean ordered,
WriteConcern wc) |
| Modifier and Type | Method and Description |
|---|---|
Morphium |
BulkRequestContext.getMorphium() |
| Constructor and Description |
|---|
BulkRequestContext(Morphium m) |
| Modifier and Type | Method and Description |
|---|---|
BulkRequestContext |
InMemoryDriver.createBulkContext(Morphium m,
String db,
String collection,
boolean ordered,
WriteConcern wc) |
| Modifier and Type | Method and Description |
|---|---|
BulkRequestContext |
Driver.createBulkContext(Morphium m,
String db,
String collection,
boolean ordered,
WriteConcern wc) |
| Constructor and Description |
|---|
MongodbBulkContext(Morphium m,
String db,
String collection,
Driver driver,
boolean ordered,
int batchSize,
WriteConcern wc) |
| Modifier and Type | Method and Description |
|---|---|
void |
Messaging.onShutdown(Morphium m) |
| Constructor and Description |
|---|
Messaging(Morphium m) |
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) |
Messaging(Morphium m,
String queueName,
int pause,
boolean processMultiple,
boolean multithreadded,
int windowSize,
boolean useChangeStream) |
| Modifier and Type | Method and Description |
|---|---|
Morphium |
ObjectMapperImplNG.getMorphium() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectMapperImplNG.setMorphium(Morphium m) |
| Constructor and Description |
|---|
MorphiumDeserializer(AnnotationAndReflectionHelper anhelper,
Map<Class<?>,NameProvider> nameProviderByClass,
Morphium morphium,
Map<Class,MorphiumTypeMapper> typeMapper) |
MorphiumSerializer(AnnotationAndReflectionHelper ar,
Map<Class<?>,NameProvider> np,
Morphium m,
MorphiumObjectMapper om,
Map<Class,MorphiumTypeMapper> typeMapper) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
OplogMonitor.onShutdown(Morphium m) |
| Constructor and Description |
|---|
OplogMonitor(Morphium m) |
OplogMonitor(Morphium m,
Class<?> entity) |
OplogMonitor(Morphium m,
String nameSpace,
boolean regex) |
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 |
BufferedMorphiumWriterImpl.setMorphium(Morphium m) |
void |
MorphiumWriter.setMorphium(Morphium m) |
Copyright © 2018. All rights reserved.