hibernate请问这里是什么问题

##不知道错在哪里了

10:28:35,460 DEBUG IntegratorServiceImpl:46 - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
10:28:35,467 DEBUG IntegratorServiceImpl:46 - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
10:28:35,470 DEBUG IntegratorServiceImpl:46 - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
10:28:35,617 INFO Version:37 - HHH000412: Hibernate Core {5.0.7.Final}
10:28:35,620 INFO Environment:213 - HHH000206: hibernate.properties not found
10:28:35,622 INFO Environment:317 - HHH000021: Bytecode provider name : javassist
10:28:35,658 DEBUG LocalXmlResourceResolver:57 - Interpreting public/system identifier : [-//Hibernate/Hibernate Configuration DTD 3.0//EN] - [http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd]
10:28:35,659 DEBUG LocalXmlResourceResolver:85 - Recognized hibernate-configuration identifier; attempting to resolve on classpath under org/hibernate/
10:28:35,663 DEBUG JaxbCfgProcessor:116 - cfg.xml document did not define namespaces; wrapping in custom event reader to introduce namespace information
10:28:35,898 DEBUG Configuration:722 - Building session factory using internal StandardServiceRegistryBuilder
10:28:35,906 DEBUG ServiceBinding:68 - Overriding existing service binding [org.hibernate.secure.spi.JaccService]
10:28:35,906 DEBUG Configuration:653 - Building session factory using provided StandardServiceRegistry
10:28:35,924 DEBUG RegionFactoryInitiator:88 - Cache region factory : org.hibernate.cache.internal.NoCachingRegionFactory
10:28:35,933 INFO Version:66 - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
10:28:35,953 DEBUG LocalXmlResourceResolver:57 - Interpreting public/system identifier : [-//Hibernate/Hibernate Mapping DTD 3.0//EN] - [http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd]
10:28:35,954 DEBUG LocalXmlResourceResolver:59 - Recognized hibernate-mapping identifier; attempting to resolve on classpath under org/hibernate/
10:28:35,982 DEBUG MappingBinder:58 - Performing JAXB binding of hbm.xml document : Origin(name=cn/itcast/crm/domain/CstCustomer.hbm.xml,type=RESOURCE)
10:28:37,113 DEBUG LocalXmlResourceResolver:57 - Interpreting public/system identifier : [-//Hibernate/Hibernate Mapping DTD 3.0//EN] - [http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd]
10:28:37,114 DEBUG LocalXmlResourceResolver:59 - Recognized hibernate-mapping identifier; attempting to resolve on classpath under org/hibernate/
10:28:37,122 DEBUG MappingBinder:58 - Performing JAXB binding of hbm.xml document : Origin(name=cn/itcast/crm/domain/CstCustomerDetail.hbm.xml,type=RESOURCE)
10:28:37,166 DEBUG BasicTypeRegistry:135 - Adding type registration boolean -> org.hibernate.type.BooleanType@534a5a98
10:28:37,166 DEBUG BasicTypeRegistry:135 - Adding type registration boolean -> org.hibernate.type.BooleanType@534a5a98
10:28:37,167 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Boolean -> org.hibernate.type.BooleanType@534a5a98
10:28:37,169 DEBUG BasicTypeRegistry:135 - Adding type registration numeric_boolean -> org.hibernate.type.NumericBooleanType@5e600dd5
10:28:37,172 DEBUG BasicTypeRegistry:135 - Adding type registration true_false -> org.hibernate.type.TrueFalseType@6fdbe764
10:28:37,173 DEBUG BasicTypeRegistry:135 - Adding type registration yes_no -> org.hibernate.type.YesNoType@6221a451
10:28:37,175 DEBUG BasicTypeRegistry:135 - Adding type registration byte -> org.hibernate.type.ByteType@537f60bf
10:28:37,176 DEBUG BasicTypeRegistry:135 - Adding type registration byte -> org.hibernate.type.ByteType@537f60bf
10:28:37,176 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Byte -> org.hibernate.type.ByteType@537f60bf
10:28:37,178 DEBUG BasicTypeRegistry:135 - Adding type registration character -> org.hibernate.type.CharacterType@229c6181
10:28:37,179 DEBUG BasicTypeRegistry:135 - Adding type registration char -> org.hibernate.type.CharacterType@229c6181
10:28:37,179 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Character -> org.hibernate.type.CharacterType@229c6181
10:28:37,182 DEBUG BasicTypeRegistry:135 - Adding type registration short -> org.hibernate.type.ShortType@e350b40
10:28:37,182 DEBUG BasicTypeRegistry:135 - Adding type registration short -> org.hibernate.type.ShortType@e350b40
10:28:37,183 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Short -> org.hibernate.type.ShortType@e350b40
10:28:37,184 DEBUG BasicTypeRegistry:135 - Adding type registration integer -> org.hibernate.type.IntegerType@13e344d
10:28:37,185 DEBUG BasicTypeRegistry:135 - Adding type registration int -> org.hibernate.type.IntegerType@13e344d
10:28:37,185 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Integer -> org.hibernate.type.IntegerType@13e344d
10:28:37,189 DEBUG BasicTypeRegistry:135 - Adding type registration long -> org.hibernate.type.LongType@1e6a3214
10:28:37,189 DEBUG BasicTypeRegistry:135 - Adding type registration long -> org.hibernate.type.LongType@1e6a3214
10:28:37,190 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Long -> org.hibernate.type.LongType@1e6a3214
10:28:37,193 DEBUG BasicTypeRegistry:135 - Adding type registration float -> org.hibernate.type.FloatType@4145bad8
10:28:37,193 DEBUG BasicTypeRegistry:135 - Adding type registration float -> org.hibernate.type.FloatType@4145bad8
10:28:37,194 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Float -> org.hibernate.type.FloatType@4145bad8
10:28:37,196 DEBUG BasicTypeRegistry:135 - Adding type registration double -> org.hibernate.type.DoubleType@2e385cce
10:28:37,196 DEBUG BasicTypeRegistry:135 - Adding type registration double -> org.hibernate.type.DoubleType@2e385cce
10:28:37,197 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Double -> org.hibernate.type.DoubleType@2e385cce
10:28:37,200 DEBUG BasicTypeRegistry:135 - Adding type registration big_decimal -> org.hibernate.type.BigDecimalType@644baf4a
10:28:37,200 DEBUG BasicTypeRegistry:135 - Adding type registration java.math.BigDecimal -> org.hibernate.type.BigDecimalType@644baf4a
10:28:37,202 DEBUG BasicTypeRegistry:135 - Adding type registration big_integer -> org.hibernate.type.BigIntegerType@2a265ea9
10:28:37,202 DEBUG BasicTypeRegistry:135 - Adding type registration java.math.BigInteger -> org.hibernate.type.BigIntegerType@2a265ea9
10:28:37,205 DEBUG BasicTypeRegistry:135 - Adding type registration string -> org.hibernate.type.StringType@2e8c1c9b
10:28:37,206 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.String -> org.hibernate.type.StringType@2e8c1c9b
10:28:37,208 DEBUG BasicTypeRegistry:135 - Adding type registration nstring -> org.hibernate.type.StringNVarcharType@78e4deb0
10:28:37,209 DEBUG BasicTypeRegistry:135 - Adding type registration ncharacter -> org.hibernate.type.CharacterNCharType@2eae8e6e
10:28:37,212 DEBUG BasicTypeRegistry:135 - Adding type registration url -> org.hibernate.type.UrlType@69e153c5
10:28:37,212 DEBUG BasicTypeRegistry:135 - Adding type registration java.net.URL -> org.hibernate.type.UrlType@69e153c5
10:28:37,217 DEBUG BasicTypeRegistry:135 - Adding type registration date -> org.hibernate.type.DateType@5d0bf09b
10:28:37,218 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.Date -> org.hibernate.type.DateType@5d0bf09b
10:28:37,222 DEBUG BasicTypeRegistry:135 - Adding type registration time -> org.hibernate.type.TimeType@3e27ba32
10:28:37,222 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.Time -> org.hibernate.type.TimeType@3e27ba32
10:28:37,227 DEBUG BasicTypeRegistry:135 - Adding type registration timestamp -> org.hibernate.type.TimestampType@2034b64c
10:28:37,228 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.Timestamp -> org.hibernate.type.TimestampType@2034b64c
10:28:37,229 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.Date -> org.hibernate.type.TimestampType@2034b64c
10:28:37,234 DEBUG BasicTypeRegistry:135 - Adding type registration dbtimestamp -> org.hibernate.type.DbTimestampType@7161d8d1
10:28:37,236 DEBUG BasicTypeRegistry:135 - Adding type registration calendar -> org.hibernate.type.CalendarType@795509d9
10:28:37,236 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.Calendar -> org.hibernate.type.CalendarType@795509d9
10:28:37,237 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.GregorianCalendar -> org.hibernate.type.CalendarType@795509d9
10:28:37,238 DEBUG BasicTypeRegistry:135 - Adding type registration calendar_date -> org.hibernate.type.CalendarDateType@6bbe85a8
10:28:37,240 DEBUG BasicTypeRegistry:135 - Adding type registration locale -> org.hibernate.type.LocaleType@53fb3dab
10:28:37,240 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.Locale -> org.hibernate.type.LocaleType@53fb3dab
10:28:37,241 DEBUG BasicTypeRegistry:135 - Adding type registration currency -> org.hibernate.type.CurrencyType@742ff096
10:28:37,242 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.Currency -> org.hibernate.type.CurrencyType@742ff096
10:28:37,243 DEBUG BasicTypeRegistry:135 - Adding type registration timezone -> org.hibernate.type.TimeZoneType@79e4c792
10:28:37,246 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.TimeZone -> org.hibernate.type.TimeZoneType@79e4c792
10:28:37,247 DEBUG BasicTypeRegistry:135 - Adding type registration class -> org.hibernate.type.ClassType@1349883
10:28:37,247 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Class -> org.hibernate.type.ClassType@1349883
10:28:37,250 DEBUG BasicTypeRegistry:135 - Adding type registration uuid-binary -> org.hibernate.type.UUIDBinaryType@3f191845
10:28:37,250 DEBUG BasicTypeRegistry:135 - Adding type registration java.util.UUID -> org.hibernate.type.UUIDBinaryType@3f191845
10:28:37,251 DEBUG BasicTypeRegistry:135 - Adding type registration uuid-char -> org.hibernate.type.UUIDCharType@5afa3c9
10:28:37,253 DEBUG BasicTypeRegistry:135 - Adding type registration binary -> org.hibernate.type.BinaryType@8458f04
10:28:37,253 DEBUG BasicTypeRegistry:135 - Adding type registration byte[] -> org.hibernate.type.BinaryType@8458f04
10:28:37,254 DEBUG BasicTypeRegistry:135 - Adding type registration [B -> org.hibernate.type.BinaryType@8458f04
10:28:37,256 DEBUG BasicTypeRegistry:135 - Adding type registration wrapper-binary -> org.hibernate.type.WrapperBinaryType@2cb4893b
10:28:37,257 DEBUG BasicTypeRegistry:135 - Adding type registration Byte[] -> org.hibernate.type.WrapperBinaryType@2cb4893b
10:28:37,257 DEBUG BasicTypeRegistry:135 - Adding type registration [Ljava.lang.Byte; -> org.hibernate.type.WrapperBinaryType@2cb4893b
10:28:37,258 DEBUG BasicTypeRegistry:135 - Adding type registration image -> org.hibernate.type.ImageType@413d1baf
10:28:37,259 DEBUG BasicTypeRegistry:135 - Adding type registration characters -> org.hibernate.type.CharArrayType@5524cca1
10:28:37,259 DEBUG BasicTypeRegistry:135 - Adding type registration char[] -> org.hibernate.type.CharArrayType@5524cca1
10:28:37,260 DEBUG BasicTypeRegistry:135 - Adding type registration [C -> org.hibernate.type.CharArrayType@5524cca1
10:28:37,261 DEBUG BasicTypeRegistry:135 - Adding type registration wrapper-characters -> org.hibernate.type.CharacterArrayType@57a78e3
10:28:37,261 DEBUG BasicTypeRegistry:135 - Adding type registration [Ljava.lang.Character; -> org.hibernate.type.CharacterArrayType@57a78e3
10:28:37,261 DEBUG BasicTypeRegistry:135 - Adding type registration Character[] -> org.hibernate.type.CharacterArrayType@57a78e3
10:28:37,262 DEBUG BasicTypeRegistry:135 - Adding type registration text -> org.hibernate.type.TextType@5386659f
10:28:37,263 DEBUG BasicTypeRegistry:135 - Adding type registration ntext -> org.hibernate.type.NTextType@7ce69770
10:28:37,269 DEBUG BasicTypeRegistry:135 - Adding type registration blob -> org.hibernate.type.BlobType@7c37508a
10:28:37,269 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.Blob -> org.hibernate.type.BlobType@7c37508a
10:28:37,270 DEBUG BasicTypeRegistry:135 - Adding type registration materialized_blob -> org.hibernate.type.MaterializedBlobType@303cf2ba
10:28:37,275 DEBUG BasicTypeRegistry:135 - Adding type registration clob -> org.hibernate.type.ClobType@2a693f59
10:28:37,275 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.Clob -> org.hibernate.type.ClobType@2a693f59
10:28:37,279 DEBUG BasicTypeRegistry:135 - Adding type registration nclob -> org.hibernate.type.NClobType@6c4906d3
10:28:37,279 DEBUG BasicTypeRegistry:135 - Adding type registration java.sql.NClob -> org.hibernate.type.NClobType@6c4906d3
10:28:37,280 DEBUG BasicTypeRegistry:135 - Adding type registration materialized_clob -> org.hibernate.type.MaterializedClobType@4f32a3ad
10:28:37,281 DEBUG BasicTypeRegistry:135 - Adding type registration materialized_nclob -> org.hibernate.type.MaterializedNClobType@6f53b8a
10:28:37,284 DEBUG BasicTypeRegistry:135 - Adding type registration serializable -> org.hibernate.type.SerializableType@1a245833
10:28:37,290 DEBUG BasicTypeRegistry:135 - Adding type registration object -> org.hibernate.type.ObjectType@239a307b
10:28:37,290 DEBUG BasicTypeRegistry:135 - Adding type registration java.lang.Object -> org.hibernate.type.ObjectType@239a307b
10:28:37,291 DEBUG BasicTypeRegistry:135 - Adding type registration imm_date -> org.hibernate.type.AdaptedImmutableType@2de56eb2
10:28:37,291 DEBUG BasicTypeRegistry:135 - Adding type registration imm_time -> org.hibernate.type.AdaptedImmutableType@5f8e8a9d
10:28:37,292 DEBUG BasicTypeRegistry:135 - Adding type registration imm_timestamp -> org.hibernate.type.AdaptedImmutableType@5745ca0e
10:28:37,292 DEBUG BasicTypeRegistry:135 - Adding type registration imm_dbtimestamp -> org.hibernate.type.AdaptedImmutableType@3ad83a66
10:28:37,292 DEBUG BasicTypeRegistry:135 - Adding type registration imm_calendar -> org.hibernate.type.AdaptedImmutableType@3cce5371
10:28:37,293 DEBUG BasicTypeRegistry:135 - Adding type registration imm_calendar_date -> org.hibernate.type.AdaptedImmutableType@17bffc17
10:28:37,293 DEBUG BasicTypeRegistry:135 - Adding type registration imm_binary -> org.hibernate.type.AdaptedImmutableType@6e535154
10:28:37,294 DEBUG BasicTypeRegistry:135 - Adding type registration imm_serializable -> org.hibernate.type.AdaptedImmutableType@15a34df2
10:28:37,307 INFO ConnectionProviderInitiator:187 - HHH000130: Instantiating explicit connection provider: org.hibernate.c3p0.internal.C3P0ConnectionProvider
10:28:37,312 INFO C3P0ConnectionProvider:117 - HHH010002: C3P0 using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/crm_hibernateziji?serverTimezone=GMT%2B8&
10:28:37,312 INFO C3P0ConnectionProvider:118 - HHH10001001: Connection properties: {user=root, password=****}
10:28:37,313 INFO C3P0ConnectionProvider:121 - HHH10001003: Autocommit mode: false
10:28:38,352 INFO C3P0ConnectionProvider:201 - HHH10001007: JDBC isolation level:
10:28:39,560 DEBUG JdbcEnvironmentInitiator:72 - Database ->
name : MySQL
version : 8.0.13
major : 8
minor : 0
10:28:39,568 DEBUG JdbcEnvironmentInitiator:83 - Driver ->
name : MySQL Connector/J
version : mysql-connector-java-8.0.13 (Revision: 66459e9d39c8fd09767992bc592acd2053279be6)
major : 8
minor : 0
10:28:39,569 DEBUG JdbcEnvironmentInitiator:389 - JDBC version : 4.2
10:28:39,602 INFO Dialect:156 - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
10:28:39,634 DEBUG StandardRefCursorSupport:170 - Unexpected error trying to gauge level of JDBC REF_CURSOR support : null
10:28:39,738 DEBUG IdentifierHelperBuilder:116 - JDBC driver metadata reported database stores quoted identifiers in more than one case
10:28:39,743 DEBUG IdentifierHelperBuilder:182 - IdentifierCaseStrategy for both quoted and unquoted identifiers was set to the same strategy [LOWER]; that will likely lead to problems in schema update and validation if using quoted identifiers
10:28:39,760 INFO LobCreatorBuilderImpl:124 - HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
10:28:39,806 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [uuid2] -> [org.hibernate.id.UUIDGenerator]
10:28:39,807 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [guid] -> [org.hibernate.id.GUIDGenerator]
10:28:39,809 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [uuid] -> [org.hibernate.id.UUIDHexGenerator]
10:28:39,810 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [uuid.hex] -> [org.hibernate.id.UUIDHexGenerator]
10:28:39,811 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [assigned] -> [org.hibernate.id.Assigned]
10:28:39,813 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [identity] -> [org.hibernate.id.IdentityGenerator]
10:28:39,814 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [select] -> [org.hibernate.id.SelectGenerator]
10:28:39,816 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
10:28:39,819 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [seqhilo] -> [org.hibernate.id.SequenceHiLoGenerator]
10:28:39,820 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [increment] -> [org.hibernate.id.IncrementGenerator]
10:28:39,821 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [foreign] -> [org.hibernate.id.ForeignGenerator]
10:28:39,822 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [sequence-identity] -> [org.hibernate.id.SequenceIdentityGenerator]
10:28:39,823 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [enhanced-sequence] -> [org.hibernate.id.enhanced.SequenceStyleGenerator]
10:28:39,825 DEBUG DefaultIdentifierGeneratorFactory:78 - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
10:28:39,930 DEBUG Namespace:47 - Created database namespace [logicalName=Name{catalog=null, schema=null}, physicalName=Name{catalog=null, schema=null}]
10:28:39,957 DEBUG ModelBinder:229 - Mapping class: cn.itcast.crm.domain.CstCustomer -> cst_customer
10:28:39,963 DEBUG ModelBinder:2490 - Mapped property: custId -> [cust_id]
10:28:39,965 DEBUG PrimaryKey:35 - Forcing column [cust_id] to be non-null as it is part of the primary key for table [cst_customer]
10:28:39,966 DEBUG ModelBinder:2490 - Mapped property: custName -> [cust_name]
10:28:39,966 DEBUG ModelBinder:2490 - Mapped property: custUserId -> [cust_user_id]
10:28:39,967 DEBUG ModelBinder:2490 - Mapped property: custCreateId -> [cust_create_id]
10:28:39,967 DEBUG ModelBinder:2490 - Mapped property: custSource -> [cust_source]
10:28:39,968 DEBUG ModelBinder:2490 - Mapped property: custIndustry -> [cust_industry]
10:28:39,968 DEBUG ModelBinder:2490 - Mapped property: custLevel -> [cust_level]
10:28:39,968 DEBUG ModelBinder:2490 - Mapped property: custLinkman -> [cust_linkman]
10:28:39,968 DEBUG ModelBinder:2490 - Mapped property: custPhone -> [cust_phone]
10:28:39,968 DEBUG ModelBinder:2490 - Mapped property: custMobile -> [cust_mobile]
10:28:39,969 DEBUG ModelBinder:229 - Mapping class: cn.itcast.crm.domain.CstCustomerDetail -> cst_customer_detail
10:28:39,969 DEBUG ModelBinder:2490 - Mapped property: custId -> [cust_id]
10:28:39,969 DEBUG PrimaryKey:35 - Forcing column [cust_id] to be non-null as it is part of the primary key for table [cst_customer_detail]
10:28:39,969 DEBUG ModelBinder:2490 - Mapped property: custRegion -> [cust_region]
10:28:39,970 DEBUG ModelBinder:2490 - Mapped property: custZip -> [cust_zip]
10:28:39,970 DEBUG ModelBinder:2490 - Mapped property: custAddress -> [cust_address]
10:28:39,970 DEBUG ModelBinder:2490 - Mapped property: custFax -> [cust_fax]
10:28:39,970 DEBUG ModelBinder:2490 - Mapped property: custWebsite -> [cust_website]
10:28:39,970 DEBUG ModelBinder:2490 - Mapped property: custLicence -> [cust_licence]
10:28:39,971 DEBUG ModelBinder:2490 - Mapped property: custCorporation -> [cust_corporation]
10:28:39,971 DEBUG ModelBinder:2490 - Mapped property: custCapital -> [cust_capital]
10:28:39,971 DEBUG ModelBinder:2490 - Mapped property: custBank -> [cust_bank]
10:28:39,971 DEBUG ModelBinder:2490 - Mapped property: custMemo -> [cust_memo]
10:28:39,991 WARN SessionFactoryBuilderImpl:648 - Unrecognized hbm2ddl_auto value : none. Supported values include create, create-drop, update, and validate. Ignoring
10:28:40,006 DEBUG SessionFactoryImpl:210 - Building session factory
10:28:40,008 DEBUG Settings:69 - SessionFactory name : null
10:28:40,008 DEBUG Settings:70 - Automatic flush during beforeCompletion(): disabled
10:28:40,008 DEBUG Settings:71 - Automatic session close at end of transaction: disabled
10:28:40,008 DEBUG Settings:73 - Statistics: disabled
10:28:40,008 DEBUG Settings:75 - Deleted entity synthetic identifier rollback: disabled
10:28:40,008 DEBUG Settings:76 - Default entity-mode: pojo
10:28:40,009 DEBUG Settings:77 - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
10:28:40,009 DEBUG Settings:78 - Allow initialization of lazy state outside session : disabled
10:28:40,009 DEBUG Settings:80 - Using BatchFetchStyle : LEGACY
10:28:40,009 DEBUG Settings:81 - Default batch fetch size: -1
10:28:40,009 DEBUG Settings:82 - Maximum outer join fetch depth: 2
10:28:40,010 DEBUG Settings:83 - Default null ordering: NONE
10:28:40,010 DEBUG Settings:84 - Order SQL updates by primary key: disabled
10:28:40,010 DEBUG Settings:85 - Order SQL inserts for batching: disabled
10:28:40,010 DEBUG Settings:87 - multi-tenancy strategy : NONE
10:28:40,010 DEBUG Settings:89 - JTA Track by Thread: enabled
10:28:40,011 DEBUG Settings:91 - Query language substitutions: {}
10:28:40,011 DEBUG Settings:92 - JPA query language strict compliance: disabled
10:28:40,011 DEBUG Settings:93 - Named query checking : enabled
10:28:40,011 DEBUG Settings:95 - Second-level cache: enabled
10:28:40,011 DEBUG Settings:96 - Second-level query cache: disabled
10:28:40,011 DEBUG Settings:97 - Second-level query cache factory: org.hibernate.cache.internal.StandardQueryCacheFactory@31000e60
10:28:40,012 DEBUG Settings:98 - Second-level cache region prefix: null
10:28:40,012 DEBUG Settings:99 - Optimize second-level cache for minimal puts: disabled
10:28:40,012 DEBUG Settings:100 - Structured second-level cache entries: disabled
10:28:40,012 DEBUG Settings:101 - Second-level cache direct-reference entries: disabled
10:28:40,012 DEBUG Settings:102 - Automatic eviction of collection cache: disabled
10:28:40,012 DEBUG Settings:104 - JDBC batch size: 15
10:28:40,013 DEBUG Settings:105 - JDBC batch updates for versioned data: enabled
10:28:40,013 DEBUG Settings:106 - Scrollable result sets: enabled
10:28:40,013 DEBUG Settings:107 - Wrap result sets: disabled
10:28:40,013 DEBUG Settings:108 - JDBC3 getGeneratedKeys(): enabled
10:28:40,013 DEBUG Settings:109 - JDBC result set fetch size: null
10:28:40,014 DEBUG Settings:110 - Connection release mode: ON_CLOSE
10:28:40,014 DEBUG Settings:111 - Generate SQL with comments: disabled
10:28:40,067 TRACE TypeFactory:60 - Scoping types to session factory org.hibernate.internal.SessionFactoryImpl@4a11eb84
10:28:40,068 DEBUG SessionFactoryImpl:875 - Returning a Reference to the SessionFactory
10:28:40,071 DEBUG SessionFactoryImpl:255 - Session factory constructed with filter configurations : {}
10:28:40,072 DEBUG SessionFactoryImpl:256 - Instantiating session factory with properties: {java.vendor=Oracle Corporation, sun.java.launcher=SUN_STANDARD, hibernate.connection.url=jdbc:mysql://localhost:3306/crm_hibernateziji?serverTimezone=GMT%2B8&, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.name=Windows 10, sun.boot.class.path=F:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\sunrsasign.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;F:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;F:\Program Files\Java\jdk1.8.0_131\jre\classes, sun.desktop=windows, hibernate.c3p0.max_size=10, java.vm.specification.vendor=Oracle Corporation, java.runtime.version=1.8.0_131-b11, hibernate.c3p0.min_size=5, user.name=Administrator, hibernate.c3p0.timeout=120, user.language=zh, sun.boot.library.path=F:\Program Files\Java\jdk1.8.0_131\jre\bin, java.version=1.8.0_131, user.timezone=Asia/Shanghai, sun.arch.data.model=64, java.endorsed.dirs=F:\Program Files\Java\jdk1.8.0_131\jre\lib\endorsed, sun.cpu.isalist=amd64, sun.jnu.encoding=GBK, file.encoding.pkg=sun.io, file.separator=, java.specification.name=Java Platform API Specification, hibernate.format_sql=true, java.class.version=52.0, user.country=CN, java.home=F:\Program Files\Java\jdk1.8.0_131\jre, java.vm.info=mixed mode, hibernate.c3p0.validate=false, os.version=10.0, hibernate.boot.CfgXmlAccessService.key=org.hibernate.boot.cfgxml.spi.LoadedConfig@696f0212, path.separator=;, java.vm.version=25.131-b11, hibernate.connection.password=675576, user.variant=, java.awt.printerjob=sun.awt.windows.WPrinterJob, sun.io.unicode.encoding=UnicodeLittle, awt.toolkit=sun.awt.windows.WToolkit, hibernate.connection.username=root, user.script=, user.home=C:\Users\Administrator, java.specification.vendor=Oracle Corporation, hibernate.hbm2ddl.auto=none, java.library.path=F:\Program Files\Java\jdk1.8.0_131\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;F:/Program Files/Java/jdk1.8.0_131/bin/…/jre/bin/server;F:/Program Files/Java/jdk1.8.0_131/bin/…/jre/bin;F:/Program Files/Java/jdk1.8.0_131/bin/…/jre/lib/amd64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;F:\Program Files\Java\jdk1.8.0_131\bin;F:\Program Files\Java\jdk1.8.0_131\jre\bin;F:\Program Files\Java\jre1.8.0_131;F:\Program Files\Java\jdk1.8.0_131;F:\sqlwork\mysql-8.0.13-winx64\bin;F:\my load\software\apache-tomcat-7.0.93\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;F:\my load\software\Windows\sts-bundle\sts-3.7.2.RELEASE;;., java.vendor.url=http://java.oracle.com/, hibernate.connection.driver_class=com.mysql.jdbc.Driver, java.vm.vendor=Oracle Corporation, hibernate.dialect=org.hibernate.dialect.MySQL5Dialect, java.runtime.name=Java™ SE Runtime Environment, sun.java.command=org.eclipse.jdt.internal.junit.runner.RemoteTestRunner -version 3 -port 49587 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -test cn.itcast.hibernate.first.CrudTest:insert, java.class.path=F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\build\classes;F:\my load\software\apache-tomcat-7.0.93\lib\annotations-api.jar;F:\my load\software\apache-tomcat-7.0.93\lib\catalina-ant.jar;F:\my load\software\apache-tomcat-7.0.93\lib\catalina-ha.jar;F:\my load\software\apache-tomcat-7.0.93\lib\catalina-tribes.jar;F:\my load\software\apache-tomcat-7.0.93\lib\catalina.jar;F:\my load\software\apache-tomcat-7.0.93\lib\ecj-4.4.2.jar;F:\my load\software\apache-tomcat-7.0.93\lib\el-api.jar;F:\my load\software\apache-tomcat-7.0.93\lib\jasper-el.jar;F:\my load\software\apache-tomcat-7.0.93\lib\jasper.jar;F:\my load\software\apache-tomcat-7.0.93\lib\jsp-api.jar;F:\my load\software\apache-tomcat-7.0.93\lib\servlet-api.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-api.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-coyote.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-dbcp.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-i18n-es.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-i18n-fr.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-i18n-ja.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-i18n-ru.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-jdbc.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat-util.jar;F:\my load\software\apache-tomcat-7.0.93\lib\tomcat7-websocket.jar;F:\my load\software\apache-tomcat-7.0.93\lib\websocket-api.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\antlr-2.7.7.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\c3p0-0.9.2.1.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\dom4j-1.6.1.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\geronimo-jta_1.1_spec-1.1.1.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\hibernate-c3p0-5.0.7.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\hibernate-commons-annotations-5.0.1.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\hibernate-core-5.0.7.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\hibernate-jpa-2.1-api-1.0.0.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\jandex-2.0.0.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\javassist-3.18.1-GA.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\jboss-logging-3.3.0.Final.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\jstl-1.2.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\junit-4.9.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\log4j-1.2.16.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\mchange-commons-java-0.2.3.4.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\mysql-connector-java-5.1.7-bin.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\mysql-connector-java-8.0.13.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\slf4j-api-1.6.1.jar;F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji\WebContent\WEB-INF\lib\slf4j-log4j12-1.7.2.jar;/F:/my load/software/Windows/sts-bundle/sts-3.7.2.RELEASE/configuration/org.eclipse.osgi/428/0/.cp/;/F:/my load/software/Windows/sts-bundle/sts-3.7.2.RELEASE/configuration/org.eclipse.osgi/427/0/.cp/, hibernate.bytecode.use_reflection_optimizer=false, java.vm.specification.name=Java Virtual Machine Specification, java.vm.specification.version=1.8, sun.cpu.endian=little, sun.os.patch.level=, hibernate.connection.provider_class=org.hibernate.c3p0.internal.C3P0ConnectionProvider, java.io.tmpdir=C:\Users\ADMINI~1\AppData\Local\Temp, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, os.arch=amd64, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.ext.dirs=F:\Program Files\Java\jdk1.8.0_131\jre\lib\ext;C:\Windows\Sun\Java\lib\ext, user.dir=F:\my load\software\Windows\sts-bundle\workspaces\crm_hibernateziji, hibernate.c3p0.idle_test_period=120, line.separator=
, java.vm.name=Java HotSpot™ 64-Bit Server VM, hibernate.c3p0.acquire_increment=2, file.encoding=UTF-8, java.specification.version=1.8, hibernate.show_sql=true, hibernate.c3p0.max_statements=100}
10:28:40,086 DEBUG JaccIntegrator:80 - Skipping JACC integration as it was not enabled
10:28:40,125 DEBUG ClassLoaderAccessImpl:55 - Not known whether passed class name [cn.itcast.crm.domain.CstCustomer] is safe
10:28:40,126 DEBUG ClassLoaderAccessImpl:57 - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : cn.itcast.crm.domain.CstCustomer
10:28:40,152 DEBUG ClassLoaderAccessImpl:55 - Not known whether passed class name [cn.itcast.crm.domain.CstCustomer] is safe
10:28:40,152 DEBUG ClassLoaderAccessImpl:57 - No temp ClassLoader provided; using live ClassLoader for loading potentially unsafe class : cn.itcast.crm.domain.CstCustomer




猜你喜欢

转载自blog.csdn.net/weixin_42063820/article/details/88774222