Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by KevinWilliams:
http://wiki.apache.org/ws/WorkingWithConventions

------------------------------------------------------------------------------
  
  The DAS offers several conventions to reduce the need for confuguration and 
we are consiering the addition of more.  The follwoing is the current set.
  == Primary Key ==
+ The DAS must know the primary key of a table in order to generate a correct 
INSERT, UPDATE or DELETE statement.  The primary key definition can be provided 
in the configuration.  However, if the tables follow the convention that the 
primary key is named "ID" then no configuration to define the key is necessary. 
 In the absence of configuration to the contrary, the DAS will assume 
DataObject property named "ID" represent the key column in the underlying 
database table.
  
  == Foreign Key Relationships ==
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to