I want to create Hibernate SessionFactory/Session without generating Java pojos and hbm.xml files, Is there any way to do the same?
Is there any way available to create pojo or hbm files on the fly i.e dynamically and so that further we can create the SessionFactory to get Session and do queries?
I do not want to generate the pojos or any hbm files on the system, If anyone have any idea please share with me.