-
- All Known Implementing Classes:
BatchInsertDSL,CountDSL,CountDSL.CountWhereBuilder,DeleteDSL,DeleteDSL.DeleteWhereBuilder,GeneralInsertDSL,InsertDSL,InsertSelectDSL,MultiRowInsertDSL,QueryExpressionDSL,QueryExpressionDSL.GroupByFinisher,QueryExpressionDSL.JoinSpecificationFinisher,QueryExpressionDSL.QueryExpressionWhereBuilder,SelectDSL,SelectDSL.LimitFinisher,SelectDSL.OffsetFinisher,SelectDSL.OffsetFirstFinisher,SelectDSL.RowsOnlyFinisher,UpdateDSL,UpdateDSL.UpdateWhereBuilder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Buildable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()
-
-
-
Method Detail
-
build
@NotNull T build()
-
-