EbayProduct

Aggrosoft\WAWIBundle\Entity\EbayProduct
2
Columns
2
Relations
1
Properties

Relationships

Click entity to navigate
erDiagram
    EbayProduct {
                string id PK
                string itemId
                    }
                EbayProduct }o--|| Product : "product"
        Product {
        int id PK
    }
                EbayProduct }o--|| Client : "client"
        Client {
        int id PK
    }
                    

Metadaten

Tabelle ebayproduct
Bundle WAWIBundle
Interfaces
IClientable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
itemId itemId string(36)
{{ entity.itemId }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
client DB
read write
{{ entity.client }}
getClient()
setClient()
\Aggrosoft\WAWIBundle\Entity\Client
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
product ManyToOne Product - - - {{ entity.product }}
client ManyToOne Client - - - {{ entity.client }}
Keine Indexes definiert