Exam 14: Using Relational Databases to Provide Object Persistence

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

A structure that defines the relationship between domain classes in the object-oriented model and relations in the relational model is called the independent mapping schema.

(True/False)
4.9/5
(31)

Closed database connectivity is another call-level API.

(True/False)
4.8/5
(33)

What are some of the common approaches for providing persistence for objects using relational databases?

(Essay)
4.8/5
(32)

The N+1 select problem leads to a separate ________ statement for each associated object in a one-to-many relationship.

(Short Answer)
4.9/5
(28)

A class specification for objects that exist for storing the value of a property of another object is called a:

(Multiple Choice)
4.9/5
(31)

All of the following are disadvantages of the SQL query mapping framework EXCEPT:

(Multiple Choice)
4.9/5
(32)

All of the following are disadvantages of using the call-level API approach to providing persistence EXCEPT:

(Multiple Choice)
4.9/5
(33)

The conceptual gap between the object-oriented approach to application design and the relational model for database design and implementation is often labeled as a perfect match.

(True/False)
4.8/5
(40)

Within an ORM,what is a fetching strategy?

(Essay)
4.8/5
(31)

Hibernate is configured using an HTML file.

(True/False)
4.9/5
(35)

________ has been an industry standard for a call-level application program interface with which Java programs can access SQL databases.

(Multiple Choice)
4.8/5
(40)

SQL query mapping frameworks reduce significantly the amount of code required to manage ________.

(Short Answer)
4.8/5
(37)

________ resembles SQL in many ways.

(Short Answer)
4.8/5
(37)

Comprehensive object-relational mapping frameworks hide the relational data access methods from the object-oriented applications and provide an entirely translucent persistence layer.

(True/False)
4.8/5
(33)

Serialization is a built-in mechanism for storing a persistent state of an object in object-oriented languages.

(True/False)
4.8/5
(39)

Object-relational mapping (ORM)defines relationships between object-oriented and ________ data.

(Short Answer)
4.7/5
(34)

A ________ is a class specification for objects that exist for storing the value of another object.

(Short Answer)
4.7/5
(34)

Object-relational mapping defines structural relationships between object-oriented and relational representations of data.

(True/False)
4.9/5
(39)

An entity class is:

(Multiple Choice)
4.9/5
(40)

________ are a category of tools which use relational databases to provide object persistence by linking classes to parameters and results of SQL queries.

(Multiple Choice)
4.9/5
(35)
Showing 61 - 80 of 113
close modal

Filters

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