Guest User

Untitled

a guest
Jan 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. Attribut:
  2. type: entity
  3. table: ATTRIBUT
  4. fields:
  5. attributId:
  6. id: true
  7. type: integer
  8. unsigned: false
  9. nullable: false
  10. column: attribut_id
  11. generator:
  12. strategy: IDENTITY
  13. attribut:
  14. type: string
  15. length: 255
  16. fixed: false
  17. nullable: false
  18. attributDateCreation:
  19. type: date
  20. nullable: false
  21. column: attribut_date_creation
  22. attributDateUpdate:
  23. type: date
  24. nullable: false
  25. column: attribut_date_update
  26. manyToMany:
  27. logiciel:
  28. targetEntity: Logiciel
  29. cascade: { }
  30. mappedBy: null
  31. inversedBy: attribut
  32. joinTable:
  33. name: logicielattribut
  34. joinColumns:
  35. -
  36. name: attribut_id
  37. referencedColumnName: attribut_id
  38. inverseJoinColumns:
  39. -
  40. name: logiciel_id
  41. referencedColumnName: logiciel_id
  42. orderBy: null
  43. lifecycleCallbacks: { }
Add Comment
Please, Sign In to add comment