gert-wijns / TypeSafeQueryBuilder

Compile time assistence while creating queries, making them more type safe and easier to refactor
6 stars 8 forks source link

Joining With documentation page outdated #50

Closed tstorck closed 8 years ago

tstorck commented 8 years ago

https://github.com/gert-wijns/TypeSafeQueryBuilder/wiki/Joining-With is outdated.

joinwith(child).where(child.getName()).eq("Bob"); instead of query.getJoin(child).with(child.getName()).eq("Bob");

gert-wijns commented 8 years ago

Ok, updated!