Expand description
Well-known resource-group table and column names for subquery construction.
Used by the SecureORM condition builder to translate InGroup/InGroupSubtree
scope filters into SQL subqueries without depending on entity types.
Note: These tables are canonical to the RG module’s database.
resource_group_membership is not projected to domain services.
InGroup/InGroupSubtree predicates are only executable within the RG module.
Constants§
- CLOSURE_
ANCESTOR_ ID - Column in closure table: the ancestor group.
- CLOSURE_
DESCENDANT_ ID - Column in closure table: the descendant group.
- CLOSURE_
TABLE - Closure table for group hierarchy.
- MEMBERSHIP_
GROUP_ ID - Column in membership table: the group the resource belongs to.
- MEMBERSHIP_
RESOURCE_ ID - Column in membership table: the resource’s external ID.
- MEMBERSHIP_
TABLE - Membership table (RG-internal, not projected to domain services).