Package | Description |
---|---|
er.attachment.model | |
er.extensions.eof | |
er.taggable.model |
Modifier and Type | Method and Description |
---|---|
static ERXFetchSpecification<ERAttachmentData> |
_ERAttachmentData.fetchSpec() |
static ERXFetchSpecification<ERAttachment> |
_ERAttachment.fetchSpec() |
static ERXFetchSpecification<ERCloudFilesAttachment> |
_ERCloudFilesAttachment.fetchSpecForERCloudFilesAttachment() |
static ERXFetchSpecification<ERDatabaseAttachment> |
_ERDatabaseAttachment.fetchSpecForERDatabaseAttachment() |
static ERXFetchSpecification<ERFileAttachment> |
_ERFileAttachment.fetchSpecForERFileAttachment() |
static ERXFetchSpecification<ERS3Attachment> |
_ERS3Attachment.fetchSpecForERS3Attachment() |
Modifier and Type | Class and Description |
---|---|
class |
ERXGroupingFetchSpecification<T extends NSDictionary>
Extended fetch specification (work in progress).
|
Modifier and Type | Method and Description |
---|---|
ERXFetchSpecification<T> |
EOEnterpriseObjectClazz.createFetchSpecification(EOQualifier qualifier,
NSArray<EOSortOrdering> sortings)
Creates a fetch spec for the entity.
|
static <T extends EOEnterpriseObject> |
ERXFetchSpecification.fetchSpec(EOFetchSpecification fs)
Converts a normal fetch spec to an ERX one.
|
static <T extends EOEnterpriseObject> |
ERXFetchSpecification.fetchSpec(EOFetchSpecification fs,
Class<T> clazz)
Converts a normal fetch spec to an ERX one that returns instances of T.
|
ERXFetchSpecification<D> |
ERXUnmodeledToManyRelationship.fetchSpecificationForObjects() |
ERXFetchSpecification<T> |
ERXFetchSpecification.qualify(EOQualifier qualifier)
Sets the qualifier on this fetch specification and returns "this" for chaining.
|
ERXFetchSpecification<T> |
ERXFetchSpecification.sort(EOSortOrdering sortOrdering)
Sets the sort orderings on this fetch specification and returns "this" for chaining.
|
ERXFetchSpecification<T> |
ERXFetchSpecification.sort(NSArray<EOSortOrdering> sortOrderings)
Sets the sort orderings on this fetch specification and returns "this" for chaining.
|
Constructor and Description |
---|
ERXFetchSpecification(ERXFetchSpecification<T> spec) |
ERXGroupingFetchSpecification(ERXFetchSpecification spec) |
Modifier and Type | Method and Description |
---|---|
static ERXFetchSpecification<ERTag> |
_ERTag.fetchSpec() |
Copyright © 2002 – 2024 Project Wonder.