-
- All Known Implementing Classes:
AbstractQueryExpressionDSL
,BatchInsertDSL
,CountDSL
,CountDSL.CountWhereBuilder
,DeleteDSL
,DeleteDSL.DeleteWhereBuilder
,GeneralInsertDSL
,InsertDSL
,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 T
build()
-
-
-
Method Detail
-
build
@NotNull T build()
-
-