12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: Hibernate 3.2.0
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment buildBytecodeProvider
信息: Bytecode provider name : cglib
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/C:/Users/apple/Desktop/通讯录系统/hibernatelib/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/User.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.User -> tb_users
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Customer.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Customer -> tb_customer_info
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Communication.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Communication -> tb_communication_info
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
信息: Mapping collection: pojo.Customer.communicationList -> tb_communication_info
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: autocommit mode: false
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/test02
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: connection properties: {password=****, user=root}
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: RDBMS: MySQL, version: 5.6.42-log
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC driver: MySQL Connector Java, version: mysql-connector-java-5.1.36 ( Revision: 4fc1f969f740409a4e03750316df2c0e429f3dc8 )
12月 09, 2018 10:46:13 下午 org.hibernate.dialect.Dialect <init>
信息: Using dialect: org.hibernate.dialect.MySQLDialect
12月 09, 2018 10:46:13 下午 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
信息: Using default transaction strategy (direct JDBC transactions)
12月 09, 2018 10:46:13 下午 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Automatic flush during beforeCompletion(): disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Automatic session close at end of transaction: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC batch size: 15
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC batch updates for versioned data: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Scrollable result sets: enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC3 getGeneratedKeys(): enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Connection release mode: auto
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Maximum outer join fetch depth: 2
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Default batch fetch size: 1
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Generate SQL with comments: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Order SQL updates by primary key: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
12月 09, 2018 10:46:13 下午 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
信息: Using ASTQueryTranslatorFactory
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Query language substitutions: {}
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JPA-QL strict compliance: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Second-level cache: enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Query cache: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory createCacheProvider
信息: Cache provider: org.hibernate.cache.NoCacheProvider
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Optimize cache for minimal puts: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Structured second-level cache entries: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Statistics: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Deleted entity synthetic identifier rollback: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Default entity-mode: pojo
12月 09, 2018 10:46:13 下午 org.hibernate.impl.SessionFactoryImpl <init>
信息: building session factory
12月 09, 2018 10:46:13 下午 org.hibernate.impl.SessionFactoryObjectFactory addInstance
信息: Not binding factory to JNDI, no JNDI name configured
文字乱码可以解决 但是按照视频没法做出和视频一样的结果 异或????