select(),include(),group(),distinct(), andforUpdate()can now start a query-builder chain directly on the model class (e.g.model("Person").select("id,firstName").where("department", "engineering").get()), matchingwhere()and the other entry-position builder methods.forUpdate()is also available when transitioning from a scope chain. (#3346)