⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fireflow_4_oracle.hibernate.cfg.xml.svn-base

📁 Fire-Workflow-Engine-All-In-One-20090208 包含全部文档
💻 SVN-BASE
字号:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
          "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
          "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">

<!-- Generated by MyEclipse Hibernate Tools.                   -->
<hibernate-configuration>
    <session-factory>
        <property name="connection.username">fireflow
        </property>
        <property name="connection.url">
		jdbc:oracle:thin:@localhost:1521:ora9i
        </property>
        <property name="dialect">
		org.hibernate.dialect.Oracle9Dialect
        </property>
        <property name="hbm2ddl.auto">update
        </property>
        <property name="connection.password">fireflow
        </property>
        <property name="connection.driver_class">
		oracle.jdbc.OracleDriver
        </property>
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/JoinPoint.hbm.xml" />
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/ProcessInstance.hbm.xml" />
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/ProcessInstanceVariable.hbm.xml" />
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/TaskInstance.hbm.xml" />
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/Token.hbm.xml" />
        <mapping
		resource="org/fireflow/engine/persistence/hibernate/WorkItem.hbm.xml" />
        <mapping resource="org/fireflow/engine/persistence/hibernate/WorkflowDefinition.hbm.xml" />
    </session-factory>
</hibernate-configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -