Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)
Java Brains: HibernateГод выпуска: 2011
Производитель:
Koushik Kothagal► Страница курса ◄Автор: Koushik Kothagal
Продолжительность: 7ч 30мин
Тип раздаваемого материала: Видеоурок
Язык: Английский
Описание:
Серия видеоуроков по фреймворку Hibernate.
Также вас может заинтересовать:
► [Koushik Kothagal] Java Brains: Spring Framework [2011, ENG] ◄[spoiler="Содержание"]
01 - Introduction To HibernateIn this tutorial, we'll understand the mismatch between object and relational models and what ORM is.
02 - Setting Up HibernateIn 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 ApplicationIn 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 AnnotationsWe'll now create a Model class and configure it as an Entity using Annotations.
03 Part 3- Saving Objects using Hibernate APIsWe'll learn how to instantiate Entity objects and save them to the database using Hibernate APIs.
04 - hbm2ddl Configuration and Name AnnotationsIn 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 AnnotationsWe'll try out a few more annotations to configure our entity class.
06 - Retrieving Objects using session.getWe'll look at one of the several ways we can fetch data from the database using Hibernate: the session.get method.
07 - Primary KeysHere we'll learn how to configure the primary key in our entity class using the @Id annotation.
08 - Value Types and Embedding ObjectsWe'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 KeysIn this video, we'll learn how to override configuration inside embedded objects, and we'll also explore object keys.
10 - Saving CollectionsWe'll now learn how to save value types that are collection objects.
11 - Configuring Collections and Adding KeysMore configuration options for collections, including configuring primary keys.
12 - Proxy Objects and Eager and Lazy Fetch TypesHibernate 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 MappingOne to one mapping of entities.
14 - One To Many MappingOne To Many mapping of entities.
15 - mappedBy and Many To Many MappingMany to Many mapping of entities.
16 - CascadeTypes and Other ThingsIn this tutorial, we'll look at some concepts like CascadeType which can be configured for entity relationships.
17 - Implementing InheritanceWe'll understand how to configure entity classes that have an inheritance hierarchy.
18 - Implementing Inheritance - Single Table StrategySingle table inheritance strategy.
19 - Implementing Inheritance With Table Per Class StrategyTable per class inheritance strategy.
20 - Implementing Inheritance With Joined StrategyJoined inheritance strategy.
21 - CRUD OperationsWriting code to Create, Read, Update and Delete entities in the database.
22 - Transient, Persistent and Detached ObjectsThis tutorial discusses three important entity object states in Hibernate: Transient, Persistent and Detached.
23 - Understanding State ChangesWe'll understand some of the different ways in which entity objects change from one state to another.
24 - Persisting Detached ObjectsThis tutorial explores a special case of object state change: from detached to persistent.
25 - Introducing HQL and the Query ObjectIntroducing HQL and using HQL to run queries on the database.
26 - Select and Pagination in HQLIn 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 InjectionWe'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 QueriesWe'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 APIThis tutorial is an introduction to the Criteria API. Yet another way to work with data in Hibernate.
30 - Understanding RestrictionsUnderstanding how to apply restrictions to our queries when using Criteria.
31 - Projections and Query By ExampleIn 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 HibernateIn this tutorial, we'll learn about Hibernate's cache support: both first level (Session) and second level cache.
33 - Configuring Second Level CacheWe'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 CacheIn this tutorial, we'll learn how to cache results that are fetched from the Query object.
[/spoiler]
Файлы примеров: отсутствуют
Формат видео: MP4
Видео: MPEG4 Video (H264) 1280x720 640 Kbps
Аудио: AAC 44100Hz stereo 128 Kbps
► Галерея скриншотов ◄[spoiler="Скриншоты"]

[/spoiler]