The IDataManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BuildDomainSchema(String) |
Build All DataTables related to a complete Domain Schema. All DataTables related to Entities and Relations stored in the Domain Schema are built.
| |
| BuildDomainSchema<(Of <<'(Domain>)>>)()()()() |
Build All DataTables related to a complete Domain Schema. All DataTables related to Entities and Relations stored in the Domain Schema are built.
| |
| BuildSchema<(Of <<'(EntityType>)>>) |
Build All DataTables related to EntityType; DataTables might include Composite or Temporal/Multiple Tables.
| |
| CheckPhysicalSchema(String) |
Checks conformity between the logical schema of in memory data specified by domain Name and it's physical counterpart in the Database.
If there are errors, an exception is thrown with the error message returned from the Database.
| |
| CheckPhysicalSchema<(Of <<'(Domain>)>>)()()()() |
Checks conformity between the logical schema of in memory data of a given Domain and it's physical counterpart in the Database.
If there are errors, an exception is thrown with the error message returned from the Database.
| |
| DeleteAllEntities<(Of <<'(EntityType>)>>) |
Deletes all entities of the given type EntityType.
| |
| DeleteEntities<(Of <<'(EntityType>)>>) |
Deletes all entities of the given type EntityType that meet the given criteria.
| |
| DeleteEntity<(Of <<'(EntityType>)>>) |
Deletes the entity of the given type EntityType specified by its id (simple or multipart).
| |
| ExecuteGenericSQL |
Execute a generic SQL Query.
| |
| ExecuteScalarSQL |
Executes the query, and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.
| |
| GetAssociated<(Of <<'(EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociated<(Of <<'(EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociated<(Of <<'(EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociated<(Of <<'(Role, EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociated<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
| |
| GetAssociated<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities that meet criteria and their associated entities of type EntityType and role Role, given the relation Relation.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
Does not load beginning Entity and Relation
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entity and Relation
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
Does not load beginning entity and Relation
| |
| GetAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
| |
| GetAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entity and Relation
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
Does not load beginning entity and Relation
You can choose which the fields to load. Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entities and Relation
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
Does not load beginning entity and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entities and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
Does not load beginning entity and Relation
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entities and Relation
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
Does not load beginning entity and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
Does not load beginning entities and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
Does not load beginning entity and Relation
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntities<(Of <<'(EntityType>)>>)()()()() |
Load all entities of the given type EntityType.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
| |
| GetEntities<(Of <<'(EntityType>)>>)(QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
| |
| GetEntitiesByPage<(Of <<'(EntityType>)>>)(Int32, Int32, IEnumerable<(Of <<'(SortCriteria>)>>)) |
Loads specified number of entities of type EntityType given a sort order and a page number.
| |
| GetEntitiesByPage<(Of <<'(EntityType>)>>)(Int32, Int32, IEnumerable<(Of <<'(SortCriteria>)>>), QueryCriteria) |
Loads specified number of entities of type EntityType, filtered by criteria given a sort order and a page number.
| |
| GetEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>)) |
Load all entities of the given type EntityType.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption) |
Load all entities of the given type EntityType.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of Id, Single, Temporal, or Multiple.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of Id, Single, Temporal, or Multiple.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntitiesFromSQL<(Of <<'(EntityType>)>>) |
Loads entities of type EntityType using a custom SQL parameterized Query.
| |
| GetEntitiesFromWhereClause<(Of <<'(EntityType>)>>) |
Loads entities of type EntityType meeting a custom SQL Where Clause.
| |
| GetEntity<(Of <<'(EntityType>)>>) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
| |
| GetEntityFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), Object, array<Object>[]()[][]) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
You can choose which the fields to load.
Warning: all fields that are not loaded must be nullable.
| |
| GetEntityFields<(Of <<'(EntityType>)>>)(EntityLoadOption, Object, array<Object>[]()[][]) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
You can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
Warning: all fields that are not loaded must be nullable.
| |
| GetFile | ||
| GetNextId<(Of <<'(EntityType>)>>) |
Get the Next Id of an AutoIdentity Entity
| |
| GetRelations<(Of <<'(Role, EntityType, Relation>)>>) |
Loads Relation data related to an Entity instance.
| |
| LoadAssociated<(Of <<'(EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociated<(Of <<'(EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociated<(Of <<'(EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
| |
| LoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
| |
| LoadAssociated<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
You can choose which the fields to load.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
You can choose which the fields to load.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
You can choose which the fields to load.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
You can choose which the fields to load.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.
You can choose which the fields to load.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
You can choose which the fields to load.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities that meet criteria and their assoicated entities of type EntityType and role Role, given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadAssociatedFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads one or all entities and their assoicated entities of type EntityType and role Role, given the relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnly<(Of <<'(EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
| |
| LoadAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
| |
| LoadAssociatedOnly<(Of <<'(Role, EntityType, Relation>)>>)(QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
You can choose which the fields to load.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
You can choose which the fields to load.
If the role played by the not associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
You can choose which the fields to load.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities of type EntityType given the relation Relation, associated to entities that meet a given criteria.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads all entities of type EntityType given the relation Relation, associated to one or all related entities.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
If the role played by the associated type differs from EntityType, Role must be specified.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
You can choose which the fields to load.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
You can choose which the fields to load.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
You can choose which the fields to load.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, IEntity) |
Loads all entities of type EntityType and role Role, associated to a given entity by the given relation Relation.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to entities that meet a given criteria.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadAssociatedOnlyFields<(Of <<'(Role, EntityType, Relation>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads all entities of type EntityType and role Role, given the relation Relation, associated to one or all related entities.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadData(List<(Of <<'(String>)>>)) |
Load custom graph of data, defined by a several string Aspectize Queries.
Each aspectizeQuery has the following syntaxt:
Data.Entity[filter].Relation.Entity2[filter2]
| |
| LoadData(String) |
Loads entities using Aspectize Entity Query Language
The aspectizeQuery has the following syntaxt:
Data.Entity[filter].Relation.Entity2[filter2]
| |
| LoadDatabaseEnum<(Of <<'(DatabaseEnum>)>>) |
Loads database enum values for the given type DatabaseEnum.
| |
| LoadDatabaseEnumsFromDomain(String) |
Loads all database enums from a specified domain.
| |
| LoadDatabaseEnumsFromDomain<(Of <<'(Domain>)>>)()()()() |
Loads all database enums from a specified Domain.
| |
| LoadDomain(String) |
Loads all entities and relations of a given domain.
| |
| LoadDomain<(Of <<'(Domain>)>>)()()()() |
Loads all entities and relations of a given Domain.
| |
| LoadEntities<(Of <<'(EntityType>)>>)()()()() |
Load all entities of the given type EntityType.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
| |
| LoadEntities<(Of <<'(EntityType>)>>)(QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
| |
| LoadEntitiesByPage<(Of <<'(EntityType>)>>)(Int32, Int32, IEnumerable<(Of <<'(SortCriteria>)>>)) |
Loads specified number of entities of type EntityType given a sort order and a page number.
| |
| LoadEntitiesByPage<(Of <<'(EntityType>)>>)(Int32, Int32, IEnumerable<(Of <<'(SortCriteria>)>>), QueryCriteria) |
Loads specified number of entities of type EntityType, filtered by criteria given a sort order and a page number.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>)) |
Load all entities of the given type EntityType.
You can choose which the fields to load.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption) |
Load all entities of the given type EntityType.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of Id, Single, Temporal, or Multiple.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
You can choose which the fields to load.
| |
| LoadEntitiesFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria) |
Load all entities of the given type EntityType filtered by criteria.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of Id, Single, Temporal, or Multiple.
| |
| LoadEntitiesFromSQL<(Of <<'(EntityType>)>>) |
Loads entities of type EntityType using a custom SQL parameterized Query.
| |
| LoadEntitiesFromWhereClause<(Of <<'(EntityType>)>>) |
Loads entities of type EntityType meeting a custom SQL Where Clause.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEntity) |
Loads a graph of all related entities to a given entity following "Container" relations that is relations with a Role marked as a container.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityGraphFields or LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(array<Object>[]()[][]) |
Loads an entity of type EntityType specified by its id and continues to load the graph of all related entities following "Container" relations that is relations with a Role marked as a container.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityGraphFields or LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(QueryCriteria) |
Loads all entities of the given type EntityType filtered by criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Loads entities following a coherent graph of relations related to a given entity of type EntityType.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Loads entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Loads a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container.
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Loads all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Loads an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEntity) |
Loads a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria) |
Loads all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Loads an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Loads entities following a coherent graph of relations related to a given entity of type EntityType.
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Loads entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
You can choose which the fields to load.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Loads entities following a coherent graph of relations related to a given entity of type EntityType.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Loads entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Loads entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadEntity<(Of <<'(EntityType>)>>) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntityFields or LoadEntitiesFields methods.
| |
| LoadEntityFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), Object, array<Object>[]()[][]) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
You can choose which the fields to load.
| |
| LoadEntityFields<(Of <<'(EntityType>)>>)(EntityLoadOption, Object, array<Object>[]()[][]) |
Loads an entity of the given type EntityType specified by its id. The id can be a simple or multipart value.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| LoadNotAssociatedAs<(Of <<'(EntityType, Relation>)>>)()()()() |
Loads all entities of type EntityType given the relation Relation that are not associated.
If the role played by the not associated type differs from EntityType, Role must be specified.
| |
| LoadNotAssociatedAs<(Of <<'(Role, EntityType, Relation>)>>)()()()() |
Loads all entities of type EntityType and role Role, given the relation Relation that are not associated.
| |
| LoadRelations<(Of <<'(Relation>)>>) |
Loads all relations of the given type Relation. The related Entities must be loaded previously.
| |
| Save()()()() |
Saves all changes (updates, inserts, deletes) made on a data set.
The concurrency model is optimistic which means, we ensure that the datastore value was not altered in the meantime.
All already altered data is returned as an error.
| |
| Save(UpdateConcurrencyStrategy) |
Saves all changes (updates, inserts, deletes) made on a data set.
The concurrency model can be:
- AllColumns: optimistic concurrency is checked on every columns
- ChangedColumns: optimistic concurrency is checked on every columns that have altered data
- NoColumns: optimistic concurrency is not checked
All not saved data is returned as an error.
| |
| SaveFile | ||
| SaveTransactional()()()() |
Saves all changes (updates, inserts, deletes) made on a data set in a single transaction.
The concurrency model is optimistic which means, the transaction succeeds if the data to save was not altered in the datastore in the meantime.
| |
| SaveTransactional(UpdateConcurrencyStrategy) |
Saves all changes (updates, inserts, deletes) made on a data set in a single transaction.
The concurrency model can be:
- AllColumns: optimistic concurrency is checked on every columns
- ChangedColumns: optimistic concurrency is checked on every columns that have altered data
- NoColumns: optimistic concurrency is not checked
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(IEntity) |
Search a graph of all related entities to a given entity following "Container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded. Orphan entities are not loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to SearchEntitiesGraphFields methods.
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(array<Object>[]()[][]) |
Search a graph of all related entities to a given entity specified by its id and load the graph of all related entities following "Container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to SearchEntitiesGraphFields methods.
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(QueryCriteria) |
Search all entities of the given type EntityType filtered by criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded. Orphan entities are not loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to SearchEntitiesGraphFields methods.
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Search entities following a coherent graph of relations related to a given entity of type EntityType.
Only related entities that participate to Relations are loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Search entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
Only related entities that participate to Relations are loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| SearchEntitiesGraph<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Search entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
Only related entities that participate to Relations are loaded.
Only single value fields are loaded. Multivalue or temporal fields are not loaded.
For loading of multivalue or temporal fields please refer to LoadEntitiesGraphFields methods.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEntity) |
Search a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), QueryCriteria) |
Search all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), array<Object>[]()[][]) |
Search an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEntity) |
Search a graph of all related entities to a given entity following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, QueryCriteria) |
Search all entities of a given type EntityType filtered by a given criteria and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, array<Object>[]()[][]) |
Search an entity of type EntityType specified by its id and continues to load the graph of all related entities following "container" relations that is relations with a Role marked as a container.
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Search entities following a coherent graph of relations related to a given entity of type EntityType.
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Search entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(IEnumerable<(Of <<'(String>)>>), IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Search entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
Only related entities that participate to Relations are loaded.
You can choose which the fields to load.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), IEntity) |
Search entities following a coherent graph of relations related to a given entity of type EntityType.
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), QueryCriteria) |
Search entities following a coherent graph of relations related to all entities of type EntityType that meet criteria
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
| |
| SearchEntitiesGraphFields<(Of <<'(EntityType>)>>)(EntityLoadOption, IEnumerable<(Of <<'(IRoleRelationQuery>)>>), array<Object>[]()[][]) |
Search entities following a coherent graph of relations related to a given entity or to all entities of type EntityType.
Only related entities that participate to Relations are loaded.
For each entity you can choose to load only Id fields, or all single value fields, or all multivalue fields, or all temporal fields, or any combination of the the above mentioned cases.
|