Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Introduction To Hibernate [repost]

Posted By: ParRus
Introduction To Hibernate [repost]

Introduction To Hibernate
English | WMV + Project Files | 1024 x 768 | WMV3 ~160 kbps | 15 fps
WMA | 128 Kbps | 44.1 KHz | 2 channels | 3h 58min | 573.9 MB
Genre: Video Tutorial / Development, Object-relational-mapping, Mysql

In this course you will learn the basics of the popular Java ORM Hibernate.
In the world of Java, one of the most popular and widely used frameworks is Hibernate. Hibernate is an ORM, or Object Relational Mapper, that allows developers to map Java objects to relational database tables. It is a valuable tool that all Java developers should know how to use. The problem is, learning Hibernate can be difficult. Hibernate is a very large framework and there are many important concepts to understand to use it effectively. This course is designed to make getting started with Hibernate as easy as possible and focus on the most important things you need to know. We start off this course by learning a bit about Hibernate and how it works, and then see how to get it setup with a real MySQL database installation. After that, we learn the very basics of mapping, which is one of the most important things to understand about Hibernate. I'll show you how to create a basic mapping for a Java object to a relational table and explain to you how the mapping works. But most real world applications have more complex mapping that often trips up new developers and experienced developers alike. So, we'll also cover some of the complex mapping situations like mapping collections and different relational mappings like one-to-many and many-to-one. Once you've learned how to map you objects, you'll want to know how to query them, so I'll show you how to do this using Hibernate's built in HQL and using a more object oriented approach with the Criteria API. Finally, we'll wrap things up by taking a brief tour of some of the more advanced features like caching and interceptors. So, if you are wanting to learn how to use Hibernate, or if you've been struggling through using Hibernate in an existing application, but never really understood what was going on, this course will give you the knowledge you need to feel confident about how Hibernate works and how to use it.

by John Sonmez
Duration: 3h 58m


FileName Size Length Bit rate Data rate Resolution Frame Rate Parent Folder
01.Introduction 1.54 MB 0:01:07 β€Ž128kbps 71.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
02.Who This Course is For 1.83 MB 0:01:17 β€Ž128kbps 112.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
03.What This Course Will Cover 5.86 MB 0:01:30 β€Ž128kbps 888.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
04.What is an ORM 4.24 MB 0:02:21 β€Ž128kbps 428.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
05.What is Hibernate 1.78 MB 0:01:07 β€Ž128kbps 165.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
06.Hibernate and JPA 3.00 MB 0:02:14 β€Ž128kbps 68.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
07.Hibernate Architecture 4.40 MB 0:03:19 β€Ž128kbps 66.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
08.Installing MySQL 14.7 MB 0:06:52 β€Ž128kbps 588.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
09.Getting Hibernate 7.16 MB 0:02:51 β€Ž128kbps 722.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
10.Installing Hibernate Tools 8.94 MB 0:03:25 β€Ž128kbps 1201.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
11.Creating The Project 2.05 MB 0:00:56 β€Ž128kbps 252.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
12.Using The Libraries 4.62 MB 0:01:33 β€Ž128kbps 443.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
13.Creating The Configuration 8.93 MB 0:04:47 β€Ž128kbps 250.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
14.Creating The Session Factory 9.94 MB 0:05:00 β€Ž128kbps 294.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
15.Testing Out The Configuration 5.75 MB 0:02:52 β€Ž128kbps 367.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
16.Up Next 771 KB 0:00:30 β€Ž128kbps 95.00 1024x768 β€Ž15 frames/second 01.Introductin To Hibernate
01.Introduction 0.99 MB 0:00:42 β€Ž128kbps 72.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
02.How Mapping Works 2.55 MB 0:01:50 β€Ž128kbps 92.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
03.Mapping Types 1.62 MB 0:01:09 β€Ž128kbps 83.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
04.Creating The Java Class 4.22 MB 0:02:12 β€Ž128kbps 294.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
05.Creating The Table 4.22 MB 0:02:23 β€Ž128kbps 272.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
06.Creating The Mapping File 12.5 MB 0:06:29 β€Ž128kbps 266.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
07.Saving Some Data 12.0 MB 0:04:57 β€Ž128kbps 485.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
08.Automatic Schema Creation 2.47 MB 0:01:42 β€Ž128kbps 111.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
09.Using Auto Generation 11.9 MB 0:04:08 β€Ž128kbps 917.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
10.Getting Data Back 7.10 MB 0:03:13 β€Ž128kbps 442.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
11.Auto Updating 3.57 MB 0:01:21 β€Ž128kbps 606.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
12.Up Next 1.03 MB 0:00:38 β€Ž128kbps 85.00 1024x768 β€Ž15 frames/second 02.Basic Mapping
01.Introduction 1.50 MB 0:01:04 β€Ž128kbps 74.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
02.Value Types Vs Entity Types 3.51 MB 0:02:25 β€Ž128kbps 78.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
03.Directionality 1.58 MB 0:00:57 β€Ž128kbps 244.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
04.Components 1.36 MB 0:01:00 β€Ž128kbps 55.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
05.Creating The Component 5.03 MB 0:02:29 β€Ž128kbps 296.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
06.Mapping The Component 7.25 MB 0:03:02 β€Ž128kbps 573.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
07.Value Type Collections 1.29 MB 0:00:58 β€Ž128kbps 54.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
08.Creating The User History Class 8.00 MB 0:03:35 β€Ž128kbps 412.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
09.Adding History 5.24 MB 0:02:07 β€Ž128kbps 362.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
10.Mapping The Set 10.5 MB 0:04:25 β€Ž128kbps 589.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
11.Mapping A List 6.92 MB 0:02:44 β€Ž128kbps 715.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
12.Mapping A Map 10.2 MB 0:03:55 β€Ž128kbps 640.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
13.Mapping A Bag 10.4 MB 0:04:43 β€Ž128kbps 581.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
14.Mapping Entity Type Relationships 1.20 MB 0:00:43 β€Ž128kbps 180.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
15.One Too Many 1.38 MB 0:01:01 β€Ž128kbps 51.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
16.Changing Users History To An Entity 9.53 MB 0:03:58 β€Ž128kbps 385.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
17.Mapping Everything 21.4 MB 0:08:46 β€Ž128kbps 799.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
18.One To One 1.18 MB 0:00:55 β€Ž128kbps 49.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
19.Modifying Protein Data 4.10 MB 0:01:47 β€Ž128kbps 252.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
20.Mapping The One To One 10.0 MB 0:04:54 β€Ž128kbps 473.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
21.Alternate One To One Mapping 9.89 MB 0:04:23 β€Ž128kbps 818.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
22.Using A Join Table 1.44 MB 0:00:55 β€Ž128kbps 58.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
23.Mapping A Join Table 16.1 MB 0:06:46 β€Ž128kbps 936.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
24.Many To Many 671 KB 0:00:22 β€Ž128kbps 61.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
25.Mapping Many To Many 9.66 MB 0:03:44 β€Ž128kbps 1118.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
26.More 1.14 MB 0:00:48 β€Ž128kbps 79.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
27.Up Next 1.44 MB 0:00:50 β€Ž128kbps 121.00 1024x768 β€Ž15 frames/second 03.Mapping Relationships
01.Introduction 1.20 MB 0:00:52 β€Ž128kbps 70.00 1024x768 β€Ž15 frames/second 04.Querying
02.Querying Options 2.01 MB 0:01:29 β€Ž128kbps 64.00 1024x768 β€Ž15 frames/second 04.Querying
03.HQL 1.24 MB 0:00:56 β€Ž128kbps 56.00 1024x768 β€Ž15 frames/second 04.Querying
04.Creating Some Data 7.84 MB 0:02:32 β€Ž128kbps 1915.00 1024x768 β€Ž15 frames/second 04.Querying
05.HQL Editor 9.76 MB 0:05:03 β€Ž128kbps 374.00 1024x768 β€Ž15 frames/second 04.Querying
06.Select Queries 7.72 MB 0:03:29 β€Ž128kbps 522.00 1024x768 β€Ž15 frames/second 04.Querying
07.Where 4.76 MB 0:02:49 β€Ž128kbps 202.00 1024x768 β€Ž15 frames/second 04.Querying
08.Using Parameters 6.98 MB 0:03:25 β€Ž128kbps 764.00 1024x768 β€Ž15 frames/second 04.Querying
09.Paging 6.34 MB 0:02:28 β€Ž128kbps 911.00 1024x768 β€Ž15 frames/second 04.Querying
10.Using Named Queries 4.15 MB 0:01:41 β€Ž128kbps 672.00 1024x768 β€Ž15 frames/second 04.Querying
11.Implicit Joins 3.09 MB 0:01:54 β€Ž128kbps 166.00 1024x768 β€Ž15 frames/second 04.Querying
12.Explicit Joins 4.40 MB 0:02:37 β€Ž128kbps 184.00 1024x768 β€Ž15 frames/second 04.Querying
13.Dynamic Instantiation 7.63 MB 0:03:32 β€Ž128kbps 942.00 1024x768 β€Ž15 frames/second 04.Querying
14.Criteria 0.97 MB 0:00:42 β€Ž128kbps 60.00 1024x768 β€Ž15 frames/second 04.Querying
15.Using The Criteria 2.50 MB 0:01:25 β€Ž128kbps 156.00 1024x768 β€Ž15 frames/second 04.Querying
16.Running A Criteria Query 4.07 MB 0:01:29 β€Ž128kbps 705.00 1024x768 β€Ž15 frames/second 04.Querying
17.Adding Restrictions 4.34 MB 0:02:39 β€Ž128kbps 187.00 1024x768 β€Ž15 frames/second 04.Querying
18.Using Projections 5.53 MB 0:02:45 β€Ž128kbps 248.00 1024x768 β€Ž15 frames/second 04.Querying
19.Criteria Joins 2.31 MB 0:01:18 β€Ž128kbps 176.00 1024x768 β€Ž15 frames/second 04.Querying
20.Query By Example 1.01 MB 0:00:46 β€Ž128kbps 46.00 1024x768 β€Ž15 frames/second 04.Querying
21.Using Query By Example 4.53 MB 0:02:38 β€Ž128kbps 232.00 1024x768 β€Ž15 frames/second 04.Querying
22.Up Next 1.00 MB 0:00:38 β€Ž128kbps 69.00 1024x768 β€Ž15 frames/second 04.Querying
01.Introduction 1.21 MB 0:00:54 β€Ž128kbps 72.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
02.Caching 2.40 MB 0:01:33 β€Ž128kbps 57.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
03.Getting Ehcache 8.37 MB 0:02:11 β€Ž128kbps 1114.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
04.Configuring Ehcache 9.65 MB 0:03:18 β€Ž128kbps 949.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
05.Running The Cache 8.60 MB 0:03:15 β€Ž128kbps 1013.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
06.Batch Processing 1.27 MB 0:00:51 β€Ž128kbps 123.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
07.Batch Processing With HQL 5.81 MB 0:02:27 β€Ž128kbps 493.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
08.Manual Batching 12.6 MB 0:05:05 β€Ž128kbps 961.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
09.Native SQL 979 KB 0:00:31 β€Ž128kbps 145.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
10.Using Native SQL 6.32 MB 0:02:52 β€Ž128kbps 808.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
11.Interceptors 959 KB 0:00:40 β€Ž128kbps 52.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
12.Using Interceptors 15.4 MB 0:05:37 β€Ž128kbps 1244.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
13.Listeners 1.00 MB 0:00:43 β€Ž128kbps 72.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
14.Implementing Listeners 15.1 MB 0:06:42 β€Ž128kbps 1215.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
15.Data Filters 1.00 MB 0:00:43 β€Ž128kbps 69.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
16.Using Filters 15.2 MB 0:05:44 β€Ž128kbps 754.00 1024x768 β€Ž15 frames/second 05.Advanced Topics
17.The End 2.24 MB 0:01:21 β€Ž128kbps 78.00 1024x768 β€Ž15 frames/second 05.Advanced Topics

General
Complete name : 08.Creating The User History Class.wmv
Format : Windows Media
File size : 8.01 MiB
Duration : 3mn 35s
Overall bit rate mode : Variable
Overall bit rate : 311 Kbps
Maximum Overall bit rate : 552 Kbps
Encoded date : UTC 2013-07-19 04:05:02.600

Video
ID : 2
Format : VC-1
Format profile : MP@HL
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Codec ID/Hint : WMV3
Description of the codec : Windows Media Video 9
Duration : 3mn 35s
Bit rate mode : Variable
Bit rate : 160 Kbps
Width : 1 024 pixels
Height : 768 pixels
Display aspect ratio : 4:3
Frame rate : 15.000 fps
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.014
Stream size : 4.12 MiB (51%)
Language : English (US)

Audio
ID : 1
Format : WMA
Format version : Version 2
Codec ID : 161
Codec ID/Info : Windows Media Audio
Description of the codec : Windows Media Audio 9.2 - 128 kbps, 44 kHz, stereo (A/V) 1-pass CBR
Duration : 3mn 35s
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Bit depth : 16 bits
Stream size : 3.29 MiB (41%)
Language : English (US)

Screenshots

Introduction To Hibernate [repost]

Introduction To Hibernate [repost]

Introduction To Hibernate [repost]

Introduction To Hibernate [repost]

For more, Visit my AH-blog

Introduction To Hibernate [repost]