У нас вы можете посмотреть бесплатно Enum Mappings with Hibernate – The Complete Guide или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In today's video I will talk about Enum mappings with JPA and Hibernate... Most developers use enums in their domain models. You can easily map them with Hibernate. They provide a strongly typed way to model an attribute that has one out of a list of defined values. The format of a book is a typical example of such an enum. Supported values could be hardcover, paperback, and ebook. With JPA and Hibernate, you can map enums in different ways. You can: 1. use the standard mappings to a number or a String, 2. create a customized mapping to any basic type supported by Hibernate, 3. define a custom mapping to a database-specific type, like PostgreSQLs enum type. 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 #enum #mapping #hibernate