Uses of Record Class
org.litebridge.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.litebridge.db.spi.impl.sql
Methods in org.litebridge.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.litebridge.db.spi.update
Methods in org.litebridge.db.spi.update that return types with arguments of type RowValueConstructors in org.litebridge.db.spi.update with parameters of type RowValueModifierConstructorDescriptionConstructs a newInsertinstance for a single row.Constructor parameters in org.litebridge.db.spi.update with type arguments of type RowValue -
Uses of RowValue in org.litebridge.orm.persistence
Methods in org.litebridge.orm.persistence that return RowValueModifier and TypeMethodDescriptionDtoRowValue.rowValue()Returns the value of therowValuerecord component.Constructors in org.litebridge.orm.persistence with parameters of type RowValueModifierConstructorDescriptionDtoRowValue(Object dto, RowValue rowValue) Creates an instance of aDtoRowValuerecord class.