通过Hibernatetool生成代码和映射文件
它支持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"
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>