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 33: Projections and Query By Example

4.1 ( 11 )


Lecture Details

In this tutorial, well learn how to use Projections to fine tune the results of the Criteria API. Well also use Query By Example (QBE) to easily specify multiple where clauses in a single example object.

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