anjali wrote:
Q.1) I guess Hibernate must be providing some way to specify that these columns/atttributes should be lazily fteched .
We don't really agree with that. loading a property is not really an overload except for huge amount of binary or txt in a field.
It was long discussed and we're quite happy with the previous workarounds.
anjali wrote:
Q.3) Can you quote me an example or any reference how projection can help me ? Are you talking about writing queries like select doc_id, doc_name, acc_no from document table (where document table has say 20 columns)
Yes this is what projection is.