日期:2014-05-17 浏览次数:20731 次
2011-9-24 16:16:27 org.hibernate.cfg.Environment <clinit> 信息: Hibernate 3.3.2.GA 2011-9-24 16:16:27 org.hibernate.cfg.Environment <clinit> 信息: hibernate.properties not found 2011-9-24 16:16:27 org.hibernate.cfg.Environment buildBytecodeProvider 信息: Bytecode provider name : javassist 2011-9-24 16:16:27 org.hibernate.cfg.Environment <clinit> 信息: using JDK 1.4 java.sql.Timestamp handling 2011-9-24 16:16:27 org.hibernate.cfg.Configuration configure 信息: configuring from resource: /hibernate.cfg.xml 2011-9-24 16:16:27 org.hibernate.cfg.Configuration getConfigurationInputStream 信息: Configuration resource: /hibernate.cfg.xml 2011-9-24 16:16:27 org.hibernate.cfg.Configuration addResource 信息: Reading mappings from resource : com/hibernate/UInfo.hbm.xml 2011-9-24 16:16:27 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues 信息: Mapping class: com.hibernate.Uinfo -> uinfo 2011-9-24 16:16:27 org.hibernate.cfg.Configuration doConfigure 信息: Configured SessionFactory: null 2011-9-24 16:16:27 org.hibernate.connection.DriverManagerConnectionProvider configure 信息: Using Hibernate built-in connection pool (not for production use!) 2011-9-24 16:16:27 org.hibernate.connection.DriverManagerConnectionProvider configure 信息: Hibernate connection pool size: 20 2011-9-24 16:16:27 org.hibernate.connection.DriverManagerConnectionProvider configure 信息: autocommit mode: false 2011-9-24 16:16:27 org.hibernate.connection.DriverManagerConnectionProvider configure 信息: using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at URL: jdbc:sqlserver://localhost:1433;databaseName=Info 2011-9-24 16:16:27 org.hibernate.connection.DriverManagerConnectionProvider configure 信息: connection properties: {user=sa, password=****} 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: RDBMS: Microsoft SQL Server, version: 10.50.2500 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC driver: Microsoft SQL Server JDBC Driver 3.0, version: 3.0.1301.101 2011-9-24 16:16:27 org.hibernate.dialect.Dialect <init> 信息: Using dialect: org.hibernate.dialect.SQLServerDialect 2011-9-24 16:16:27 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory 信息: Using default transaction strategy (direct JDBC transactions) 2011-9-24 16:16:27 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup 信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic flush during beforeCompletion(): disabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Automatic session close at end of transaction: disabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Scrollable result sets: enabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: JDBC3 getGeneratedKeys(): enabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Connection release mode: auto 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Default batch fetch size: 1 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Generate SQL with comments: disabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL updates by primary key: disabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory buildSettings 信息: Order SQL inserts for batching: disabled 2011-9-24 16:16:27 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory 信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2011-9-24 16:16:27 org.hibernate.hql.ast.ASTQueryTranslatorFa