A
A
Artem Fedorushchenko2016-10-07 14:18:07
Java
Artem Fedorushchenko, 2016-10-07 14:18:07

How to start learning Hibernate?

Hello!
I'm learning java, recently I decided to burden myself with learning hibernate. I looked - gasped: so many things, the devil will break his leg. A question for experienced people: what is the minimum you need to know at the junior level, the minimum base?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
parkito, 2016-10-07
@cabron228

At the very least, you need to know how to perform CRUD operations using hibernate. Ideally, what you can do with the sql database you need to be able to organize in the ORM.

A
Artem Soshnikov, 2016-10-07
@artem90

If you are suddenly familiar with Php, then you can master doctrine2 - it is very, very similar to hibernate - even the annotations are the same.
You can just look at the doctrine2 documentation and its examples.
Entity creation, relationships, and fetching in doctrine2 and hibernate are similar to 99.9.
I agree that it is not entirely correct to send to study another product, but doctrine with documentation is doing much better, and the difference between them will not be visible at first.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question