Database Object Generator

I need to create an annotation-based object from an existing database in spring. I tried pride, but the generated object has no annotations. How can I generate pride-based annotations, or can someone suggest me a good generator entity. I want to say that I also tried spring roo.

+5
source share
4 answers

You can use DAL4J.jar, I think it will fulfill your needs. visit http://www.sourceforge.net/projects/dal4j/

+1
source

You can try Telosys Tools, an Eclipse plug-in for code generation, working from an existing database with custom speed patterns

: http://www.telosys.org/

Eclipse Marketplace: http://marketplace.eclipse.org/content/telosys-tools

JPA GitHub : https://github.com/telosys-templates-v3/

+7

2.1.0 Telosys Tools Spring MVC, AngularJS, Spring DATA Rest, .

: https://sites.google.com/site/telosystutorial/

+4

All Articles