Package | Description |
---|---|
org.mongodb.morphia.mapping.lazy | |
org.mongodb.morphia.mapping.lazy.proxy |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDatastoreProvider
Default implementation to be used in the assumption that one Datastore per classloader is the default wa to use Morphia.
|
Modifier and Type | Method and Description |
---|---|
<T extends Collection> |
LazyProxyFactory.createListProxy(T listToProxy,
Class referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
<T extends Collection> |
CGLibLazyProxyFactory.createListProxy(T listToProxy,
Class referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
<T extends Map> |
LazyProxyFactory.createMapProxy(T mapToProxy,
Class referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
<T extends Map> |
CGLibLazyProxyFactory.createMapProxy(T mapToProxy,
Class referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
<T> T |
LazyProxyFactory.createProxy(Class<T> targetClass,
Key<T> key,
DatastoreProvider p) |
<T> T |
CGLibLazyProxyFactory.createProxy(Class<T> targetClass,
Key<T> key,
DatastoreProvider p) |
Constructor and Description |
---|
SerializableCollectionObjectReference(Collection<T> type,
Class<T> referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
SerializableEntityObjectReference(Class targetClass,
DatastoreProvider p,
Key key) |
SerializableMapObjectReference(Map mapToProxy,
Class referenceObjClass,
boolean ignoreMissing,
DatastoreProvider p) |
Copyright © 2015. All rights reserved.