接口 Fluent
- 所有已知实现类:
FluentImpl
public interface Fluent
A query created by a Fluent object cannot be used to create sub queries,
but needs to call the subQuery of the Fluent object.
Fluent has a short life cycle, it needs to be created for each query.
-
方法概要
修饰符和类型方法说明delete(FluentTable<?> table)<T extends FluentTable<?>>
FluentRootQuery<T>query(T table)subQuery(FluentTable<?> table)update(FluentTable<?> table)
-
方法详细资料
-
query
-
subQuery
-
update
-
delete
-