AmazonXsdJson
Aggrosoft\WAWIBundle\Entity\AmazonXsdJson
5
Columns
0
Relations
5
Properties
Metadaten
Tabelle
amazonxsdjson
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
xpath
|
xpath
|
string(255)
|
|
{{ entity.xpath }} |
xmlValue
|
xmlValue
|
string(255)
|
|
{{ entity.xmlValue }} |
jsonPointer
|
jsonPointer
|
string(255)
|
|
{{ entity.jsonPointer }} |
jsonValue
|
jsonValue
|
string(255)
|
|
{{ entity.jsonValue }} |
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
|
xpath
DB
|
read
write
|
{{
entity.xpath
}}
|
getXpath()
setXpath()
|
string
|
xmlValue
DB
|
read
write
|
{{
entity.xmlValue
}}
|
getXmlValue()
setXmlValue()
|
string
|
jsonPointer
DB
|
read
write
|
{{
entity.jsonPointer
}}
|
getJsonPointer()
setJsonPointer()
|
string
|
jsonValue
DB
|
read
write
|
{{
entity.jsonValue
}}
|
getJsonValue()
setJsonValue()
|
string
|
Keine Relations definiert
| Index Name | Columns | Type |
|---|---|---|
xpath_idx
|
xpath
|
INDEX |
jsonPointer_idx
|
jsonPointer
|
INDEX |