Uses of Class
org.litebridge.orm.persistence.DtoUpdateResult
Packages that use DtoUpdateResult
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoUpdateResult in org.litebridge.orm.persistence
Methods in org.litebridge.orm.persistence that return DtoUpdateResultModifier and TypeMethodDescription@Nullable DtoUpdateResultDtoUpdateResult.getParentResult()Returns the parent update result.CompositeUpdateResult.primary()Returns the primaryDtoUpdateResultfrom the composite update result.Methods in org.litebridge.orm.persistence that return types with arguments of type DtoUpdateResultModifier and TypeMethodDescriptionCompositeUpdateResult.results()Returns the list ofDtoUpdateResultobjects contained in this composite update result.Methods in org.litebridge.orm.persistence with parameters of type DtoUpdateResultModifier and TypeMethodDescriptionCompositeUpdateResult.add(DtoUpdateResult dtoUpdateResult) Adds aDtoUpdateResultto the composite update result.Constructors in org.litebridge.orm.persistence with parameters of type DtoUpdateResultModifierConstructorDescriptionDtoUpdateResult(Object dto, @Nullable DtoUpdateResult parentResult) Creates a new DtoUpdateResult.