利用xdoclet开发hibernate3的ant通用代码

来源:百度文库 编辑:神马文学网 时间:2024/04/30 05:54:35
利用xdoclet开发hibernate3的ant通用代码




































classname="org.hibernate.tool.instrument.InstrumentTask"
classpathref="project.class.path">












classname="xdoclet.modules.hibernate.HibernateDocletTask"
classpathref="project.class.path">


excludedtags="@version,@author,@todo" force="true" encoding="GBK"
verbose="true">











classname="org.hibernate.tool.hbm2ddl.SchemaExportTask"
classpathref="project.class.path">


quiet="no" text="no" drop="no"  output="schema-export.sql" >