Question

Of the two object-capable data programming methods, what attributes of object relational design make it the...

Of the two object-capable data programming methods, what attributes of object relational design make it the more preferred method

Homework Answers

Answer #1

Object durability, or persistence is the most preffered attribute in the object relational design. In object oriented progrmming many time you face issue of object storing, you have to explicitly convet to store. Though not auto boxing is present.Persistence is expected to operate with transactional integrity, and as such it is subject to strict conditions.In the real world, you rarely find an object that lacks relations to other objects. Objects are components of object models. The issues of object durability transcends the issue of object model durability and distribution once we make the observation that objects are interconnected by virtue of their relations to one another.The relational approach to data storage tends to aggregate data by type. Rows in a table represent the physical aggregate of objects of the same type on disk. The relationships among objects are then represented by keys that are shared across many tables. Hence, in order to construct an object model, these relationships are constructed from the existing keys at run time in a process referred to as table joins. This is the same well-known property of the relational databases called data independence. Thus it is considered of the important attribute for ORM.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What are the 2 common methods of design entry when programming FPGAs?
What are the 2 common methods of design entry when programming FPGAs?
1)What do self and cls refer to? a)self is a reference to the object that receives...
1)What do self and cls refer to? a)self is a reference to the object that receives the service call and executes the method whereas cls refers to the class that receives the method call. b)self is a reference to the object that makes the service whereas cls refers to the class that receives the method call. c)self is a reference to the object that receives the service call and executes the method whereas cls refers to the class that makes...
What are the possible objects, attributes, and methods for the POS system and also an activity...
What are the possible objects, attributes, and methods for the POS system and also an activity diagrams for the customer's order and the object relationship diagram for the POS system?
*OBJECT ORIENTED PROGRAMMING* * JAVA PROGRAMMING* Create a program that simulates a race between several vehicles....
*OBJECT ORIENTED PROGRAMMING* * JAVA PROGRAMMING* Create a program that simulates a race between several vehicles. Details don't matter must have the following: Design and implement an inheritance hierarchy that includes Vehicle as an abstract superclass and several subclasses. Include a document containing a UML diagram describing your inheritance hierarchy Include at least one interface that contains at least one method that implementing classes must implement. Include functionality to write the results of the race to a file; this will...
Use object-oriented programming to write an application for a company that uses a subscription-based business model...
Use object-oriented programming to write an application for a company that uses a subscription-based business model to loan out clothes such as office and party wear to female clients. A subscription costs $69 per 4 weeks. A client can make unlimited loan requests during her subscription, as long as she has no previous loan that has not been returned. There can be only one piece of clothes in each loan request. The chosen piece of clothes takes a day to...
In regards to Python programming, what are some methods that will aid secure the data-in-transit and...
In regards to Python programming, what are some methods that will aid secure the data-in-transit and at-rest? Also, what are some examples?
Kitchen World is changing its inventory system from a file-oriented system to a relational database system....
Kitchen World is changing its inventory system from a file-oriented system to a relational database system. Identify and design at least three tables that would be needed to capture data for Kitchen World's inventory. Each table should include a primary key, three non-key attributes, and foreign keys as necessary. Make up data values for two records within each table. Create an excel spreadsheet with this data. Download it to Access and do a query for the name of the largest...
JAVA Learning Objectives: To be able to code a class structure with appropriate attributes and methods....
JAVA Learning Objectives: To be able to code a class structure with appropriate attributes and methods. To demonstrate the concept of inheritance. To be able to create different objects and use both default and overloaded constructors. Practice using encapsulation (setters and getters) and the toString method. Create a set of classes for various types of video content (TvShows, Movies, MiniSeries). Write a super or parent class that contains common attributes and subclasses with unique attributes for each class. Make sure...
C++ PROGRAMMING Assignment: For this assignment, you will construct a program which is capable of taking...
C++ PROGRAMMING Assignment: For this assignment, you will construct a program which is capable of taking a user-given number, and adding up all of the numbers between 1 and the given number. So if someone inputs 12, it should add 1 + 2 + 3 + 4 + … 9 + 10 + 11 + 12, and return the answer. However, you’ll be using two different methods to do this. The first method should utilize either a for loop or...
Using the various Object Oriented Programming concepts and skills learnt in this course, design and develop...
Using the various Object Oriented Programming concepts and skills learnt in this course, design and develop a Java Application to compute an individual student’s GPA and store the records in a database. The application should have two components i.e. The student and the course components. The following should be the minimal operations on the course component: – Set course information – Print course information – Show credit hours – Show course number The following should be the minimal operations on...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT