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:

  1. Define your Java classes in an OOM
  2. Generate a PDM from the OOM
  3. Optimize the database structure in the PDM (add triggers, stored procedures, physical options, permissions, etc)
  4. Generate the database

 


Copyright (C) 2005. Sybase Inc. All rights reserved.