Preparing to build session factory with filters : {}

来源:互联网 发布:城里媳妇怒掀桌子 知乎 编辑:程序博客网 时间:2024/06/07 17:14

15:12:53,803 DEBUG DefaultIdentifierGeneratorFactory:93 - Registering IdentifierGenerator strategy [enhanced-table] -> [org.hibernate.id.enhanced.TableGenerator]
15:12:53,836 DEBUG IntegratorServiceImpl:63 - Adding Integrator [org.hibernate.cfg.beanvalidation.BeanValidationIntegrator].
15:12:53,838 DEBUG IntegratorServiceImpl:63 - Adding Integrator [org.hibernate.secure.spi.JaccIntegrator].
15:12:53,840 DEBUG IntegratorServiceImpl:63 - Adding Integrator [org.hibernate.cache.internal.CollectionCacheInvalidator].
15:12:53,854 DEBUG StrategySelectorImpl:79 - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5] -> [org.hibernate.dialect.MySQL5Dialect] (replacing [org.hibernate.dialect.MySQL5Dialect])
15:12:53,855 DEBUG StrategySelectorImpl:79 - Registering named strategy selector [org.hibernate.dialect.Dialect] : [MySQL5InnoDB] -> [org.hibernate.dialect.MySQL5InnoDBDialect] (replacing [org.hibernate.dialect.MySQL5InnoDBDialect])
15:12:53,920 DEBUG ServiceBinding:85 - Overriding existing service binding [org.hibernate.secure.spi.JaccService]
15:12:53,921 DEBUG Configuration:1841 - Preparing to build session factory with filters : {}






NOTE: This file works OK, but logs report warnings because I don't specified cache for current beans, so cache take default configuration. Also, I get some warning about mchange dependency file which mcach couldn't find but really it's not a error so don't worry about that kind of warns.

0 0