U
U
Urukhayy2016-01-23 11:16:30
Java
Urukhayy, 2016-01-23 11:16:30

What are the tools for maximum automation of working with MySQL in Java?

Some articles write that with some frameworks, annotations can contribute to the automatic generation of code that "takes care" of the database (creates fields, saves).
Are there really such frameworks? What are frameworks and how to use them?
And what are the tools that greatly simplify the work with the database? (UPDATE, INSERT, SELECT)
A simple example: during the execution of the "setter" in the class, the data is automatically updated in the database.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
cthulhudx, 2016-01-23
@Urukhayy

Object Relational Mapping Frameworks:
Hibernate ORM
EclipseLink
TopLink
Spring Class - JDBC Template

S
sirs, 2016-01-23
@sirs

Start looking with JPA. Then gradually move on to its implementation frameworks listed above and choose the one that suits you best.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question