Advertisement
Guest User

Output

a guest
Sep 1st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. run:
  2. ruj 01, 2018 11:08:41 AM org.hibernate.annotations.common.reflection.java.JavaReflectionManager <clinit>
  3. INFO: HCANN000001: Hibernate Commons Annotations {4.0.4.Final}
  4. ruj 01, 2018 11:08:41 AM org.hibernate.Version logVersion
  5. INFO: HHH000412: Hibernate Core {4.3.1.Final}
  6. ruj 01, 2018 11:08:41 AM org.hibernate.cfg.Environment <clinit>
  7. INFO: HHH000206: hibernate.properties not found
  8. ruj 01, 2018 11:08:41 AM org.hibernate.cfg.Environment buildBytecodeProvider
  9. INFO: HHH000021: Bytecode provider name : javassist
  10. ruj 01, 2018 11:08:41 AM org.hibernate.cfg.Configuration configure
  11. INFO: HHH000043: Configuring from resource: /hibernate.cfg.xml
  12. ruj 01, 2018 11:08:41 AM org.hibernate.cfg.Configuration getConfigurationInputStream
  13. INFO: HHH000040: Configuration resource: /hibernate.cfg.xml
  14. ruj 01, 2018 11:08:41 AM org.hibernate.internal.util.xml.DTDEntityResolver resolveEntity
  15. WARN: HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
  16. ruj 01, 2018 11:08:41 AM org.hibernate.cfg.Configuration doConfigure
  17. INFO: HHH000041: Configured SessionFactory: null
  18. ruj 01, 2018 11:08:41 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  19. WARN: HHH000402: Using Hibernate built-in connection pool (not for production use!)
  20. ruj 01, 2018 11:08:42 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  21. INFO: HHH000401: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/pusnica]
  22. ruj 01, 2018 11:08:42 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  23. INFO: HHH000046: Connection properties: {useUnicode=true, user=root, password=****, CharSet=utf8, characterEncoding=utf8}
  24. ruj 01, 2018 11:08:42 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl buildCreator
  25. INFO: HHH000006: Autocommit mode: false
  26. ruj 01, 2018 11:08:42 AM org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
  27. INFO: HHH000115: Hibernate connection pool size: 1 (min=1)
  28. ruj 01, 2018 11:08:42 AM org.hibernate.dialect.Dialect <init>
  29. INFO: HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
  30. ruj 01, 2018 11:08:43 AM org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService
  31. INFO: HHH000399: Using default transaction strategy (direct JDBC transactions)
  32. ruj 01, 2018 11:08:43 AM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init>
  33. INFO: HHH000397: Using ASTQueryTranslatorFactory
  34. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  35. INFO: HHH000228: Running hbm2ddl schema update
  36. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  37. INFO: HHH000102: Fetching database metadata
  38. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  39. INFO: HHH000396: Updating schema
  40. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  41. INFO: HHH000261: Table found: pusnica.drvo
  42. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  43. INFO: HHH000037: Columns: [vrsta, kolicina, id, uvjet_id]
  44. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  45. INFO: HHH000108: Foreign keys: [fk_b9keud0i31f0pt9695vnao0q8]
  46. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  47. INFO: HHH000126: Indexes: [primary, fk_b9keud0i31f0pt9695vnao0q8]
  48. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  49. INFO: HHH000261: Table found: pusnica.meso
  50. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  51. INFO: HHH000037: Columns: [vrsta, datumpostavljanja, id, uvjet_id]
  52. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  53. INFO: HHH000108: Foreign keys: [fk_bedaeqvourx27cjc44p9ghmv6]
  54. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  55. INFO: HHH000126: Indexes: [fk_bedaeqvourx27cjc44p9ghmv6, primary]
  56. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  57. INFO: HHH000261: Table found: pusnica.uvjeti
  58. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  59. INFO: HHH000037: Columns: [temp, vlaga, danlozenja, id]
  60. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  61. INFO: HHH000108: Foreign keys: []
  62. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.TableMetadata <init>
  63. INFO: HHH000126: Indexes: [primary]
  64. ruj 01, 2018 11:08:44 AM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
  65. INFO: HHH000232: Schema update complete
  66. Hibernate: select drvo0_.id as id1_0_, drvo0_.kolicina as kolicina2_0_, drvo0_.uvjet_id as uvjet_id4_0_, drvo0_.vrsta as vrsta3_0_ from Drvo drvo0_
  67. BUILD SUCCESSFUL (total time: 24 seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement