xworker.db.hibernate.hibernate-mapping-nodes.any/@meta
事物 meta(meta)

- 父事物:
- any
- 描述者:
- 事物
- thing
- 继承:
- meta
_value(metaValue)
-
attribute
- <meta>的元素属性表
class-description//指定描述类的javaDoc
attribute-description//指定描述类的属性的javaDoc
interface//如果为true,表示生成接口而非类,默认为false
implements//指定类所实现的接口
extends//指定类继承的父类名
generated-class//重新指定生成的类名
scope-class//指定类的修饰符默认为public
scope-set//指定set方法的修饰符默认为public
scope-get//指定get方法的修饰符默认为public
scope-attribute//指定类的属性修饰符默认为private
use-in-toString//如果为true,表示在tostring方法中包含此属性
gen-property//如果为false不会在java类中生成此属性,默认为true
finder-method//指定find方法名
inherit
-