Uses of Class
org.litebridgedb.orm.persistence.DtoUpdateResult
Packages that use DtoUpdateResult
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of DtoUpdateResult in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence that return DtoUpdateResultModifier and TypeMethodDescription@Nullable DtoUpdateResultDtoUpdateResult.getParentResult()CompositeUpdateResult.primary()Methods in org.litebridgedb.orm.persistence that return types with arguments of type DtoUpdateResultMethods in org.litebridgedb.orm.persistence with parameters of type DtoUpdateResultConstructors in org.litebridgedb.orm.persistence with parameters of type DtoUpdateResultModifierConstructorDescriptionDtoUpdateResult(Object dto, @Nullable DtoUpdateResult parentResult)