|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EOFetchSpecification | |
---|---|
net.wotonomy.access | |
net.wotonomy.control | Support classes needed by the ui and web packages. |
Uses of EOFetchSpecification in net.wotonomy.access |
---|
Methods in net.wotonomy.access that return EOFetchSpecification | |
---|---|
EOFetchSpecification |
EOEntity.fetchSpecificationNamed(java.lang.String name)
|
EOFetchSpecification |
EOEntityClassDescription.fetchSpecificationNamed(java.lang.String name)
|
EOFetchSpecification |
EOModelGroup.fetchSpecificationNamed(java.lang.String fetchSpecName,
java.lang.String entityName)
|
Methods in net.wotonomy.access with parameters of type EOFetchSpecification | |
---|---|
void |
EOEntity.addFetchSpecification(EOFetchSpecification fspec,
java.lang.String name)
|
boolean |
EODatabaseContext.handlesFetchSpecification(EOFetchSpecification fspec)
|
net.wotonomy.foundation.NSArray |
EODatabaseContext.objectsWithFetchSpecification(EOFetchSpecification fspec,
EOEditingContext ec)
|
void |
EOSQLExpression.prepareSelectExpressionWithAttributes(net.wotonomy.foundation.NSArray atts,
boolean lock,
EOFetchSpecification fspec)
|
abstract void |
EOAdaptorChannel.selectAttributes(net.wotonomy.foundation.NSArray atts,
EOFetchSpecification fspec,
boolean lock,
EOEntity entity)
|
void |
EODatabaseChannel.selectObjectsWithFetchSpecification(EOFetchSpecification fspec,
EOEditingContext ec)
|
EOSQLExpression |
EOSQLExpressionFactory.selectStatementForAttributes(net.wotonomy.foundation.NSArray atts,
boolean lock,
EOFetchSpecification fspec,
EOEntity entity)
|
Uses of EOFetchSpecification in net.wotonomy.control |
---|
Methods in net.wotonomy.control that return EOFetchSpecification | |
---|---|
EOFetchSpecification |
EODatabaseDataSource.fetchSpecification()
Returns the fetch specification currently used by this data source to fetch objects, or null if none is specified. |
EOFetchSpecification |
EODatabaseDataSource.fetchSpecificationForFetch()
Returns a copy of the fetch specification that will be used to determine fetch for this data source. |
EOFetchSpecification |
EOClassDescription.fetchSpecificationNamed(java.lang.String aString)
Returns the fetch specification associated with this class description that corresponds to the specified name, or null if not found. |
static EOFetchSpecification |
EOFetchSpecification.fetchSpecificationNamed(java.lang.String name,
java.lang.String entityName)
Convenience to return the named fetch specification from the class description corresponding to the specified entity name. |
EOFetchSpecification |
EOFetchSpecification.fetchSpecificationWithQualifierBindings(java.util.Map aBindingMap)
Returns a fetch specification that resolves the bindings in the specified map. |
Methods in net.wotonomy.control with parameters of type EOFetchSpecification | |
---|---|
net.wotonomy.foundation.NSArray |
EOEditingContext.Delegate.editingContextShouldFetchObjects(EOEditingContext anEditingContext,
EOFetchSpecification fetchSpecification)
Called by objectsWithFetchSpecification. |
java.util.List |
EditingContext.getObjectsWithFetchSpecification(EOFetchSpecification aFetchSpec)
Returns a List of objects the meet the criteria of the supplied specification. |
abstract boolean |
EOCooperatingObjectStore.handlesFetchSpecification(EOFetchSpecification eofetchspecification)
|
EOCooperatingObjectStore |
EOObjectStoreCoordinator.objectStoreForFetchSpecification(EOFetchSpecification eofetchspecification)
|
net.wotonomy.foundation.NSArray |
EOEditingContext.objectsWithFetchSpecification(EOFetchSpecification aFetchSpec)
Returns a read-only List of objects the meet the criteria of the supplied specification. |
net.wotonomy.foundation.NSArray |
AbstractObjectStore.objectsWithFetchSpecification(EOFetchSpecification aFetchSpec,
EOEditingContext aContext)
Returns a List of objects the meet the criteria of the supplied specification. |
net.wotonomy.foundation.NSArray |
EOEditingContext.objectsWithFetchSpecification(EOFetchSpecification aFetchSpec,
EOEditingContext aContext)
Returns a read-only List of objects the meet the criteria of the supplied specification. |
abstract net.wotonomy.foundation.NSArray |
EOObjectStore.objectsWithFetchSpecification(EOFetchSpecification aFetchSpec,
EOEditingContext aContext)
Returns a List of objects the meet the criteria of the supplied specification. |
net.wotonomy.foundation.NSArray |
EOObjectStoreCoordinator.objectsWithFetchSpecification(EOFetchSpecification eofetchspecification,
EOEditingContext eoeditingcontext)
|
void |
EODatabaseDataSource.setFetchSpecification(EOFetchSpecification aFetchSpec)
Sets the fetch specification used by this data source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |