0% found this document useful (0 votes)
188 views1 page

Quiz # 1 Course

The document outlines the topics to be covered in Quiz #1, including an introduction to object database management systems, object-relational mapping with Hibernate, and object-relational databases. Lecture 3 discusses object-oriented concepts like inheritance and polymorphism, and how to store objects in relational databases. Lecture 4 covers why object-relational mapping is used, Hibernate features like configuration and querying, and mapping types. Lecture 5 examines impedance mismatch between objects and relations, ORM frameworks like Hibernate, and examples of Hibernate mappings and queries.

Uploaded by

smartbilal5338
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
188 views1 page

Quiz # 1 Course

The document outlines the topics to be covered in Quiz #1, including an introduction to object database management systems, object-relational mapping with Hibernate, and object-relational databases. Lecture 3 discusses object-oriented concepts like inheritance and polymorphism, and how to store objects in relational databases. Lecture 4 covers why object-relational mapping is used, Hibernate features like configuration and querying, and mapping types. Lecture 5 examines impedance mismatch between objects and relations, ORM frameworks like Hibernate, and examples of Hibernate mappings and queries.

Uploaded by

smartbilal5338
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

QUIZ # 1 COURSE OUTLINE

Dated : 20-09-2016
1. Lecture # 3 (Chapter 25 Introduction to Object DBMS)
Requirement of Advance Database Application
Weakness of RDBMS
Object Oriented Concepts
o Object Identity ( and its implementation and advantages)
SubClass, SuperClass and Inheritance
Overriding, Overloading and polymorphism (examples also)
Storing Objects in RDBMS
Mapping Class to Relation
Relationships and Referential Integrity
2. Lecture # 4 (Object Relational Mapping and Hibernate)
Why ORM with example
Five Mismatch Problems
ORM advantages and Solutions
Hibernate Advantage
Hibernate High Level and Detailed View
Different Objects (Configuration, Session, Transaction, Query ..etc.)
Hibernate Mapping Files
Session and Criteria Interface
Advantages of ORM
Mappings (Collection, Association, Component)
3. Lecture # 5 (Chapter 14 Object Relational Databases)
Stages in OO Systems
Impedance Mismatch between Object and Relation
Call Level API
SQL Mapping Framework
ORM Framework
Proprietary Framework
Examples of Hibernate Mappings
Schema and Conversion examples
Hibernate HQL Query Language

You might also like