brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JOIN QUERY need a new entity to receive resultSet

EightMonth opened this issue · comments

Hi writer
Can your project resolve my question?
JOIN QUERY always produce a new resultSet, and i always must new a entity that receive it. that's let me down, i dont know if your project can handle this.