Creates n objects from the result. T doesn't have to extend Entity.
class Test { String a; Integer b; } ... Test[] entities = result.bind!Test();
See Implementation
Creates n objects from the result. T doesn't have to extend Entity.