<property name="accessname" column="accessName" type="java.lang.String" not-null="true" /
name(对应的java类的属性名称)、column(对应的表中的字段)、tyope(属性的类型,eg.java.lang.String)、not-null(设置该属性是否为空,为true时表示非空,默认为false)和length(字段的长度限制)。
<property name="accessname" column="accessName" type="java.lang.String" not-null="true" /