Click or drag to resize
PersistenceCore Class
Class which is used to store core methods used in various parts of the persistence pipeline, and which are shared among selfservicing and adapter.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesPersistenceCore

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class PersistenceCore

The PersistenceCore type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEntityInstanceFromReaderRow
Creates an entity instance from the reader row passed in as valuesOfRow
Public methodStatic memberCreateFilterForRelation
Creates a filter based on the relation specified. It filters the end entity based on the start entity and the element filter specified.
Public methodStatic memberFetchPrefetchPath
Fetches one or more entities which match the filter information in the filterBucket into the EntityCollection passed. The entity collection object has to contain an entity factory object which will be the factory for the entity instances to be fetched.
Public methodStatic memberFetchPrefetchPathAsync
Public methodStatic memberMergeManyToManySets
Merges the entities fetched in currentElement.RetrievalCollection with the rootEntities for a many to many relation
Public methodStatic memberMergeManyToManySetsAsync
Public methodStatic memberProduceFieldInfoToOrdinalsLookups
Produces the field info to ordinals lookups, which are used during the fetch of one or more entities.
Top
See Also