Atul Singh Rathore
2 questions
1
votes
1
answer
226
views
ORM Who can generate script dynamically
So basically I was checking working of hibernate, as well evaluated ORMs JOOQ. JPA is main de-facto standard for all java based ORM implementations more or less.
I am not saying they are not perfect or good but my problem is like I have found many issues and hick-ups while using various options prov...
0
votes
0
answer
6
views
Ho to invoke Method at runtime without reflection when you don not know class at runtime
My issue is very simple, that can we invoke methods of a class at run time without using reflection specifically at run time in situation like where we have to load tons of data from data base using ORM but in Object Oriented form instead of raw ResultSet.
Now ORM used by my organization is propriet...