I am trying to build a smaller SQL to avoid the “select * from A” built for hibernate Criteria by default.
If I Using simple fields (no relation), through “Transformers”, I can manage to have
I am trying to build a smaller SQL to avoid the “select * from A” built for hibernate Criteria by default.
If I Using simple fields (no relation), through “Transformers”, I can manage to have