Package org.mybatis.dynamic.sql.util
Interface Buildable<T>
- All Known Implementing Classes:
BatchInsertDSL,CountDSL,CountDSL.CountWhereBuilder,DeleteDSL,DeleteDSL.DeleteWhereBuilder,GeneralInsertDSL,HavingDSL.StandaloneHavingFinisher,InsertDSL,InsertSelectDSL,MultiRowInsertDSL,MultiSelectDSL,MultiSelectDSL.LimitFinisher,MultiSelectDSL.OffsetFirstFinisher,QueryExpressionDSL,QueryExpressionDSL.GroupByFinisher,QueryExpressionDSL.JoinSpecificationFinisher,QueryExpressionDSL.QueryExpressionHavingBuilder,QueryExpressionDSL.QueryExpressionWhereBuilder,SelectDSL,SelectDSL.LimitFinisher,SelectDSL.OffsetFirstFinisher,UpdateDSL,UpdateDSL.UpdateWhereBuilder,WhereDSL.StandaloneWhereFinisher
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
build
T build()
-