我junit测试时输出的信息如下,希望对各位的分析能有些帮助:)
2005-7-13 13:14:39 net.sf.hibernate.cfg.Environment <clinit>
信息: Hibernate 2.1.7
2005-7-13 13:14:40 net.sf.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
2005-7-13 13:14:40 net.sf.hibernate.cfg.Environment <clinit>
信息: using CGLIB reflection optimizer
2005-7-13 13:14:40 net.sf.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration addResource
信息: Mapping resource: F.hbm.xml
2005-7-13 13:14:40 net.sf.hibernate.cfg.Binder bindRootClass
信息: Mapping class: org.hibernate.sample.F -> f
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-many association mappings
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-one association property references
2005-7-13 13:14:40 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing foreign key constraints
2005-7-13 13:14:40 net.sf.hibernate.dialect.Dialect <init>
信息: Using dialect: net.sf.hibernate.dialect.MySQLDialect
2005-7-13 13:14:40 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Maximim outer join fetch depth: 2
2005-7-13 13:14:40 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use outer join fetching: true
2005-7-13 13:14:40 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
2005-7-13 13:14:40 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
2005-7-13 13:14:40 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://localhost:3306/school
2005-7-13 13:14:40 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: connection properties: {user=root, password=123}
2005-7-13 13:14:40 net.sf.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
信息: Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory
2005-7-13 13:14:40 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
信息: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use scrollable result sets: true
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use JDBC3 getGeneratedKeys(): true
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Optimize cache for minimal puts: false
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: echoing all SQL to stdout
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Query language substitutions: {}
2005-7-13 13:14:41 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: cache provider: net.sf.hibernate.cache.EhCacheProvider
2005-7-13 13:14:41 net.sf.hibernate.cfg.Configuration configureCaches
信息: instantiating and configuring caches
2005-7-13 13:14:41 net.sf.hibernate.impl.SessionFactoryImpl <init>
信息: building session factory
2005-7-13 13:14:41 net.sf.hibernate.impl.SessionFactoryObjectFactory addInstance
信息: Not binding factory to JNDI, no JNDI name configured
Hibernate: insert into f (telphone, id) values (?, ?)
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration addResource
信息: Mapping resource: F.hbm.xml
2005-7-13 13:14:42 net.sf.hibernate.cfg.Binder bindRootClass
信息: Mapping class: org.hibernate.sample.F -> f
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-many association mappings
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing one-to-one association property references
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration secondPassCompile
信息: processing foreign key constraints
2005-7-13 13:14:42 net.sf.hibernate.dialect.Dialect <init>
信息: Using dialect: net.sf.hibernate.dialect.MySQLDialect
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Maximim outer join fetch depth: 2
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use outer join fetching: true
2005-7-13 13:14:42 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
2005-7-13 13:14:42 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
2005-7-13 13:14:42 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: using driver: org.gjt.mm.mysql.Driver at URL: jdbc:mysql://localhost:3306/school
2005-7-13 13:14:42 net.sf.hibernate.connection.DriverManagerConnectionProvider configure
信息: connection properties: {user=root, password=123}
2005-7-13 13:14:42 net.sf.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
信息: Transaction strategy: net.sf.hibernate.transaction.JDBCTransactionFactory
2005-7-13 13:14:42 net.sf.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
信息: No TransactionManagerLookup configured (in JTA environment, use of process level read-write cache is not recommended)
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use scrollable result sets: true
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Use JDBC3 getGeneratedKeys(): true
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Optimize cache for minimal puts: false
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: echoing all SQL to stdout
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: Query language substitutions: {}
2005-7-13 13:14:42 net.sf.hibernate.cfg.SettingsFactory buildSettings
信息: cache provider: net.sf.hibernate.cache.EhCacheProvider
2005-7-13 13:14:42 net.sf.hibernate.cfg.Configuration configureCaches
信息: instantiating and configuring caches
2005-7-13 13:14:42 net.sf.hibernate.impl.SessionFactoryImpl <init>
信息: building session factory
2005-7-13 13:14:42 net.sf.hibernate.impl.SessionFactoryObjectFactory addInstance
信息: Not binding factory to JNDI, no JNDI name configured
Hibernate: select f0_.id as id, f0_.telphone as telphone from f f0_ where (id=2 )
222