hidden deprecatedabstract persistent class %iFind.Index.AbstractEntity
extends %Persistent
This class is deprecated and will no longer be used when generating table projections for an iFind index.
Read-only projection of the entities appearing in a particular record.
Controlled through the IFINDADVANCED parameter in %iFind.Index.Analytic
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property EntityId
as %iFind.Entity;
The entity appearing in the record
property Recid
as %String;
The record in which the entity appears
index (NewIndex1 on Recid,EntityId) [IdKey];