메소드 | 설명 | |
---|---|---|
deleteTableQueries ( object $entity, |
Persist entity indices | |
indexedQuery ( |
Create a query against a table matching one or more indices | |
persistTableQueries ( object $entity, |
Persist entity indices | |
sortedQuery ( |
Get all foreign entities ordered by a sort column |
public deleteTableQueries ( object $entity, |
||
$entity | object | Local entity object |
$metadata | Optionally provide entity metadata to prevent recalculation | |
$reader | Optionally provide the entity reader | |
$local_id | string | Optionally provide the local entity ID to prevent recalculation |
public indexedQuery ( |
||
$query | ||
$use_cache | boolean | |
리턴 |
public persistTableQueries ( object $entity, |
||
$entity | object | Local entity object |
$metadata | Optionally provide entity metadata to prevent recalculation | |
$reader | Optionally provide the entity reader | |
$local_id | string | Optionally provide the local entity ID to prevent recalculation |
public sortedQuery ( |
||
$query | ||
$check_full_set_size | boolean | |
$use_cache | boolean | |
리턴 |