can anyone suggest me some jar file for generate annotation based entity from database like DAL4J.jar. Actually I have tried dal4j.jar but its generated entity with constructor and some unwanted lines in the entity. kindly help me to generate entity dynamically at run time.
can anyone suggest me some jar file for generate annotation based entity from database
Share
If runtime is not a restriction, you can use hibernate tools. Another alternative is aspect based libraries such Spring Roo. Roo is tightly coupled with Spring but it is capable to generate almost everything at compile time.
Edit1:
My workflow has a maven plugin to generate entities. You can choose one of the way to generate entities.