Uses of Record Class
org.litebridgedb.db.spi.update.RowValue
Packages that use RowValue
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of RowValue in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type RowValueModifier and TypeMethodDescriptionprotected AbstractDatabaseProvider.PreparedRowAbstractDatabaseProvider.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.