Answer the question
In order to leave comments, you need to log in
Recommend libraries / frameworks for working with a database from a "thick" client?
There is a thick client written in Swing.
At the moment, I use Hibernate to access the database, but it is not very convenient to work with it within the framework of a thick client.
What else can you try (preferably with support for annotations and object mapping)?
Answer the question
In order to leave comments, you need to log in
MyBatis is not a full-fledged ORM like Hibernate, but it has the ability to write sql queries in separate XML files and map the results to objects, due to which you can achieve good performance, as well as use all the features of the used DBMS.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question