[Koushik Kothagal] Java Brains: Hibernate [2011, ENG]

Страницы:  1
Ответить
 

vampiri6ka

VIP (Заслуженный)

Стаж: 13 лет 6 месяцев

Сообщений: 967

vampiri6ka · 24-Янв-12 00:36 (13 лет 5 месяцев назад)

Java Brains: HibernateГод выпуска: 2011
Производитель: Koushik Kothagal
► Страница курса ◄
Автор: Koushik Kothagal
Продолжительность: 7ч 30мин
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание:
Серия видеоуроков по фреймворку Hibernate.
Также вас может заинтересовать:
► [Koushik Kothagal] Java Brains: Spring Framework [2011, ENG] ◄
Содержание
01 - Introduction To Hibernate
In this tutorial, we'll understand the mismatch between object and relational models and what ORM is.
02 - Setting Up Hibernate
In this tutorial, we'll download Hibernate and set it up in our development environment by configuring it in Eclipse.
03 Part 1- Writing a Hibernate Application
In this first of a three part video on writing a simple Hibernate application from the scratch, we'll learn how to write the Hibernate configuration XML file, hibernate.cfg.xml.
03 Part 2- Writing the Model Class with Annotations
We'll now create a Model class and configure it as an Entity using Annotations.
03 Part 3- Saving Objects using Hibernate APIs
We'll learn how to instantiate Entity objects and save them to the database using Hibernate APIs.
04 - hbm2ddl Configuration and Name Annotations
In this tutorial, we'll look at the schema generation options in Hibernate. We'll also learn some annotations to change the default name generated by Hibernate for entities.
05 - More Annotations
We'll try out a few more annotations to configure our entity class.
06 - Retrieving Objects using session.get
We'll look at one of the several ways we can fetch data from the database using Hibernate: the session.get method.
07 - Primary Keys
Here we'll learn how to configure the primary key in our entity class using the @Id annotation.
08 - Value Types and Embedding Objects
We'll learn the difference between Entity type objects and Value type objects. We'll use the @Embeddable annotations to embed a value type object into our Entity class.
09 - AttributeOverrides and Embedded Object Keys
In this video, we'll learn how to override configuration inside embedded objects, and we'll also explore object keys.
10 - Saving Collections
We'll now learn how to save value types that are collection objects.
11 - Configuring Collections and Adding Keys
More configuration options for collections, including configuring primary keys.
12 - Proxy Objects and Eager and Lazy Fetch Types
Hibernate manages data fetching and optimizations using proxy objects. In this tutorial, we'll learn what they are and how lazy initialization works.
13 - One To One Mapping
One to one mapping of entities.
14 - One To Many Mapping
One To Many mapping of entities.
15 - mappedBy and Many To Many Mapping
Many to Many mapping of entities.
16 - CascadeTypes and Other Things
In this tutorial, we'll look at some concepts like CascadeType which can be configured for entity relationships.
17 - Implementing Inheritance
We'll understand how to configure entity classes that have an inheritance hierarchy.
18 - Implementing Inheritance - Single Table Strategy
Single table inheritance strategy.
19 - Implementing Inheritance With Table Per Class Strategy
Table per class inheritance strategy.
20 - Implementing Inheritance With Joined Strategy
Joined inheritance strategy.
21 - CRUD Operations
Writing code to Create, Read, Update and Delete entities in the database.
22 - Transient, Persistent and Detached Objects
This tutorial discusses three important entity object states in Hibernate: Transient, Persistent and Detached.
23 - Understanding State Changes
We'll understand some of the different ways in which entity objects change from one state to another.
24 - Persisting Detached Objects
This tutorial explores a special case of object state change: from detached to persistent.
25 - Introducing HQL and the Query Object
Introducing HQL and using HQL to run queries on the database.
26 - Select and Pagination in HQL
In this tutorial we'll learn Hibernate's support for pagination. We'll also learn how to write select queries to retrieve only certain columns.
27 - Understanding Parameter Binding and SQL Injection
We'll understand how appending parameters to SQL queries causes SQL injection, and will learn how to use the Parameter Binding feature in Hibernate.
28 - Named Queries
We'll learn about named queries and how to write and access named queries. We'll also write and execute a NamedNativeQuery.
29 - Introduction to Criteria API
This tutorial is an introduction to the Criteria API. Yet another way to work with data in Hibernate.
30 - Understanding Restrictions
Understanding how to apply restrictions to our queries when using Criteria.
31 - Projections and Query By Example
In this tutorial, we'll learn how to use Projections to fine tune the results of the Criteria API. We'll also use Query By Example (QBE) to easily specify multiple where clauses in a single example object.
32 - Cacheing in Hibernate
In this tutorial, we'll learn about Hibernate's cache support: both first level (Session) and second level cache.
33 - Configuring Second Level Cache
We'll configure EHCache as our second level cache, and then put it to work. We'll fetch an object across two sessions, and we'll see how Hibernate's second level cache comes into play to save a database query.
34 - Using Query Cache
In this tutorial, we'll learn how to cache results that are fetched from the Query object.
Файлы примеров: отсутствуют
Формат видео: MP4
Видео: MPEG4 Video (H264) 1280x720 640 Kbps
Аудио: AAC 44100Hz stereo 128 Kbps
► Галерея скриншотов ◄
Скриншоты
Download
Rutracker.org не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм
Как скачивать? (для скачивания .torrent файлов необходима регистрация)
[Профиль]  [ЛС] 

freedom2005

Стаж: 17 лет 7 месяцев

Сообщений: 97


freedom2005 · 26-Янв-12 00:39 (спустя 2 дня)

Это уже полный курс или ожидается пополнение? (как с раздачей курса по Spring)
[Профиль]  [ЛС] 

vampiri6ka

VIP (Заслуженный)

Стаж: 13 лет 6 месяцев

Сообщений: 967

vampiri6ka · 26-Янв-12 14:49 (спустя 14 часов)

freedom2005 писал(а):
Это уже полный курс или ожидается пополнение?
Пока не ожидается. О дальнейших планах автора я не знаю.
[Профиль]  [ЛС] 

ljazzy

Колония прокаженных

Стаж: 16 лет 4 месяца

Сообщений: 440

ljazzy · 26-Янв-12 14:51 (спустя 1 мин.)

freedom2005 писал(а):
Это уже полный курс или ожидается пополнение? (как с раздачей курса по Spring)
судя по тому что последний урок вышел в июне 2011 - полный
[Профиль]  [ЛС] 

finmanager

Стаж: 16 лет 2 месяца

Сообщений: 4


finmanager · 15-Мар-12 22:27 (спустя 1 месяц 20 дней)

Может есть идея или идеи как скачивать с Гарварда например - http://cm.dce.harvard.edu/2012/01/10701/L12/index_H264SingleHighBandwidth-16x9.shtml
[Профиль]  [ЛС] 

Nickliverpool

Стаж: 17 лет 1 месяц

Сообщений: 526

Nickliverpool · 15-Мар-12 23:51 (спустя 1 час 24 мин., ред. 15-Мар-12 23:51)

finmanager
http://forum.ixbt.com/topic.cgi?id=24:1611-7#235 или Jaksta -> https://rutr.life/forum/viewtopic.php?t=3334717
[Профиль]  [ЛС] 

saigak2004

Стаж: 16 лет 4 месяца

Сообщений: 6


saigak2004 · 24-Мар-12 22:50 (спустя 8 дней, ред. 16-Ноя-16 02:01)

finmanager
Аддон для ФФ для скачивания потокового видео
https://addons.mozilla.org/ru/firefox/addon/video-downloadhelper/?src=cb-dl-users
[Профиль]  [ЛС] 

BlackVI

Стаж: 16 лет 8 месяцев

Сообщений: 462

BlackVI · 28-Июл-16 11:14 (спустя 4 года 4 месяца)

уже несколько раз скачиваю эти уроки
потом слушаю этот инд. акцент (хороший инд. акцент)
но всеравно удаляю )


Сообщения из этой темы [1 шт.] были выделены в отдельную тему Secretgist [id: 43691060] (0)
nosize
[Профиль]  [ЛС] 
 
Ответить
Loading...
Error