Exam 14: Using Relational Databases to Provide Object Persistence

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Object-oriented environments typically do not have an inherent,built-in concept of boundaries between transactions.

(True/False)
4.8/5
(40)

________ is a model for specifying when and how an ORM framework retrieves persistent objects to the run-time memory during a navigation process.

(Short Answer)
4.9/5
(30)

The difference between the object-oriented world and the relational world is called integrity-object mismatch.

(True/False)
4.8/5
(29)

ORM frameworks include tools for managing database performance in the context of object-oriented applications.

(True/False)
4.9/5
(38)

Object-relational mapping frameworks require less overhead than call-level APIs and query mapping frameworks.

(True/False)
4.7/5
(32)

All of the following are ways to represent an inheritance structure in a database EXCEPT:

(Multiple Choice)
4.8/5
(32)

The property of an object that separates it from other objects based on its existence is called:

(Multiple Choice)
4.9/5
(40)

Call-level APIs work well when an application is small,however,they later lead to ________ and heavily layered code.

(Short Answer)
4.9/5
(34)

The identity of the ________ is dealt with differently in the object-oriented and relational worlds.

(Multiple Choice)
4.8/5
(36)

Easy mapping to ________ database schemas is an advantage of SQL query mapping frameworks.

(Short Answer)
4.9/5
(38)

A(n)________ is a class that represents a real-world entity.

(Short Answer)
4.9/5
(39)

HQL provides three different ways of expressing joins.

(True/False)
4.8/5
(25)

Object identity refers to the property of a(n)________ that separating it from other ________ based upon its existence.

(Short Answer)
4.9/5
(29)

Object-relational mapping frameworks hide the relational data access methods from the object-oriented applications and provide a ________ layer.

(Short Answer)
4.8/5
(48)

A structure that defines the relationships between domain classes in the object-oriented model and relations in a relational model is called:

(Multiple Choice)
4.8/5
(34)

Results from a call-level application program interface query are returned as:

(Multiple Choice)
4.9/5
(35)

A(n)________ is a method that provides other objects with access to the state of an object.

(Multiple Choice)
4.9/5
(34)

A model for specifying when and how an ORM framework retrieves persistent objects to the run-time memory during a navigation process is called:

(Multiple Choice)
4.7/5
(37)

Relational databases and the processes that are used to design them focus primarily on data,whereas object-oriented environments by definition integrate data and ________.

(Short Answer)
4.9/5
(26)

Little ________ of code is a disadvantage of the call-level API approach.

(Short Answer)
4.9/5
(36)
Showing 81 - 100 of 113
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)