Pridružio se: 18 Jan 2011 Postovi: 3730
Zahvalio se : 0 puta
Pohvaljen : 33 puta
[Koushik Kothagal] Java Brains: Hibernate (2011) English | h264 yuv420p 1280x720 29.97 fps | aac 44100 Hz stereo | 2.59 GB Genre: Video Training
A series of video tutorials on framework to Hibernate. Content 01 - Introduction To Hibernate In this tutorial, we'll Understand the mismatch Between object and relational models and What is ORM.
02 - Setting Up Hibernate In this tutorial, we'll Download Hibernate and set up IT in Our Development environment by configuring IT in Eclipse.
03 Part 1 - Writing a Hibernate Application In this first of a Three Part video on writing a simple Hibernate Application from the Scratch, we'll learn How to write the Hibernate configuration XML file, hibernate.cfg.xml.
Part 03 2 - Writing the Model Class with Annotations We'll now create a Model class and configure IT as an Entity using Annotations.
03 Part 3 - Saving Objects using Hibernate APIs We'll learn How to instantiate Entity objects and save Them to the Database using Hibernate APIs.
04 - hbm2ddl Configuration and Name Annotations In this tutorial, we'll Look at the schema Generation options in Hibernate. We'll also learn some annotations to change the default name generated by Hibernate for entities.
05 - More Annotations We'll try out a few annotations to configure More Our ??Entity class.
06 - Retrieving Objects using session.get We'll Look at one of the several ways we can fetch data from the database using Hibernate: the session.get method.
07 - Primary Keys Here we'll learn How to configure the Primary Key in Entity class Our using the @ Id annotation.
08 - Value Types and Embedding Objects We'll learn the Difference Between Entity type objects and Value objects type. We'll use the @ Embeddable annotations to embed a value type object into our Entity class.
09 - AttributeOverrides and Embedded Object Keys In this video, we'll learn How to override configuration Inside Embedded objects, and we'll Also Explore object keys .
10 - Saving Collections We'll now learn How to save value types That Are Collection objects.
11 - Configuring Collections and Adding Keys More configuration options for Collections, Including configuring Primary keys.
12 - Proxy Objects and Eager and Lazy Fetch Types Hibernate manages data fetching and optimizations using proxy objects. In this tutorial, we'll learn what they are and how lazy initialization works.
13 - One To One Mapping One to one mapping of Entities.
14 - One To Many Mapping One To Many mapping of Entities.
15 - mappedBy and Many To Many mapping Many to Many mapping of Entities.
16 - Other Things and CascadeTypes In this tutorial, we'll Look at Some Concepts like CascadeType Which CAN be Configured for Entity Relationships.
17 - Implementing Inheritance We'll Understand How to configure classes Entity That Have an inheritance hierarchy.
18 - Implementing Inheritance - Single Table Strategy Single table Inheritance Strategy.
19 - Implementing Inheritance With Table Per Class Strategy Table per class Inheritance Strategy.
20 - Implementing Inheritance With Joined Strategy Inheritance Joined Strategy.
21 - CRUD Operations Writing code to Create, Read, Update and Delete entities in the database.
22 - Transient, Persistent and Detached Objects This tutorial discusses Three Important Entity object in Hibernate States: Transient, Persistent and Detached.
23 - Understanding State Changes We'll Understand Some of the Different ways in which entity objects change from one state to another.
24 - Persisting Detached Objects This tutorial explores a Special CASE object of State Change: from detached to persistent.
25 - Introducing HQL and the Query Object Introducing HQL and using HQL queries to run on the database.
26 - Select and Pagination in HQL In this tutorial we'll learn Hibernate's Support for Pagination. We'll also learn how to write select queries to retrieve only certain columns.
27 - Understanding Parameter SQL Injection and Binding We'll Understand How appending parameters to SQL queries SQL Injection Causes, and How Will learn to use the Parameter Binding feature in Hibernate .
28 - Named Queries We'll learn about named queries and How to write and access named queries. We'll also write and execute a NamedNativeQuery.
29 - Introduction to Criteria API This tutorial is an introduction to the Criteria API. Yet another way to work with data in Hibernate.
30 - Understanding Restrictions Understanding How to apply Restrictions to Our queries When using Criteria.
31 - Projections and Query By Example In this tutorial, we'll learn How to use Projections to Fine tune the results of the Criteria API. We'll also use Query By Example (QBE) to easily specify multiple where clauses in a single example object.
32 - cacheing in Hibernate In this tutorial, we'll learn about Hibernate's cache Support: Both first Level (Session) and Second Level cache.
33 - Second Level Cache Configuring We'll configure EHCache as Our Second Level cache, and then put IT to work. We'll fetch an object across two sessions, and we'll see how Hibernate's second level cache comes into play to save a database query.
34 - Using Query Cache In this tutorial, we'll learn How to cache results from fetched That Are the Query object.
Ne možete postavljati nove teme u ovom forumu Ne možete odgovarati na teme u ovom forumu Ne možete monjati vaše postove u ovom forumu Ne možete brisati vaše postove u ovom forumu