What's the best way to generate Java classes from a database schema? There's this application I've found where the database schema is great but all the Java built on top of it I dislike. I'm thinking of just reusing the schema to generate a domain model and then build the rest of my application from there.
No comments:
Post a Comment