mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
22 lines
624 B
YAML
22 lines
624 B
YAML
Chill\MainBundle\Entity\GroupCenter:
|
|
type: entity
|
|
table: group_centers
|
|
cache:
|
|
usage: NONSTRICT_READ_WRITE
|
|
region: acl_cache_region
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
manyToOne:
|
|
center:
|
|
targetEntity: Chill\MainBundle\Entity\Center
|
|
inversedBy: groupCenters
|
|
cache:
|
|
usage: NONSTRICT_READ_WRITE
|
|
permissionsGroup:
|
|
targetEntity: Chill\MainBundle\Entity\PermissionsGroup
|
|
cache:
|
|
usage: NONSTRICT_READ_WRITE |