The Uniqueness index of the Oracle database is represented in the unique index created in the database table test. The EO generated by the test table does not have specific rules corresponding to the unqiue index; when you create a unique key in the database table test, the database generates the corresponding unique index. When you use the test table to generate the EO,
EO has specific rules corresponding to the unique key, as follows: <Key www.2cto.com Name = "NetUn"> <DesignTime> <Attr Name = "_ isUnique" Value = "true"/> <Attr Name = "_ DBObjectName" Value = "NET_UN" /> </DesignTime> <AttrArray Name = "Attributes"> <Item Value = "com. test. hr. model. entities. testEO3.Name "/> <Item Value =" com. test. hr. model. entities. testEO3.Email "/> <Item Value =" com. test. hr. model. entities. testEO3.Tel "/> </AttrArray> </Key> by Ye JIU