personally I'd prefer: not-have-to-extend any base...
# kdbc
h
personally I'd prefer: not-have-to-extend any base class, annotation-based, adapter-like instead of bean-like (e.g:
userAdapter.selectAll()
vs
User.selectAll()