Message:

   The following issue has been resolved as FIXED.

   Resolver: Wouter Zoons
       Date: So, 12 Sep 2004 4:49 PM

added @andromda.hibernate.index and @andromda.hibernate.unique
the former represents the name of the index, the latter is a boolean value to express 
uniqueness, not-null is already support by setting the property to required (this can 
be achieved by setting the multiplicity >= 1)

the fix has been applied to only the attribute (columns) .. for relations I recommend 
someone else to implement the patch making use of the metafacades (as it should)

---------------------------------------------------------------------
View the issue:
  http://team.andromda.org:8080/jira/browse/HIB-12

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: HIB-12
    Summary: Unique, Indexed and Non-Null Attributes
       Type: Improvement

     Status: Resolved
   Priority: Critical
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: Hibernate Cartridge

   Assignee: Wouter Zoons
   Reporter: Fady Matar

    Created: So, 12 Sep 2004 3:56 PM
    Updated: So, 12 Sep 2004 4:49 PM
Environment: Any Environment

Description:
Currently, the hibernate cartridges contains a few tagged values for the basic usage, 
unfortunately another of critical tag values that define indexes and unique attributes 
do not exist.


@andromda.persistence.column.unique:   Flag indicating wither the attribute is unique 
or not
@andromda.persistence.column.not-null: Flag indicating wither the attribute is allowed 
to be null (recommended to be required whenever the unique attribute is set to true)
@andromda.persistence.column.indexed: Flag indicating wither the attribute is indexed 
or not.

Setting these attributes will give a major boost to the automation process since they 
are required for most applications.
 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://team.andromda.org:8080/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to