- 讲师:刘萍萍 / 谢楠
- 课时:160h
- 价格 4580 元
特色双名师解密新课程高频考点,送国家电网教材讲义,助力一次通关
配套通关班送国网在线题库一套
它支持Eclispe插件方式和Ant方式。这里主要将采用Ant方式。这样可以脱离Eclipse :)
1 准备好Hiberbate.cfg.xml .主要是告诉工具取哪的数据库和表格
< ?xml version="1.0" encoding="UTF-8"?>
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
oracle.jdbc.driver.OracleDriver< /property>
tt< /property>
jdbc:oracle:thin:@10.1.248.23:1521:tt< /property>
tt< /property>
tt< /property>
org.hibernate.dialect.Oracle9Dialect< /property>
< /session-factory>
< /hibernate-configuration>
2 编写Ant脚本。这一步是要定义ant任务,以及生成POJO和HBM.XML配置文件
< taskdef name="hibernatetool"
classpathref="project.class.path" />
< target name="hibernatecode">
< jdbcconfiguration configurationfile="E:"gg"yy"3123"build"hibernate.cfg.xml" packagename="com.tt.wss.hibernate"
< target name="hibernatehbm">
< jdbcconfiguration configurationfile="E:"gg"yy"3123"build"hibernate.cfg.xml" packagename="com.asia.wss.hibernate"
责编:罗莉
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
课程专业名称 |
讲师 |
课时 |
查看课程 |
---|
点击加载更多评论>>