Hibernate: Advanced Development Techniques

Hibernate: Advanced Development Techniques

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3.5 Hours | 2.69 GB

Learn Advanced Hibernate techniques for Mapping Sets, Lists, Embeddable, Enums and Inheritance

This course covers advanced Hibernate development techniques. You will learn how to easily use Hibernate to map Sets, Lists, Embeddable, Enums and Inheritance.

Hibernate is an amazing framework for object-to-relational mapping. It is fairly easy to get started with Hibernate. However, when you need to apply advanced development techniques, it is hard to find helpful, up-to-date information. There is a ton of information available for free on the Internet, but most of it is outdated or poorly written.

This course provides the up-to-date information on advanced Hibernate techniques. In the course, we demystify the concepts and show you practical examples that work using the latest version of Hibernate. Also, you will receive technical support if you have questions about the course material.

You Will Learn How To

  • Create mappings for Java Sets, Lists (both unsorted and sorted)
  • Integrate embeddable components in Hibernate entities
  • Add support for enums with Hibernate
  • Apply various Hibernate inheritance strategies
  • Compare the Hibernate inheritance strategies in terms of performance and table design
Table of Contents

Introduction
1 Introduction
2 How To Take This Course and How To Get Help
3 Downloading the Source Code and PDF Files

Mapping Collections – Sets and Lists
4 Mapping Overview – Section Roadmap
5 Mapping Sets – Overview
6 Mapping Sets – Going Deep!
7 Mapping Sets – Project Set Up
8 Mapping Sets – Create our Entity class
9 Mapping Sets – Apply the @ElementCollection
10 Mapping Sets – Create and Run the Main App
11 Mapping Lists – Overview
12 Mappings Lists – Write Some Code

Mapping Collections – Maps, Sorted Maps and Sorted Sets
13 Maps – Overview
14 Maps – Write Some Code
15 Sorted Sets – Overview
16 Sorted Sets – Write Some Code – Part 1
17 Sorted Sets – Write Some Code – Part 2
18 Sorted Maps – Overview
19 Sorted Maps – Write Some Code

Mapping Components – Embeddable
20 Embeddable Overview
21 Embeddable – Develop an Embedded Component
22 Embeddable – Create a Main Application
23 Embeddable – Reuse the Address and Override the Attributes

Mapping Enums
24 Mapping Enums – Overview
25 Mapping Enums – Write Some Code

Inheritance Mapping – Single Table Strategy
26 Inheritance Mapping – Single Table – Overview – Part 1
27 Inheritance Mapping – Single Table – Overview – Part 2
28 Inheritance Mapping – Single Table – Coding – Part 1
29 Inheritance Mapping – Single Table – Coding – Part 2

Inheritance Mapping – Table per Class Strategy
30 Inheritance Mapping – Table per Class – Overview – Part 1
31 Inheritance Mapping – Table per Class – Overview – Part 2
32 Inheritance Mapping – Table per Class – Coding – Part 1
33 Inheritance Mapping – Table per Class – Coding – Part 2

Inheritance Mapping – Joined Table Strategy
34 Inheritance Mapping – Joined Table Strategy – Overview
35 Inheritance Mapping – Joined Table Strategy – Coding

Inheritance Mapping – Mapped Superclass
36 Inheritance Mapping – Mapped Superclass Overview
37 Inheritance Mapping – Mapped Superclass – Coding

Inheritance Mapping – Recap and Comparison
38 Inheritance Mapping – Recap
39 Inheritance Mapping – Comparison

Course Summary – Thank You
40 Thank You

More Java Training from luv2code
41 More Java Training from luv2code
42 Direct Links to My Java Courses