java - Generate JPA 2 Entities from existing Database -


how can generate jpa2 compliant @entity existing databases?.

i found this: question

still not clear if jboss generate compliant jpa2 , know if there vendor independent way this.

you can use plugin eclipse dali trick you. can refer documentation, section 3.11 generating entities tables.

i not know of specific vendor independent tool this, though.


Comments