Hi...

I cant figure out how to set a column unique and not null,
i have my primary key:

/** @ejb:pk-field
*   @ejb:interface-method view-type="local"
*   @ejb:persistent-field
*/
public abstract Integer getPrimaryKey();

/** @ejb:interface-method view-type="local"
*   @ejb:persistent-field
*   @ejb:what-needs-to-be-set-to-set-unique-not-null-in-the-table??????
*/
public abstract String getUniqueNotNullCulumn();



but i then have a field that needs to be unique, and not null,

how do i do that if i want Xdoclet to create my tables ??

David






-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to