Uses of Interface
org.litebridgedb.orm.persistence.StatementBuilder
Packages that use StatementBuilder
Package
Description
Persistence subsystem; contains classes for saving/updating/deleting DTOs
-
Uses of StatementBuilder in org.litebridgedb.orm.persistence
Classes in org.litebridgedb.orm.persistence that implement StatementBuilderModifier and TypeClassDescriptionclassAbstractStatementBuilder<US extends UpdateStatement>final classfinal classMethods in org.litebridgedb.orm.persistence that return StatementBuilderModifier and TypeMethodDescriptionPipedStatement.statementBuilder()Returns the value of thestatementBuilderrecord component.Constructors in org.litebridgedb.orm.persistence with parameters of type StatementBuilderModifierConstructorDescriptionPipedStatement(StatementBuilder<?> statementBuilder, Object dto) Constructs a newPipedStatementusing the givenAbstractStatementBuilder.PipedStatement(StatementBuilder<?> statementBuilder, Object dto, Consumer<UpdateResult> valuePipe) Creates an instance of aPipedStatementrecord class.