Uses of Record Class
org.litebridgedb.db.spi.query.Condition
Packages that use Condition
Package
Description
Query-related models
Update-related models
Query/clause specification models used in the query API
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of Condition in org.litebridgedb.db.spi.impl.sql
Methods in org.litebridgedb.db.spi.impl.sql with parameters of type ConditionModifier and TypeMethodDescriptionprotected PreparedSqlAbstractSqlGenerator.createCondition(Condition condition, Operation operation, ConnectionProvider connectionProvider) 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.having()Returns the value of thehavingrecord 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.api.select.model
Methods in org.litebridgedb.orm.api.select.model that return ConditionModifier and TypeMethodDescriptionConditionSpec.toCondition(SelectExpressionMapper selectExpressionMapper, Collection<Table> selectedTables) -
Uses of Condition in org.litebridgedb.orm.persistence
Methods in org.litebridgedb.orm.persistence with parameters of type Condition