Description
Currently, most of Criteria's modifying methods return this as result and thus Criteria can be used like a builder.
However, some public methods (setDistinct, setAll, setDbName, setFetchSize) do not return anything.
These methods should return Criteria to allow easier usage.