Méthode | Description | |
---|---|---|
deleteIndices ( object $entity, |
Delete all indices associated with an entity | |
persistIndices ( object $entity, |
Persist entity indices |
Méthode | Description | |
---|---|---|
traverseDeleteIndices ( array $indices, object $entity, |
Traverse an array of indices and persist them | |
traversePersistIndices ( array $indices, object $entity, |
Traverse an array of indices and persist them |
public deleteIndices ( 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 persistIndices ( 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 |