Class CompositeUpdateResult

java.lang.Object
org.litebridge.orm.persistence.CompositeUpdateResult

public final class CompositeUpdateResult extends Object
Represents the result of a composite update operation, aggregating multiple DtoUpdateResult objects that represent individual update results.

This class is immutable and maintains an internal list of DtoUpdateResult, allowing for chained operations while maintaining encapsulation.