Community
Participate
Working Groups
For model attributes with the unique setting I would like to add a unique constraint in the database. Texo could automatically create this constraint in the orm.xml (or in the JPA annotations). One should be able to override the behaviour in the annotations model. Possibly there could be a setting on the package level - whether to create unique constraints by default or not. See also http://www.eclipse.org/forums/index.php?t=rview&goto=762701#msg_762701
Has been added (for many efeatures), to enable it the GenerateFullDbSchemaNames property on the epackage ORM annotation model must be set to true. gr. Martin