|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultiDBObject | |
| com.jcorporate.expresso.core.dbobj | Ancestor objects for all Database Objects and Schemas. |
| com.jcorporate.expresso.core.misc | Miscellaneous objects for file manipulation, running OS processes, etc |
| Uses of MultiDBObject in com.jcorporate.expresso.core.dbobj |
| Subclasses of MultiDBObject in com.jcorporate.expresso.core.dbobj | |
class |
MultiDBObjectTransaction
A MultiDBObjectTransaction is a group of dbobjects that are "related" - e.g. defined as being part of a foreign-key/primary-key relationship. |
| Methods in com.jcorporate.expresso.core.dbobj that return MultiDBObject | |
protected MultiDBObject |
MultiDBObject.getThisMultiDBObj()
Construct a new MultiDBObject |
| Uses of MultiDBObject in com.jcorporate.expresso.core.misc |
| Methods in com.jcorporate.expresso.core.misc with parameters of type MultiDBObject | |
List |
RecordPaginator.searchAndRetrieve(MultiDBObject searchCriteria,
String sortKey)
Returns a search and retrieve list from the DBObject who's criteria you have set. |
protected void |
RecordPaginator.setPageLimitAttribute(MultiDBObject dbObj)
Sets the size of the page limit. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||