Advertisement
Guest User

Untitled

a guest
May 9th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.00 KB | None | 0 0
  1. mai 09, 2016 8:34:36 PM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
  2. INFO: HCANN000001: Hibernate Commons Annotations {4.0.4.Final}
  3. mai 09, 2016 8:34:36 PM org.hibernate.Version logVersion
  4. INFO: HHH000412: Hibernate Core {4.3.4.Final}
  5. mai 09, 2016 8:34:36 PM org.hibernate.cfg.Environment <clinit>
  6. INFO: HHH000206: hibernate.properties not found
  7. mai 09, 2016 8:34:36 PM org.hibernate.cfg.Environment buildBytecodeProvider
  8. INFO: HHH000021: Bytecode provider name : javassist
  9. mai 09, 2016 8:34:36 PM org.hibernate.cfg.Configuration configure
  10. INFO: HHH000043: Configuring from resource: hibernate.cfg.xml
  11. mai 09, 2016 8:34:36 PM org.hibernate.cfg.Configuration getConfigurationInputStream
  12. INFO: HHH000040: Configuration resource: hibernate.cfg.xml
  13. mai 09, 2016 8:34:36 PM org.hibernate.cfg.Configuration doConfigure
  14. INFO: HHH000041: Configured SessionFactory: null
  15. mai 09, 2016 8:34:36 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  16. WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)
  17. mai 09, 2016 8:34:36 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  18. INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost/agenda]
  19. mai 09, 2016 8:34:36 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  20. INFO: HHH000046: Connection properties: {user=root, password=****}
  21. mai 09, 2016 8:34:36 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  22. INFO: HHH000006: Autocommit mode: false
  23. mai 09, 2016 8:34:36 PM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  24. INFO: HHH000115: Hibernate connection pool size: 20 (min=1)
  25. mai 09, 2016 8:34:38 PM org.hibernate.dialect.Dialect <init>
  26. INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
  27. mai 09, 2016 8:34:39 PM org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
  28. INFO: HHH000399: Using default transaction strategy (direct JDBC transactions)
  29. mai 09, 2016 8:34:39 PM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
  30. INFO: HHH000397: Using ASTQueryTranslatorFactory
  31. Conectou!
  32. mai 09, 2016 8:34:39 PM org.hibernate.engine.internal.StatisticalLoggingSessionEventListener end
  33. INFO: Session Metrics {
  34.     0 nanoseconds spent acquiring 0 JDBC connections;
  35.     0 nanoseconds spent releasing 0 JDBC connections;
  36.     0 nanoseconds spent preparing 0 JDBC statements;
  37.     0 nanoseconds spent executing 0 JDBC statements;
  38.     0 nanoseconds spent executing 0 JDBC batches;
  39.     0 nanoseconds spent performing 0 L2C puts;
  40.     0 nanoseconds spent performing 0 L2C hits;
  41.     0 nanoseconds spent performing 0 L2C misses;
  42.     0 nanoseconds spent executing 0 flushes (flushing a total of 0 entities and 0 collections);
  43.     0 nanoseconds spent executing 0 partial-flushes (flushing a total of 0 entities and 0 collections)
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement