basevalueobjectclasscomments.svm
来自「一个购房管理系统,JSF+Hibernate+Mssql2」· SVM 代码 · 共 14 行
SVM
14 行
#if ($class.get("class-description", true))
/**
$!class.getJavaDoc("class-description")
*/
#else
/**
* This is an object that contains data related to the $!{class.TableName} table.
* Do not modify this class because it will be overwritten if the configuration file
* related to this class is modified.
*
* @hibernate.class
* table="$!{class.TableName}"
*/
#end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?