I have created one application which can able to perform a DML operation on database. Now there is one condition the user created new table in that database(by using front-end) but that table is not accessible due to model class is not available, so there is any type of Framework in JAVA which can able to perform this type of operations without respective model classes dependencies.
In short there is any framework which handle all types of DLL and DML operation without model classes? i know its stupid question.