У нас вы можете посмотреть бесплатно Getting started with Hibernate или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Today, I am here to show you how to get started using Hibernate. It’s probably the most popular JPA implementation and one of the most popular Java frameworks in general. Hibernate acts as an additional layer on top of JDBC and enables you to implement a database-independent persistence layer. It provides an object-relational mapping implementation that maps your database records to Java objects and generates the required SQL statements to replicate all operations to the database. But before we take a look at Hibernate’s key concepts and APIs , please subscribe and hit the bell icon to get new videos every week. Posts mentioned in this video:- How to generate primary keys with JPA and Hibernate - https://thoughts-on-java.org/jpa-gene... Hibernate Tips: How to map an Enum to a database column - https://thoughts-on-java.org/hibernat... Ultimate Guide to Association Mappings with JPA and Hibernate- https://thoughts-on-java.org/ultimate... Complete Guide to Inheritance strategies with JPA and Hibernate- https://thoughts-on-java.org/complete... Ultimate Guide to JPQL Queries with JPA and Hibernate- https://thoughts-on-java.org/jpql/ How to call native SQL queries with JPA- https://thoughts-on-java.org/jpa-nati... 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://thoughts-on-java.org/hibernat... Want to connect with me? Blog: http://www.thoughts-on-java.org/ Twitter: / thjanssen123 Facebook: / thoughtsonjava #Hibernate #gettingstarted