|
|
Updated: January 4, 2007 |
|
 |
Download All-on-one version (zip) File size: 16.2 MB |
|
|
|
|
|
|
|
| Part 2 - Working with Object-Relational Mapping |
|
| This part introduces you on how to work with the ORM features of VP-UML so as to aid your database application development. You will know more about how to work out the object model, data model and database schema with VP-UML in the following chapters. Besides, using the VP-UML generated code for implementing a system and manipulating persistent data will also be mentioned. |
|
|
|
|
|
|
|
|
|
|
|
|
| Chapter 12 - Using ORM Wizard |
|
| VP-UML provides various ORM Wizard which assist you to perform different operations, such as generating persistent code and reversing database. In this chapter, we will walk through different wizards inside VP-UML and show you how to use it in your development. |
|
|
|
|
|
|
| Chapter 13 - Object Model |
|
| This chapter shows you how to depict the object models by using a Class Diagram or an EJB diagram and describes how VP-UML maps the object model to the data model. |
|
|
|
|
|
|
| Chapter 14 - Data Model |
|
| In this chapter, you will learn how to depict the object models by using Entity Relationship Diagram and how to reverse database, and describes how VP-UML maps the data model to the object model. |
|
|
|
|
|
|
| Chapter 15 - Database Schema |
|
| This chapter describe how to generate the database and data definition language and describes how the data model maps the data definition language. |
|
|
|
|
|
|
| Chapter 16 - Implementation |
|
| This chapter shows you how to generate the persistent code and Enterprise JavaBean, and describes how the Object Model maps to ORM-Persistent Class. |
|
|
|
|
|
|
| Chapter 17 - Manipulating Persistent Data with Java |
|
| In this chapter, you will learn how to use the generated persistent Java code to manipulate the database. It also shows you how the data will be inserted, retrieved, updated and deleted. Thus, it will also shows you how to run the generated sample Java code. |
|
|
|
|
|
|
| Chapter 18 - Manipulating Persistent Data with .NET |
|
| In this chapter, you will learn how to use the generated persistent .NET code to manipulate the database. It also shows you how the data will be inserted, retrieved, updated and deleted. Thus, it will also shows you how to run the generated sample .NET code. |
|
|
|
|
|
|
|
|