*/ public array $sqlTableAliases = []; public function __construct( /** * Metadata object that describes the mapping of the mapped entity class. */ public ClassMetadata $class, /** * ResultSetMapping that is used for all queries. Is generated lazily once per request. */ public ResultSetMapping $rsm, /** * Whether this persistent context is considering limit operations applied to the selection queries */ public bool $handlesLimits, ) { } }