CSVImportKeyField

Aggrosoft\WAWIBundle\Entity\CSVImportKeyField
4
Columns
1
Relations
5
Properties

Relationships

Click entity to navigate
erDiagram
    CSVImportKeyField {
                string id PK
                string csvName
                string wawiName
                string tableName
                    }
                CSVImportKeyField }o--|| CSVImport : "csvimport"
        CSVImport {
        int id PK
    }
                    

Metadaten

Tabelle csvimportkeyfield
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
csvName csvName string(255)
{{ entity.csvName }}
wawiName wawiName string(255)
{{ entity.wawiName }}
tableName tableName string(255)
{{ entity.tableName }}

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
csvName DB
read write
{{ entity.csvName }}
getCsvName()
setCsvName()
string
wawiName DB
read write
{{ entity.wawiName }}
getWawiName()
setWawiName()
string
tableName DB
read write
{{ entity.tableName }}
getTableName()
setTableName()
string
csvimport DB
read write
{{ entity.csvimport }}
getCsvimport()
setCsvimport()
\Aggrosoft\WAWIBundle\Entity\CSVImport
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
csvimport ManyToOne CSVImport - keyFields - {{ entity.csvimport }}
Keine Indexes definiert