hibernate.cfg.xml:<?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="session_factory_name">java:/hibernate/SessionFactory</property>
<property name="connection.datasource">jdbc/micro</property>
<property name="dialect">org.hibernate.dialect.Oracle9Dialect</property> <mapping resource="com/huzai/admin/pojo/AdminUserInfo.hbm.xml" /></session-factory></hibernate-configuration>