|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SaveContext | |
---|---|
org.hydrateframework |
Uses of SaveContext in org.hydrateframework |
---|
Methods in org.hydrateframework with parameters of type SaveContext | |
---|---|
void |
ObjectFactory.deleteObject(SaveContext sc,
java.lang.Object obj,
java.lang.Class keyClass)
Remove an object from the database. |
void |
ObjectFactory.readKeyBatch(SaveContext sc,
NamedParameterStatement stmt,
java.util.List objs)
Called to get database generated keys for objects that were updated in a batch. |
void |
ObjectCollection.save(SaveContext sc)
|
void |
AbstractHydrateObject.save(SaveContext ctx)
|
void |
HydrateObject.save(SaveContext ctx)
This method is called by users of this business object to persist it in a persistent store. |
void |
ObjectRelationshipFactory.save(SaveContext sc,
ObjectRelationshipFactory.RelationshipMap map,
java.lang.Class familyClass)
Update the database with changes to the many-to-many relationship. |
void |
HydrateObject.save(SaveContext ctx,
short saveType)
This method should be overridden in derived classes to save this object in a persistent store. |
void |
ObjectRelationshipFactory.RelationshipMap.save(java.lang.String relationshipName,
SaveContext sc,
java.lang.Class familyClass)
|
void |
ObjectFactory.saveObject(SaveContext sc,
java.lang.Object obj,
java.lang.Class keyClass)
Update the database with changes made to a business object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |