I have the Hibernate Enhanced Bytecodes to work at the Lazy loading at the column level. However, I used @Entity for the DTOs for the bytecode enhancement to work. However, we want to move away using any Annotations on our DTOs - is there a way to work this using only Hibernate Mapping files? I tried without Annotation and it did not enhance...
Thanks!