x
Menu

Hibernate

Other,

Updated On 02 Feb, 19

Overview

Contents:
Introduction To Hibernate - Setting Up Hibernate - Writing a Hibernate Application - Writing the Model Class with Annotations - Saving Objects using Hibernate APIs - hbm2ddl Configuration and Name Annotations - More Annotations - Retrieving Objects using session.get - Primary Keys - Value Types and Embedding Objects - AttributeOverrides and Embedded Object Keys - Saving Collections - Configuring Collections and Adding Keys - Proxy Objects and Eager and Lazy Fetch Types

One To One Mapping - One To Many Mapping - mappedBy and Many To Many Mapping - CascadeTypes and Other Things - Implementing Inheritance - Implementing Inheritance - Single Table Strategy - Implementing Inheritance With Table Per Class Strategy - Implementing Inheritance With Joined Strategy - CRUD Operations - Transient, Persistent and Detached Objects - Understanding State Changes - Persisting Detached Objects - Introducing HQL and the Query Object - Select and Pagination in HQL - Understanding Parameter Binding and SQL Injection - Named Queries - Introduction to Criteria API - Understanding Restrictions - Projections and Query By Example - Cacheing in Hibernate - Configuring Second Level Cache - Using Query Cache

Includes

Lecture 35: Configuring Second Level Cache

4.1 ( 11 )


Lecture Details

Well configure EHCache as our second level cache, and then put it to work. Well fetch an object across two sessions, and well see how Hibernates second level cache comes into play to save a database query.

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send