Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreOPFMapping
type TJCoreOPFMappingFactory = class(TObject)
constructor Create(const AMapper: IJCoreOPFMapper; const AMappingClassFactory: TJCoreOPFMappingClassFactory; const ADriver: TJCoreOPFDriver);
destructor Destroy; override;
function AcquireMappingList(const AClass: TClass): TJCoreOPFMappingList;
property Driver: TJCoreOPFDriver read FDriver;
property Mapper: IJCoreOPFMapper read FMapper;