|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HydrateObject | |
---|---|
org.hydrateframework | |
org.hydrateframework.event |
Uses of HydrateObject in org.hydrateframework |
---|
Classes in org.hydrateframework with type parameters of type HydrateObject | |
---|---|
class |
ObjectCollection<E extends HydrateObject>
This class is used to represent a collection of hydrate objects. |
Classes in org.hydrateframework that implement HydrateObject | |
---|---|
class |
AbstractHydrateObject
This class implements the HydrateObject interface and provides a
base class for generated object implementations. |
Fields in org.hydrateframework declared as HydrateObject | |
---|---|
static HydrateObject |
Types.objNotSet
"Not Set" value for an HydrateObject |
Methods in org.hydrateframework that return HydrateObject | |
---|---|
HydrateObject |
ObjectIndexer.getObject(java.lang.Object key)
Get the Hydrate Object associated with the specific key. |
HydrateObject |
SaveContext.proxy(java.lang.Object o)
Proxy a non-hydrate object with an HydrateObject. |
HydrateObject |
ObjectFactory.proxyObject(ObjectContext ctx,
java.lang.Object o)
Provides a temporary proxy for a non-Hydrate object. |
HydrateObject |
ObjectContext.tempProxy(java.lang.Object o)
Provides a temporary proxy for a non-hydrate object. |
Methods in org.hydrateframework with parameters of type HydrateObject | |
---|---|
boolean |
ObjectCollection.removeMTM(HydrateObject o,
boolean reverse)
Remove an object from the collection which forms part of a many to many relationship. |
void |
ObjectContext.setNeedsUpdate(HydrateObject o,
boolean needsUpdate)
|
boolean |
ObjectContext.waitForPopulation(java.lang.Object what,
HydrateObject obj,
java.lang.String mbr)
Block the current thread waiting for the population of a particular business object attribute or collection. |
Method parameters in org.hydrateframework with type arguments of type HydrateObject | |
---|---|
void |
SaveContext.saveMTMs(ObjectCollection<HydrateObject> coll)
|
Uses of HydrateObject in org.hydrateframework.event |
---|
Fields in org.hydrateframework.event with type parameters of type HydrateObject | |
---|---|
protected static java.util.Map<HydrateObject,java.util.Map<java.lang.String,java.util.Collection>> |
ObjectAccessEventHandler.LazyCollectionEventHandler.m_collections
|
Methods in org.hydrateframework.event with parameters of type HydrateObject | |
---|---|
boolean |
ObjectAccessEventHandler.attributeNotLoaded(HydrateObject object,
java.lang.String attribute)
This event method is called when an attempt is made to access an attribute of an object that has not been loaded. |
boolean |
ObjectAccessEventHandler.LazyLoadAccessEventHandler.attributeNotLoaded(HydrateObject object,
java.lang.String attribute)
|
boolean |
ObjectAccessEventHandler.WaitForPopulationEventHandler.attributeNotLoaded(HydrateObject object,
java.lang.String attribute)
|
boolean |
ObjectAccessEventHandler.EmptyAccessEventHandler.attributeNotLoaded(HydrateObject object,
java.lang.String attribute)
|
boolean |
ObjectAccessEventHandler.collectionNotLoaded(HydrateObject object,
java.lang.String attribute)
This event method is called when an attempt is made to access a collection attribute of an object that has not been loaded. |
boolean |
ObjectAccessEventHandler.LazyLoadAccessEventHandler.collectionNotLoaded(HydrateObject object,
java.lang.String attribute)
|
boolean |
ObjectAccessEventHandler.WaitForPopulationEventHandler.collectionNotLoaded(HydrateObject object,
java.lang.String attribute)
|
boolean |
ObjectAccessEventHandler.EmptyAccessEventHandler.collectionNotLoaded(HydrateObject object,
java.lang.String attribute)
|
protected static java.util.Collection |
ObjectAccessEventHandler.LazyCollectionEventHandler.getCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
|
java.util.Collection |
ObjectAccessEventHandler.getWeakCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
This method is needed to resolve the obscure, but tricky relationship between autoload references and lazy loading. |
java.util.Collection |
ObjectAccessEventHandler.LazyLoadAccessEventHandler.getWeakCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
|
java.util.Collection |
ObjectAccessEventHandler.WaitForPopulationEventHandler.getWeakCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
|
java.util.Collection |
ObjectAccessEventHandler.EmptyAccessEventHandler.getWeakCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
|
java.util.Collection |
ObjectAccessEventHandler.LazyCollectionEventHandler.getWeakCollection(HydrateObject obj,
java.lang.String attr,
java.lang.Class collClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |