Uses of Record Class
org.litebridgedb.db.spi.update.RowValue
Packages that use RowValue
Package
Description
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of RowValue in org.litebridgedb.db.spi.impl.sql
Methods in org.litebridgedb.db.spi.impl.sql with parameters of type RowValueModifier and TypeMethodDescriptionprotected PreparedRowInsertSqlGenerator.prepareRow(RowValue rowValue, ConnectionProvider connectionProvider) Prepare a row for insertion based on the provided row value. -
Uses of RowValue in org.litebridgedb.db.spi.update
Methods in org.litebridgedb.db.spi.update that return types with arguments of type RowValueConstructors in org.litebridgedb.db.spi.update with parameters of type RowValueConstructor parameters in org.litebridgedb.db.spi.update with type arguments of type RowValue -
Uses of RowValue in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence that return RowValueModifier and TypeMethodDescriptionDtoRowValue.rowValue()Returns the value of therowValuerecord component.Constructors in org.litebridgedb.orm.persistence with parameters of type RowValueModifierConstructorDescriptionDtoRowValue(Object dto, RowValue rowValue) Creates an instance of aDtoRowValuerecord class.