.NET Entity framework for java

I would like to ask if there is some kind of environment in Java that can automatically generate objects (objects) from the database? A similar opportunity in a visual studio is “generate a model from a database”.

thanks for answers

+4
source share
1 answer

Check out the Java Persistence API . You can generate JPA objects from an existing database in Eclipse.

+3
source

Source: https://habr.com/ru/post/1389106/


All Articles