KeyValueStorage
Aggrosoft\ExtranetBundle\Entity\KeyValueStorage
4
Columns
1
Relations
5
Properties
Metadaten
Tabelle
storekeyvaluestorage
Bundle
ExtranetBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
searchKey
|
searchKey
|
string(255)
|
|
{{ entity.searchKey }} |
jsonData
|
jsonData
|
text
|
|
{{ entity.jsonData }} |
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
|
jsonData
DB
|
read
write
|
{{
entity.jsonData
}}
|
getJsonData()
setJsonData()
|
string
|
updated
DB
|
read
write
|
{{
entity.updated
}}
|
getUpdated()
setUpdated()
|
\DateTime
|
store
DB
|
read
write
|
{{
entity.store
}}
|
getStore()
setStore()
|
\Aggrosoft\ExtranetBundle\Entity\Store
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
store
|
ManyToOne | Store | - | - | - | {{ entity.store }} |
| Index Name | Columns | Type |
|---|---|---|
searchKey_idx
|
searchKey
|
INDEX |