I'm fairly new to trying ORM solutions, but I'm trying to come up with some sort of solution to create objects from our existing database model in ORACLE. I've been looking at ORM solutions, but I'm not sure I have a grasp as to what exactly they do.
Can someone explain what ORM solutions can do more clearly? Some of the options they have?
Right now, I want to try to create some sort of data access layer/entity objects from an existing database schema. I'm probably looking in the wrong places as most of the articles I've read require you to create some sort of XML file of the database table, then it will dynamically create SQL to access those tables from your file.
Is there a way to generate a DAL or something similar from an existing ORACLE database?