Guest User

Untitled

a guest
Nov 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. INFO : pl.meble.taboret.controller.QuestionManagementController - entering: addQuestionList
  2. INFO : pl.meble.taboret.controller.QuestionManagementController - w/args: [pl.meble.taboret.question.QuestionList@54b8d335, org.springframework.security.authentication.UsernamePasswordAuthenticationToken@12317: Principal: org.springframework.security.core.userdetails.User@1b651: Username: qqq; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; AccountNonLocked: true; Not granted any authorities; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff6a82: RemoteIpAddress: 127.0.0.1; SessionId: 9A772803FFA7F91A52E93703453D274A; Not granted any authorities, {questionList=pl.meble.taboret.question.QuestionList@54b8d335, org.springframework.validation.BindingResult.questionList=org.springframework.validation.BeanPropertyBindingResult: 0 errors}]
  3. INFO : pl.meble.taboret.daoimpl.UserDaoImpl - Looking for user qqq
  4. Hibernate:
  5. /*
  6. from
  7. pl.meble.taboret.model.UserEntity as user
  8. where
  9. user.name = :name */ select
  10. userentity0_.id as id0_,
  11. userentity0_.active as active0_,
  12. userentity0_.emailAddress as emailAdd3_0_,
  13. userentity0_.name as name0_,
  14. userentity0_.password as password0_,
  15. userentity0_.publicName as publicName0_
  16. from
  17. UserTable userentity0_
  18. where
  19. userentity0_.name=? limit ?
  20. Hibernate:
  21. /* load pl.meble.taboret.model.UserProfileInformation */ select
  22. userprofil0_.userEntity_id as userEntity2_1_1_,
  23. userprofil0_.itemsPerPage as itemsPer1_1_1_,
  24. userentity1_.id as id0_0_,
  25. userentity1_.active as active0_0_,
  26. userentity1_.emailAddress as emailAdd3_0_0_,
  27. userentity1_.name as name0_0_,
  28. userentity1_.password as password0_0_,
  29. userentity1_.publicName as publicName0_0_
  30. from
  31. UserProfileInformation userprofil0_
  32. inner join
  33. UserTable userentity1_
  34. on userprofil0_.userEntity_id=userentity1_.id
  35. where
  36. userprofil0_.userEntity_id=?
  37. Hibernate:
  38. /* insert pl.meble.taboret.question.QuestionList
  39. */ insert
  40. into
  41. QuestionList
  42. (name, user_id)
  43. values
  44. (?, ?)
  45. Hibernate:
  46. select
  47. last_insert_rowid()
  48. INFO : pl.meble.taboret.controller.QuestionManagementController - entering: getQuestionListsList
  49. INFO : pl.meble.taboret.daoimpl.UserDaoImpl - Looking for user qqq
  50. Hibernate:
  51. /*
  52. from
  53. pl.meble.taboret.model.UserEntity as user
  54. where
  55. user.name = :name */ select
  56. userentity0_.id as id0_,
  57. userentity0_.active as active0_,
  58. userentity0_.emailAddress as emailAdd3_0_,
  59. userentity0_.name as name0_,
  60. userentity0_.password as password0_,
  61. userentity0_.publicName as publicName0_
  62. from
  63. UserTable userentity0_
  64. where
  65. userentity0_.name=? limit ?
  66. Hibernate:
  67. /* load pl.meble.taboret.model.UserProfileInformation */ select
  68. userprofil0_.userEntity_id as userEntity2_1_1_,
  69. userprofil0_.itemsPerPage as itemsPer1_1_1_,
  70. userentity1_.id as id0_0_,
  71. userentity1_.active as active0_0_,
  72. userentity1_.emailAddress as emailAdd3_0_0_,
  73. userentity1_.name as name0_0_,
  74. userentity1_.password as password0_0_,
  75. userentity1_.publicName as publicName0_0_
  76. from
  77. UserProfileInformation userprofil0_
  78. inner join
  79. UserTable userentity1_
  80. on userprofil0_.userEntity_id=userentity1_.id
  81. where
  82. userprofil0_.userEntity_id=?
  83. Hibernate:
  84. /*
  85. from
  86. QuestionList
  87. where
  88. user=:user */ select
  89. questionli0_.id as id10_,
  90. questionli0_.name as name10_,
  91. questionli0_.user_id as user3_10_
  92. from
  93. QuestionList questionli0_
  94. where
  95. questionli0_.user_id=?
Add Comment
Please, Sign In to add comment