|
How do I model an enumeration in UML for AndroMDA to generate the enum represented in a table column? If I associate it I get...
��� /** ���� * ���� * ���� * @hibernate.many-to-one ���� *���� column="${target.columnName}" ���� *���� class="com.centrica.eec.common.Channel" ���� *���� not-null="true" ���� */
If I add an attribute of type I get
��� /** ���� * ���� * ���� * @hibernate.property ���� *���� column="TMP" ���� *���� type="$attribute.type.fullyQualifiedHibernateType" ���� * ���� * @hibernate.column ���� *���� name="TMP" ���� *���� sql-type="com.centrica.eec.common.Channel" ���� *���� not-null="true" ���� */
Any ideas will be welcome.
Davin Coleman ------------------------------------------------------------ The information contained in or attached to this email is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it. It may contain information which is confidential and/or covered by legal professional or other privilege (or other rules or laws with similar effect in jurisdictions outside England and Wales). The views expressed in this email are not necessarily the views of Centrica plc, and the company, its directors, officers or employees make no representation or accept any liability for its accuracy or completeness unless expressly stated to the contrary. |
- Re: [Andromda-user] Hibernate using <<Enumeration>... Coleman, Davin
- Re: [Andromda-user] Hibernate using <<Enumeratio... Chad Brandon
- Re: [Andromda-user] Hibernate using <<Enumer... Martin West
- Re: [Andromda-user] Hibernate using <<Enumeratio... Tomasz Lempart
- Re: [Andromda-user] Hibernate using <<Enumer... Chad Brandon
