User: vharcq
Date: 01/06/30 05:37:05
Modified: src/docs customizingjaws.xml
Log:
Add pk-constraint description
Revision Changes Path
1.14 +6 -1 manual/src/docs/customizingjaws.xml
Index: customizingjaws.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/docs/customizingjaws.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- customizingjaws.xml 2001/06/25 21:35:39 1.13
+++ customizingjaws.xml 2001/06/30 12:37:05 1.14
@@ -174,7 +174,7 @@
update in the database the fields of your bean that have
actually changed.
</para>
- </listitem>
+ </listitem>
<listitem>
<para> read-only: tells whether JAWS will allow client
application to modify
the state of your beans. Default is false. If true, JAWS will
@@ -201,6 +201,11 @@
database performance problems.
</para>
</listitem>
+ <listitem>
+ <para> pk-constraint: when this option is turned on (off by
default) JAWS will create
+an primary key constraint on the Primary Key fields : CREATE TABLE xxx (pk
INTEGER,a VARCHAR(256),b VARCHAR(256),CONSTRAINT pkxxx PRIMARY KEY (pk)))
+ </para>
+ </listitem>
</itemizedlist>
<para>Each of these options can be set either generally (it will affect JAWS
for your whole application)
or on a per bean basis, or both of these. JAWS will always read the defaults in
standardjaws.xml first, then
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development