
Chapter 4 Generating Hibernate Persistent Objects and JSF Pages
Defining a database structure
For a new application, you can generate the database structure from the OOM:
- Define your Java classes in an OOM
- Generate a PDM from the OOM
- Optimize the database structure in the PDM (add triggers, stored procedures, physical options, permissions, etc)
- Generate the database
Copyright (C) 2005. Sybase Inc. All rights reserved.
|
|