Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб JPA vs Hibernate : The difference between save, persist, merge and update в хорошем качестве

JPA vs Hibernate : The difference between save, persist, merge and update 6 лет назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



JPA vs Hibernate : The difference between save, persist, merge and update

JPA and Hibernate provide different methods to persist new and to update existing entities. You can choose between JPA’s persist and merge and Hibernate’s save and update methods. It seems like there are 2 pairs of 2 methods that do the same. You can use the methods persist and save to store a new entity and the methods merge and update to store the changes of a detached entity in the database. That’s why a lot of developers are wondering which of these methods they should use. Let’s take a closer look at the details and small differences of these methods. If you like this video, please give me your thumbs up and share it with your friends and co-workers. Like my channel? Subscribe! ➜ http://bit.ly/2cUsid8 Join the free Member Library: https://goo.gl/dtyIIC Read the accompanying post: https://www.thoughts-on-java.org/pers... Want to connect with me? Blog: http://www.thoughts-on-java.org/ Twitter:   / thjanssen123   Facebook:   / thoughtsonjava  

Comments