当前位置: 首页 > news >正文

手机网站模板安装方法中国中小企业信息网官网

手机网站模板安装方法,中国中小企业信息网官网,时尚wordpress免费主题下载,有没有可以做翻译的网站吗介绍 在上一篇文章中#xff0c;我宣布了我打算创建个人Hibernate课程的意图。 首先要做的是最小的测试配置。 这些示例与Hibernate 4有关。 您只需要休眠 在实际的生产环境中#xff0c;您不会单独使用Hibernate#xff0c;因为您可以将其集成到JEE或Spring容器中。 要测试… 介绍 在上一篇文章中我宣布了我打算创建个人Hibernate课程的意图。 首先要做的是最小的测试配置。 这些示例与Hibernate 4有关。 您只需要休眠 在实际的生产环境中您不会单独使用Hibernate因为您可以将其集成到JEE或Spring容器中。 要测试Hibernate功能您不需要完整的框架堆栈只需依赖Hibernate灵活的配置选项即可。 情况1基于驱动程序的JDBC配置 我们首先定义一个测试实体 Entity class SecurityId {IdGeneratedValueprivate Long id;private String role;public Long getId() {return id;}public String getRole() {return role;}public void setRole(String role) {this.role role;} } 多亏了Hibernate Transaction抽象层我们不必强迫使用任何外部事务管理器也不必编写任何自制的事务管理代码。 为了进行测试我们可以使用JDBC资源本地事务该事务由默认的JdbcTransactionFactory内部管理。 我们甚至不需要提供外部数据源因为Hibernate提供了一个由DriverManagerConnectionProviderImpl表示的非生产内置连接池。 我们的测试代码如下 Test public void test() {Session session null;Transaction txn null;try {session sf.openSession();txn session.beginTransaction();SecurityId securityId new SecurityId();securityId.setRole(Role);session.persist(securityId);txn.commit();} catch (RuntimeException e) {if ( txn ! null txn.isActive() ) txn.rollback();throw e;} finally {if (session ! null) {session.close();}} } 我们不需要任何外部配置文件因此这是我们可以构建和配置会话工厂的方式 Override protected SessionFactory newSessionFactory() {Properties properties new Properties();properties.put(hibernate.dialect, org.hibernate.dialect.HSQLDialect);//log settingsproperties.put(hibernate.hbm2ddl.auto, update);properties.put(hibernate.show_sql, true);//driver settingsproperties.put(hibernate.connection.driver_class, org.hsqldb.jdbcDriver);properties.put(hibernate.connection.url, jdbc:hsqldb:mem:test);properties.put(hibernate.connection.username, sa);properties.put(hibernate.connection.password, );return new Configuration().addProperties(properties).addAnnotatedClass(SecurityId.class).buildSessionFactory(new StandardServiceRegistryBuilder().applySettings(properties).build()); }情况2使用专业的连接池 如果我们想用专业的连接池来代替内置的连接池Hibernate提供了设置c3p0的选择该设置由C3P0ConnectionProvider在内部处理。 我们只需要更改会话工厂配置属性 protected SessionFactory newSessionFactory() {Properties properties new Properties();properties.put(hibernate.dialect, org.hibernate.dialect.HSQLDialect);//log settingsproperties.put(hibernate.hbm2ddl.auto, update);properties.put(hibernate.show_sql, true);//driver settingsproperties.put(hibernate.connection.driver_class, org.hsqldb.jdbcDriver);properties.put(hibernate.connection.url, jdbc:hsqldb:mem:test);properties.put(hibernate.connection.username, sa);properties.put(hibernate.connection.password, );//c3p0 settingsproperties.put(hibernate.c3p0.min_size, 1);properties.put(hibernate.c3p0.max_size, 5);return new Configuration().addProperties(properties).addAnnotatedClass(SecurityId.class).buildSessionFactory(new StandardServiceRegistryBuilder().applySettings(properties).build()); }情况3使用外部数据源 由于Hibernate不会记录SQL预准备语句参数 o.h.SQL - insert into SecurityId (id, role) values (default, ?) 我们将添加一个datasource-proxy来拦截实际的SQL查询 n.t.d.l.SLF4JQueryLoggingListener - Name: Time:0 Num:1 Query:{[insert into SecurityId (id, role) values (default, ?)][Role]} 配置如下所示 Override protected SessionFactory newSessionFactory() {Properties properties new Properties();properties.put(hibernate.dialect, org.hibernate.dialect.HSQLDialect);//log settingsproperties.put(hibernate.hbm2ddl.auto, update);//data source settingsproperties.put(hibernate.connection.datasource, newDataSource());return new Configuration().addProperties(properties).addAnnotatedClass(SecurityId.class).buildSessionFactory(new StandardServiceRegistryBuilder().applySettings(properties).build()); }private ProxyDataSource newDataSource() {JDBCDataSource actualDataSource new JDBCDataSource();actualDataSource.setUrl(jdbc:hsqldb:mem:test);actualDataSource.setUser(sa);actualDataSource.setPassword();ProxyDataSource proxyDataSource new ProxyDataSource();proxyDataSource.setDataSource(actualDataSource);proxyDataSource.setListener(new SLF4JQueryLoggingListener());return proxyDataSource; }结论 这是测试Hibernate功能所需的最低配置设置。 每当我提交带有复制测试用例的Hibernate错误报告时我也会使用这些配置。 代码可在GitHub上获得 。 翻译自: https://www.javacodegeeks.com/2014/06/the-minimal-configuration-for-testing-hibernate.html
http://www.yutouwan.com/news/297615/

相关文章:

  • wap免费营口网站优化
  • 手机制作网站的软件有哪些东西山东省建设监理协会网站打不开
  • wiki网站开发工具网站测速
  • dz网站源码中国铁路建设投资公司网站
  • project 网站开发计划我想自学建网站
  • 江苏建设厅网站电话多少网站功能项目报价
  • 网站建设推广优化招聘模板公司推广方法
  • 网站建设是平面设计吗彩票网站做任务拿佣金
  • 网站广告怎样做c#做的网站怎么上传图片
  • 什么app做网站餐饮营销方案
  • 网站 备案 多久吾享crm客户管理系统
  • 中山h5网站建设线上免费推广平台都有哪些
  • 青岛企业网站建设优化wordpress设置标题
  • 网站设计与平面设计区别在线建站网站
  • 湛江网站建设策划方案上海网站开发哪家好
  • 临沂市网站建设国内外贸平台
  • 学习做网站教程做网站管理好吗
  • 公司免费网站域名网站接入地查询
  • 响应式网站如何做的莆田seo快速排名
  • 贸易网站源码微信分销系统软件开发
  • 迁安网站开发做网站用什么源码
  • 如何用dw做旅游网站目录wordpress3.9.x
  • 华为云建站视频教程建筑资建设库网站缺陷
  • 网站集约化建设纪要信息流网站建设
  • 用c做网站深圳品牌网站建设公司
  • 做图片类型网站需要什么服务器wordpress 小蘑菇
  • 搜网站的关键词上海公司网页设计
  • 怎么看网站开发语言是哪种福州seo排名收费
  • 用dw做音乐网站从化网站建设方案
  • 一般网站建设需要多少钱做网站一万