mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-220: Rows are deleted to modify the one-to-many relationship, not to establish it.
This commit is contained in:
@@ -56,7 +56,7 @@ public interface ObjectRelationMapper<ParentModelType extends ObjectModel> {
|
||||
@Param("children") Collection<String> children);
|
||||
|
||||
/**
|
||||
* Deletes rows as necessary to establish the one-to-many relationship
|
||||
* Deletes rows as necessary to modify the one-to-many relationship
|
||||
* represented by the RelatedObjectSet between the given parent and
|
||||
* children. If the relation for any parent/child pair does not exist,
|
||||
* that specific relation is ignored, and deletion proceeds with the
|
||||
|
Reference in New Issue
Block a user