By some days I 've been reading about JPA in Internet. I would like to make a simple question, well, this is my situation: I have a environment with Eclipse Ingigo like IDE and I have created an EJB project (ready to use JPA[Hibernate]), also I have my own Oracle DB with all my tables, indexes, sequences, etc... and I want to generate entities from tables using JBossAS7.1.0 libraries (this is the server I will use to deploy my application in the future). When I try to do it, Eclipse generates only a subset of classes and I don't understand why. How should I generate my entities, manually or assisted by Eclipse ??? What I'm missing ???
Thanks, Sandy...
Generate entities from tables in EclipseSandy Noa Cabrera September 11, 2012 at 1:06 AM
By some days I 've been reading about JPA in Internet. I would like to make a simple question, well, this is my situation: I have a environment with Eclipse Ingigo like IDE and I have created an EJB project (ready to use JPA[Hibernate]), also I have my own Oracle DB with all my tables, indexes, sequences, etc... and I want to generate entities from tables using JBossAS7.1.0 libraries (this is the server I will use to deploy my application in the future). When I try to do it, Eclipse generates only a subset of classes and I don't understand why. How should I generate my entities, manually or assisted by Eclipse ??? What I'm missing ??? Thanks, Sandy...
Post your Comment