Home| All soft| Last soft| Your Orders| Customers opinion| Helpdesk| Cart

Program Search:


Shopping Cart:




*Note: Minimum order price: €20
We Recommend:

Pluralsight Introduction To Hibernate €15 buy download
2013
Pluralsight
John Sonmez
3h 58m
English
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.
FileName Size Length Bit rate Data rate Resolution Frame Rate Parent Folder
01.Introduction 1.54 MB 0:01:07
02.Who This Course is For 1.83 MB 0:01:17
03.What This Course Will Cover 5.86 MB 0:01:30
04.What is an ORM 4.24 MB 0:02:21
05.What is Hibernate 1.78 MB 0:01:07
06.Hibernate and JPA 3.00 MB 0:02:14
07.Hibernate Architecture 4.40 MB 0:03:19
08.Installing MySQL 14.7 MB 0:06:52
09.Getting Hibernate 7.16 MB 0:02:51
10.Installing Hibernate Tools 8.94 MB 0:03:25
11.Creating The Project 2.05 MB 0:00:56
12.Using The Libraries 4.62 MB 0:01:33
13.Creating The Configuration 8.93 MB 0:04:47
14.Creating The Session Factory 9.94 MB 0:05:00
15.Testing Out The Configuration 5.75 MB 0:02:52
16.Up Next 771 KB 0:00:30
01.Introduction 0.99 MB 0:00:42
02.How Mapping Works 2.55 MB 0:01:50
03.Mapping Types 1.62 MB 0:01:09
04.Creating The Java Class 4.22 MB 0:02:12
05.Creating The Table 4.22 MB 0:02:23
06.Creating The Mapping File 12.5 MB 0:06:29
07.Saving Some Data 12.0 MB 0:04:57
08.Automatic Schema Creation 2.47 MB 0:01:42
09.Using Auto Generation 11.9 MB 0:04:08
10.Getting Data Back 7.10 MB 0:03:13
11.Auto Updating 3.57 MB 0:01:21
12.Up Next 1.03 MB 0:00:38
01.Introduction 1.50 MB 0:01:04
02.Value Types Vs Entity Types 3.51 MB 0:02:25
03.Directionality 1.58 MB 0:00:57
04.Components 1.36 MB 0:01:00
05.Creating The Component 5.03 MB 0:02:29
06.Mapping The Component 7.25 MB 0:03:02
07.Value Type Collections 1.29 MB 0:00:58
08.Creating The User History Class 8.00 MB 0:03:35
09.Adding History 5.24 MB 0:02:07
10.Mapping The Set 10.5 MB 0:04:25
11.Mapping A List 6.92 MB 0:02:44
12.Mapping A Map 10.2 MB 0:03:55
13.Mapping A Bag 10.4 MB 0:04:43
14.Mapping Entity Type Relationships 1.20 MB 0:00:43
15.One Too Many 1.38 MB 0:01:01
16.Changing Users History To An Entity 9.53 MB 0:03:58
17.Mapping Everything 21.4 MB 0:08:46
18.One To One 1.18 MB 0:00:55
19.Modifying Protein Data 4.10 MB 0:01:47
20.Mapping The One To One 10.0 MB 0:04:54
21.Alternate One To One Mapping 9.89 MB 0:04:23
22.Using A Join Table 1.44 MB 0:00:55
23.Mapping A Join Table 16.1 MB 0:06:46
24.Many To Many 671 KB 0:00:22
25.Mapping Many To Many 9.66 MB 0:03:44
26.More 1.14 MB 0:00:48
27.Up Next 1.44 MB 0:00:50
01.Introduction 1.20 MB 0:00:52
02.Querying Options 2.01 MB 0:01:29
03.HQL 1.24 MB 0:00:56
04.Creating Some Data 7.84 MB 0:02:32
05.HQL Editor 9.76 MB 0:05:03
06.Select Queries 7.72 MB 0:03:29
07.Where 4.76 MB 0:02:49
08.Using Parameters 6.98 MB 0:03:25
09.Paging 6.34 MB 0:02:28g
10.Using Named Queries 4.15 MB 0:01:41
11.Implicit Joins 3.09 MB 0:01:54
12.Explicit Joins 4.40 MB 0:02:37
13.Dynamic Instantiation 7.63 MB 0:03:32
14.Criteria 0.97 MB 0:00:42
15.Using The Criteria 2.50 MB 0:01:25
16.Running A Criteria Query 4.07 MB 0:01:29
17.Adding Restrictions 4.34 MB 0:02:39
18.Using Projections 5.53 MB 0:02:45
19.Criteria Joins 2.31 MB 0:01:18
20.Query By Example 1.01 MB 0:00:46
21.Using Query By Example 4.53 MB 0:02:38
22.Up Next 1.00 MB 0:00:38
01.Introduction 1.21 MB 0:00:54
02.Caching 2.40 MB 0:01:33
03.Getting Ehcache 8.37 MB 0:02:11
04.Configuring Ehcache 9.65 MB 0:03:18
05.Running The Cache 8.60 MB 0:03:15
06.Batch Processing 1.27 MB 0:00:51
07.Batch Processing With HQL 5.81 MB 0:02:27
08.Manual Batching 12.6 MB 0:05:05
09.Native SQL 979 KB 0:00:31
10.Using Native SQL 6.32 MB 0:02:52
11.Interceptors 959 KB 0:00:40
12.Using Interceptors 15.4 MB 0:05:37
13.Listeners 1.00 MB 0:00:43
14.Implementing Listeners 15.1 MB 0:06:42
15.Data Filters 1.00 MB 0:00:43
16.Using Filters 15.2 MB 0:05:44
17.The End 2.24 MB 0:01:21

http://pluralsight.com/training/Courses/Description/hibernate-introduction

Download File Size:517.3 MB


Pluralsight Introduction To Hibernate
€15
Customers who bought this program also bought:

Home| All Programs| Today added Progs| Your Orders| Helpdesk| Shopping cart      





9327 Fantasy & Sci-Fi eBooks Collection 9327 PDF Books eBook €60


Cambridge University History Collection PDF eBooks €100

                   





DxO PhotoLab 5 ELITE €25


SketchUp Pro 2022 €30


Corel Painter 2023 €40






Orchestral Tools TIME micro KONTAKT €40


Steinberg HALion 6.4.0.101 STANDALONE €40


Native Instruments Komplete 12 Ultimate Collectors Edition €50