Uses of Record Class
org.litebridgedb.db.spi.query.Condition
Packages that use Condition
Package
Description
Abstract implementation classes for the Litebridge Database SPI.
Query-related models
Update-related models
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of Condition in org.litebridgedb.db.spi.impl
Methods in org.litebridgedb.db.spi.impl with parameters of type ConditionModifier and TypeMethodDescriptionprotected StringAbstractDatabaseProvider.createCondition(Condition condition, @Nullable Select select) Generate a SQL condition string based on the givenCondition. -
Uses of Condition in org.litebridgedb.db.spi.query
Methods in org.litebridgedb.db.spi.query that return types with arguments of type ConditionModifier and TypeMethodDescriptionJoin.conditions()Returns the value of theconditionsrecord component.Select.where()Returns the value of thewhererecord component.Constructor parameters in org.litebridgedb.db.spi.query with type arguments of type Condition -
Uses of Condition in org.litebridgedb.db.spi.update
Methods in org.litebridgedb.db.spi.update that return types with arguments of type ConditionModifier and TypeMethodDescriptionDelete.where()Returns the value of thewhererecord component.Update.where()Returns the value of thewhererecord component.Constructor parameters in org.litebridgedb.db.spi.update with type arguments of type Condition -
Uses of Condition in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence with parameters of type Condition