Author: prabath
Date: Mon Feb 18 02:49:05 2008
New Revision: 13855
Log:
rollback
Modified:
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml
Modified:
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml
==============================================================================
---
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml
(original)
+++
trunk/solutions/identity/modules/identity-provider/conf/wso2identity.hbm.xml
Mon Feb 18 02:49:05 2008
@@ -293,38 +293,6 @@
<property name="lastVisit" column="last_visit" type="timestamp"
not-null="true"/>
</class>
- <!-- ######################################################### -->
- <!-- #### UserProfileDO(user_profile) #### -->
- <!-- ######################################################### -->
- <class
name="org.wso2.solutions.identity.persistence.dataobject.UserProfileDO"
- table="user_profile">
- <id name="id" column="id">
- <generator class="native"/>
- </id>
- <property name="lastUpdatedTime" type="timestamp"
column="c_last_updated" not-null="true"/>
- <property name="userId" column="user_id" not-null="true"/>
- <property name="profileName" column="profile_name" not-null="true"/>
- <property name="isDefault" column="is_default" not-null="true"/>
- <set name="profileProperties" lazy="true" cascade="all">
- <key column="profile_id"/>
- <one-to-many
class="org.wso2.solutions.identity.persistence.dataobject.UserProfileValuesDO"/>
- </set>
- </class>
-
- <!-- ######################################################### -->
- <!-- #### UserProfileValuesDO(user_profile_values) #### -->
- <!-- ######################################################### -->
- <class
name="org.wso2.solutions.identity.persistence.dataobject.UserProfileValuesDO"
- table="user_profile_values">
- <id name="id" column="id">
- <generator class="native"/>
- </id>
- <property name="lastUpdatedTime" type="timestamp"
column="c_last_updated" not-null="true"/>
- <property name="attributeName" column="attribute_name"
not-null="true"/>
- <property name="attributeValue" column="attribute_value"/>
- <many-to-one name="profile" column="profile_id"/>
- </class>
-
<!-- #################################################### -->
<!-- ##### ParameterDO(any utility parameters needed)##### -->
_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev