日期:2014-05-17 浏览次数:20652 次
<!-- HIBERNATE 延迟加载 --> <filter> <filter-name>hibernateFilter</filter-name> <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class> </filter> <filter-mapping> <filter-name>hibernateFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <!-- SPRING 加载 --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml;</param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
<property name="hibernate.dialect">org.hibernate.dialect.FirebirdDialect</property> <property name="connection.driver_class">org.firebirdsql.jdbc.FBDriver</property> <property name="connection.url">jdbc:firebirdsql:10.106.115.2/3050:pim</property> <property name="connection.username">SYSDBA</property> <property name="connection.password">masterkey</property> <!-- 配置连接池 --> <property name="hibernate.c3p0.acquire_increment">1</property> <property name="hibernate.c3p0.idle_test_period">100</property> <!-- seconds --> <property name="hibernate.c3p0.max_size">10</property> <property name="hibernate.c3p0.max_statements">50</property> <property name="hibernate.c3p0.min_size">3</property> <property name="hibernate.c3p0.timeout">300</property> <!-- milliseconds --> <property name="connection.provider_class">org.hibernate.connection.C3P0ConnectionProvider</property> <!-- 其他 --> <property name="show_sql">true</property> <property name="format_sql">true</property> <property name="current_session_context_class">thread</property> <!-- 二级缓 --> <property name="hibernate.cache.use_second_level_cache">true</property> <property name="hibernate.cache.use_query_cache">true</property> <property name="hibernate.cache.provider_class">org.hibernate.cache.EhCacheProvider</property> <property name="hibernate.generate_statistics">true</property>
推荐阅读更多>
- 存储过程分页,怎么取到记录集
- 弹出窗口里怎么嵌入real播放器
- SSH错误
- 哪位高手能谈谈tomcat apache nginx这几个web服务器之间的区别
- 前辈们.咨询个关于学习流程的有关问题
- spring整合struts2时action里的service注入不进来,报空指针错误,纠结了很久,求帮忙解决
- hql更新语句如何搞的
- SpringMVC、struts2MVC标签库的疑点-如:表单校验、上传等
- input 默认值的有关问题
- 求一radio 的有关问题
- 想当然的有关问题
- 怎么锻炼自己的逻辑思考能力
- JAVA图片处理的有关问题 (via TranXcode)
- Spring MVC HTTP ERROR 404,该怎么处理
- !servlet调用数据库的内容在jsp页面显示
- 一个关于继承的有关问题~求助.
- !SSH 代码怎么打包
- JSP做完文件操作后,关于close文件的有关问题!
- 200分议论,软件开发究竟是变容易了,还是越来越难了
- 内网怎么做天气预报