A single persistence operation extracted from a changeset, tagged with its operation type (insert, update, or delete) and entity kind.
insert
update
delete
Used as the element type for the ordered operation list returned by orderChangeset.
A single persistence operation extracted from a changeset, tagged with its operation type (
insert,update, ordelete) and entity kind.Used as the element type for the ordered operation list returned by orderChangeset.