Home | Trees | Index | Help |
|
---|
Package Modeling :: Package interfaces :: Module FetchSpecification :: Class IFetchSpecification |
|
Base
--+
|
IFetchSpecification
Method Summary | |
---|---|
Initializes the FetchSpecification | |
distinctFlag(self)
| |
entityName(self)
| |
Returns the receiver's fetch limit. | |
isDeep(self)
| |
Tells whether the FetchSpecification is configured so that fetched objects will be locked or not | |
Returns the qualifier used to fetch objects | |
refreshesRefetchedObjects(self)
| |
setEntityName(self,
entityName)
| |
setFetchLimit(self,
limit)
| |
setIsDeep(self,
aBool)
| |
Tells the FetchSpecification (actually, objects that will use it) whether to lock the objects while fetching or not | |
Sets the qualifier used to fetch objects | |
setRefreshesRefetchedObjects(self,
aBool)
| |
setSortOrderings(self,
sortOrderings)
| |
setUsesDistinct(self,
aBool)
| |
sortOrderings(self)
| |
usesDistinct(self)
|
Method Details |
---|
__init__(self,
entityName,
qualifier=None,
sortOrderings=(),
distinctFlag=0,
deepFlag=0,
hints={})
Initializes the FetchSpecification |
fetchLimit(self)Returns the receiver's fetch limit. a zero means that there is no fetch limit to be applied |
locksObjects(self)Tells whether the FetchSpecification is configured so that fetched objects will be locked or not |
qualifier(self)Returns the qualifier used to fetch objects |
setLocksObject(self, lockFlag)Tells the FetchSpecification (actually, objects that will use it) whether to lock the objects while fetching or not |
setQualifier(self)Sets the qualifier used to fetch objects |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Mar 4 13:36:23 2006 | http://epydoc.sf.net |