Tuesday, 10 May 2011

What are the different types of property and class mappings?

Typical and most common property mapping


 <property name="description" column="DESCRIPTION" type="string"/>
 Or
 <property name="description" type="string">
 <column name="DESCRIPTION"/>
 </property>

No comments:

Post a Comment