fireflow_4_oracle.hibernate.cfg.xml.svn-base

来自「Fire-Workflow-Engine-All-In-One-20090208」· SVN-BASE 代码 · 共 38 行

SVN-BASE
38
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?