EntitySearchIndex
Aggrosoft\WAWIBundle\Entity\EntitySearchIndex
6
Columns
0
Relations
6
Properties
Metadaten
Tabelle
entitysearchindex
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
searchKey
|
searchKey
|
string(64)
|
|
{{ entity.searchKey }} |
entity
|
entity
|
string(128)
|
|
{{ entity.entity }} |
field
|
field
|
string(64)
|
|
{{ entity.field }} |
entityId
|
entityId
|
string(36)
|
|
{{ entity.entityId }} |
updated
|
updated
|
datetime
|
|
{{ entity.updated }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
searchKey
DB
|
read
write
|
{{
entity.searchKey
}}
|
getSearchKey()
setSearchKey()
|
string
|
entity
DB
|
read
write
|
{{
entity.entity
}}
|
getEntity()
setEntity()
|
string
|
field
DB
|
read
write
|
{{
entity.field
}}
|
getField()
setField()
|
string
|
updated
DB
|
read
write
|
{{
entity.updated
}}
|
getUpdated()
setUpdated()
|
\DateTime
|
entityId
DB
|
read
write
|
{{
entity.entityId
}}
|
getEntityId()
setEntityId()
|
string
|
Keine Relations definiert
| Index Name | Columns | Type |
|---|---|---|
searchKey_idx
|
field
entity
searchKey
|
INDEX |
entityId_idx
|
entityId
|
INDEX |