Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 2017-01-03 20:14:18 [INFO] org.hibernate.Version - HHH000412: Hibernate Core {[WORKING]}
  2. 2017-01-03 20:14:18 [INFO] org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  3. 2017-01-03 20:14:18 [INFO] org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  4. 2017-01-03 20:14:18 [INFO] org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  5. 2017-01-03 20:14:18 [INFO] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  6. 2017-01-03 20:14:18 [INFO] org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl - HHH000422: Disabling contextual LOB creation as connection was null
  7. 2017-01-03 20:14:19 [INFO] org.hibernate.c3p0.internal.C3P0ConnectionProvider - HHH010002: C3P0 using driver: org.h2.Driver at URL: jdbc:h2:./immo;CIPHER=AES
  8. 2017-01-03 20:14:19 [INFO] org.hibernate.c3p0.internal.C3P0ConnectionProvider - HHH10001001: Connection properties: {user=EricTecsar, password=****}
  9. 2017-01-03 20:14:19 [INFO] org.hibernate.c3p0.internal.C3P0ConnectionProvider - HHH10001003: Autocommit mode: false
  10. 2017-01-03 20:14:19 [INFO] org.hibernate.c3p0.internal.C3P0ConnectionProvider - HHH10001007: JDBC isolation level: <unknown>
  11. 2017-01-03 20:14:19 [INFO] org.hibernate.orm.connections.access - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18524c3] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
  12. 2017-01-03 20:14:20 [INFO] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement