摘要:
1. 写一个domain类来映射数据库表2. 写一个*.hbm.xml文件来配置映射 FORUM_MEMBER_ID_SEQ 3.applicationContext.xml文件中配置读取hbm.xml com/jforum/domain/Employee.hbm.xml --> com/ROCKY/domains/me... 阅读全文
posted @ 2013-10-10 16:39
holycrap
阅读(222)
评论(0)
推荐(0)
摘要:
1. 数据库oracle安装2. 数据库用户创建,表空间创建,表创建#!/bin/bashcurrent_path=`pwd`create_tablespace=${current_path}/create_tablespace.sqlcreate_tables=${current_path}/create_tables.sqlinstall_log=${current_path}/installlog.logsqllog=${current_path}/sql.logfunction create_table_space{ if [ ! -f ${create_tablespace} ... 阅读全文
posted @ 2013-10-10 14:58
holycrap
阅读(254)
评论(0)
推荐(0)

浙公网安备 33010602011771号