У нас вы можете посмотреть бесплатно Java Spring Boot - JPA - Hibernate - H2 - Entities Inheritance Mapping - Table Per Class Strategy или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video we will configure database connection with H2 using spring properties and autoconfiguration. Later we will learn how to use inheritance together with JPA and Hibernate in Java Spring Boot. We will create super class (parent class) and then two sub-classes (child classes) which will inherit all of the properties and mapping information from parent class. We will use @Inheritance annotation to specify strategy which we will use. This time it will be TABLE_PER_CLASS strategy. In the final stage we will learn how to use inheritance in case of repositories which we will use to persist our entities into the database. Also we will check out how to handle mutliple beans implementation using @Primary annotation. We will track everything using H2 web console. Keep coding! Joined table source code: https://github.com/codeforgeyt/jpa-in... Joined table video: • Java Spring Boot - JPA - Hibernate - H2 - ... Single table source code: https://github.com/codeforgeyt/jpa-in... Single table video: • Java Spring Boot - JPA - Hibernate - H2 - ... Superclass source code: https://github.com/codeforgeyt/jpa-in... Superclass video: • Java Spring Boot - JPA - Hibernate - H2 - ... Table per class source code: https://github.com/codeforgeyt/jpa-in... Table per class video: • Java Spring Boot - JPA - Hibernate - H2 - ... Follow //CodefForgeYT on: FB: / codeforgeyt Twitter: / codeforgeyt GitHub: https://github.com/codeforgeyt Instagram: / codeforgeyt