Package | Description |
---|---|
er.extensions.eof |
Modifier and Type | Class and Description |
---|---|
static class |
ERXQuery.DefaultRecordConstructor
This is the default constructor used by the fetch() and fetch(EOEditingContext)
methods.
|
Modifier and Type | Method and Description |
---|---|
<T> NSArray<T> |
ERXQuery.fetch(EOEditingContext ec,
ERXQuery.RecordConstructor<T> recordConstructor)
Convenience method to return fetch(ec, NSDictionary.emptyDictionary(), recordConstructor)
|
<T> NSArray<T> |
ERXQuery.fetch(EOEditingContext ec,
NSDictionary<String,Object> recordInitializationValues,
ERXQuery.RecordConstructor<T> recordConstructor)
Use this method to fetch either by using an implementation of the RecordConstructor
functional interface or by using a lambda expression as follows:
|
protected <T> NSArray<T> |
ERXQuery.fetch(EOSQLExpression expression,
NSArray<EOAttribute> fetchAttributes,
EOEditingContext ec,
NSDictionary<String,Object> initValues,
ERXQuery.RecordConstructor<T> recordConstructor)
Core fetch method.
|
Copyright © 2002 – 2024 Project Wonder.