Advertisement
Guest User

Untitled

a guest
Oct 19th, 2015
939
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 15.04 KB | None | 0 0
  1. flightDao.findOne(flightId)
  2. -----------------------------------
  3. 2015-10-19 23:58:31.127 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.j.internal.LogicalConnectionImpl   : Obtaining JDBC connection
  4. 2015-10-19 23:58:31.128 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.j.internal.LogicalConnectionImpl   : Obtained JDBC connection
  5. 2015-10-19 23:58:31.132 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.spi.AbstractTransactionImpl      : begin
  6. 2015-10-19 23:58:31.133 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : initial autocommit status: true
  7. 2015-10-19 23:58:31.133 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : disabling autocommit
  8. 2015-10-19 23:58:31.136 DEBUG 5840 --- [nio-8080-exec-1] org.hibernate.SQL                        : select flight0_.id as id1_4_0_, flight0_.airline_id as airline11_4_0_, flight0_.arrival_airport_id as arrival12_4_0_, flight0_.arrival_date as arrival_2_4_0_, flight0_.arrival_gate as arrival_3_4_0_, flight0_.arrival_terminal as arrival_4_4_0_, flight0_.departure_airport_id as departu13_4_0_, flight0_.departure_date as departur5_4_0_, flight0_.departure_gate as departur6_4_0_, flight0_.departure_terminal as departur7_4_0_, flight0_.flight_number as flight_n8_4_0_, flight0_.flight_status_id as flight_14_4_0_, flight0_.new_arrival_date as new_arri9_4_0_, flight0_.new_departure_date as new_dep10_4_0_, airline1_.id as id1_0_1_, airline1_.name as name2_0_1_, airport2_.id as id1_1_2_, airport2_.active as active2_1_2_, airport2_.address as address3_1_2_, airport2_.city as city4_1_2_, airport2_.city_code as city_cod5_1_2_, airport2_.country as country6_1_2_, airport2_.gps_coordinates as gps_coor7_1_2_, airport2_.iata_code as iata_cod8_1_2_, airport2_.name as name9_1_2_, airport2_.region as region10_1_2_, airport2_.state as state11_1_2_, airport2_.timezone as timezon12_1_2_, airport3_.id as id1_1_3_, airport3_.active as active2_1_3_, airport3_.address as address3_1_3_, airport3_.city as city4_1_3_, airport3_.city_code as city_cod5_1_3_, airport3_.country as country6_1_3_, airport3_.gps_coordinates as gps_coor7_1_3_, airport3_.iata_code as iata_cod8_1_3_, airport3_.name as name9_1_3_, airport3_.region as region10_1_3_, airport3_.state as state11_1_3_, airport3_.timezone as timezon12_1_3_, flightstat4_.id as id1_6_4_, flightstat4_.code as code2_6_4_, flightstat4_.description as descript3_6_4_ from flight flight0_ inner join airline airline1_ on flight0_.airline_id=airline1_.id inner join airport airport2_ on flight0_.arrival_airport_id=airport2_.id inner join airport airport3_ on flight0_.departure_airport_id=airport3_.id inner join flight_status flightstat4_ on flight0_.flight_status_id=flightstat4_.id where flight0_.id=?
  9. Hibernate: select flight0_.id as id1_4_0_, flight0_.airline_id as airline11_4_0_, flight0_.arrival_airport_id as arrival12_4_0_, flight0_.arrival_date as arrival_2_4_0_, flight0_.arrival_gate as arrival_3_4_0_, flight0_.arrival_terminal as arrival_4_4_0_, flight0_.departure_airport_id as departu13_4_0_, flight0_.departure_date as departur5_4_0_, flight0_.departure_gate as departur6_4_0_, flight0_.departure_terminal as departur7_4_0_, flight0_.flight_number as flight_n8_4_0_, flight0_.flight_status_id as flight_14_4_0_, flight0_.new_arrival_date as new_arri9_4_0_, flight0_.new_departure_date as new_dep10_4_0_, airline1_.id as id1_0_1_, airline1_.name as name2_0_1_, airport2_.id as id1_1_2_, airport2_.active as active2_1_2_, airport2_.address as address3_1_2_, airport2_.city as city4_1_2_, airport2_.city_code as city_cod5_1_2_, airport2_.country as country6_1_2_, airport2_.gps_coordinates as gps_coor7_1_2_, airport2_.iata_code as iata_cod8_1_2_, airport2_.name as name9_1_2_, airport2_.region as region10_1_2_, airport2_.state as state11_1_2_, airport2_.timezone as timezon12_1_2_, airport3_.id as id1_1_3_, airport3_.active as active2_1_3_, airport3_.address as address3_1_3_, airport3_.city as city4_1_3_, airport3_.city_code as city_cod5_1_3_, airport3_.country as country6_1_3_, airport3_.gps_coordinates as gps_coor7_1_3_, airport3_.iata_code as iata_cod8_1_3_, airport3_.name as name9_1_3_, airport3_.region as region10_1_3_, airport3_.state as state11_1_3_, airport3_.timezone as timezon12_1_3_, flightstat4_.id as id1_6_4_, flightstat4_.code as code2_6_4_, flightstat4_.description as descript3_6_4_ from flight flight0_ inner join airline airline1_ on flight0_.airline_id=airline1_.id inner join airport airport2_ on flight0_.arrival_airport_id=airport2_.id inner join airport airport3_ on flight0_.departure_airport_id=airport3_.id inner join flight_status flightstat4_ on flight0_.flight_status_id=flightstat4_.id where flight0_.id=?
  10. 2015-10-19 23:58:31.139 DEBUG 5840 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl     : Starting ResultSet row #0
  11. 2015-10-19 23:58:31.149 DEBUG 5840 --- [nio-8080-exec-1] l.p.e.p.i.EntityReferenceInitializerImpl : On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified
  12. 2015-10-19 23:58:31.151 DEBUG 5840 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: 2015-10-31 00:00:00.0 -> 2015-10-31T00:00
  13. 2015-10-19 23:58:31.152 DEBUG 5840 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: 2015-10-27 00:00:00.0 -> 2015-10-27T00:00
  14. 2015-10-19 23:58:31.153 DEBUG 5840 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: null -> null
  15. 2015-10-19 23:58:31.153 DEBUG 5840 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: null -> null
  16. 2015-10-19 23:58:31.155 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Flight#6]
  17. 2015-10-19 23:58:31.171 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Flight#6]
  18. 2015-10-19 23:58:31.172 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Airline#50]
  19. 2015-10-19 23:58:31.172 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Airline#50]
  20. 2015-10-19 23:58:31.173 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Airport#1]
  21. 2015-10-19 23:58:31.174 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Airport#1]
  22. 2015-10-19 23:58:31.174 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.FlightStatus#3]
  23. 2015-10-19 23:58:31.175 DEBUG 5840 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.FlightStatus#3]
  24. 2015-10-19 23:58:31.176 DEBUG 5840 --- [nio-8080-exec-1] .l.e.p.AbstractLoadPlanBasedEntityLoader : Done entity load : com.fonedia.triphoprestapi.model.Flight#6
  25. 2015-10-19 23:58:31.177 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.spi.AbstractTransactionImpl      : committing
  26. 2015-10-19 23:58:31.178 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : committed JDBC Connection
  27. 2015-10-19 23:58:31.179 DEBUG 5840 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : re-enabling autocommit
  28.  
  29. flightDao.getOne(flightId)
  30. -----------------------------------
  31. 2015-10-19 23:59:52.494 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.j.internal.LogicalConnectionImpl   : Obtaining JDBC connection
  32. 2015-10-19 23:59:52.495 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.j.internal.LogicalConnectionImpl   : Obtained JDBC connection
  33. 2015-10-19 23:59:52.499 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.spi.AbstractTransactionImpl      : begin
  34. 2015-10-19 23:59:52.499 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : initial autocommit status: true
  35. 2015-10-19 23:59:52.500 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : disabling autocommit
  36. 2015-10-19 23:59:52.506 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.spi.AbstractTransactionImpl      : committing
  37. 2015-10-19 23:59:52.506 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : committed JDBC Connection
  38. 2015-10-19 23:59:52.507 DEBUG 8708 --- [nio-8080-exec-1] o.h.e.t.internal.jdbc.JdbcTransaction    : re-enabling autocommit
  39. 2015-10-19 23:59:52.528 DEBUG 8708 --- [nio-8080-exec-1] org.hibernate.internal.SessionImpl       : Initializing proxy: [com.fonedia.triphoprestapi.model.Flight#6]
  40. 2015-10-19 23:59:52.528 DEBUG 8708 --- [nio-8080-exec-1] org.hibernate.SQL                        : select flight0_.id as id1_4_0_, flight0_.airline_id as airline11_4_0_, flight0_.arrival_airport_id as arrival12_4_0_, flight0_.arrival_date as arrival_2_4_0_, flight0_.arrival_gate as arrival_3_4_0_, flight0_.arrival_terminal as arrival_4_4_0_, flight0_.departure_airport_id as departu13_4_0_, flight0_.departure_date as departur5_4_0_, flight0_.departure_gate as departur6_4_0_, flight0_.departure_terminal as departur7_4_0_, flight0_.flight_number as flight_n8_4_0_, flight0_.flight_status_id as flight_14_4_0_, flight0_.new_arrival_date as new_arri9_4_0_, flight0_.new_departure_date as new_dep10_4_0_, airline1_.id as id1_0_1_, airline1_.name as name2_0_1_, airport2_.id as id1_1_2_, airport2_.active as active2_1_2_, airport2_.address as address3_1_2_, airport2_.city as city4_1_2_, airport2_.city_code as city_cod5_1_2_, airport2_.country as country6_1_2_, airport2_.gps_coordinates as gps_coor7_1_2_, airport2_.iata_code as iata_cod8_1_2_, airport2_.name as name9_1_2_, airport2_.region as region10_1_2_, airport2_.state as state11_1_2_, airport2_.timezone as timezon12_1_2_, airport3_.id as id1_1_3_, airport3_.active as active2_1_3_, airport3_.address as address3_1_3_, airport3_.city as city4_1_3_, airport3_.city_code as city_cod5_1_3_, airport3_.country as country6_1_3_, airport3_.gps_coordinates as gps_coor7_1_3_, airport3_.iata_code as iata_cod8_1_3_, airport3_.name as name9_1_3_, airport3_.region as region10_1_3_, airport3_.state as state11_1_3_, airport3_.timezone as timezon12_1_3_, flightstat4_.id as id1_6_4_, flightstat4_.code as code2_6_4_, flightstat4_.description as descript3_6_4_ from flight flight0_ inner join airline airline1_ on flight0_.airline_id=airline1_.id inner join airport airport2_ on flight0_.arrival_airport_id=airport2_.id inner join airport airport3_ on flight0_.departure_airport_id=airport3_.id inner join flight_status flightstat4_ on flight0_.flight_status_id=flightstat4_.id where flight0_.id=?
  41. Hibernate: select flight0_.id as id1_4_0_, flight0_.airline_id as airline11_4_0_, flight0_.arrival_airport_id as arrival12_4_0_, flight0_.arrival_date as arrival_2_4_0_, flight0_.arrival_gate as arrival_3_4_0_, flight0_.arrival_terminal as arrival_4_4_0_, flight0_.departure_airport_id as departu13_4_0_, flight0_.departure_date as departur5_4_0_, flight0_.departure_gate as departur6_4_0_, flight0_.departure_terminal as departur7_4_0_, flight0_.flight_number as flight_n8_4_0_, flight0_.flight_status_id as flight_14_4_0_, flight0_.new_arrival_date as new_arri9_4_0_, flight0_.new_departure_date as new_dep10_4_0_, airline1_.id as id1_0_1_, airline1_.name as name2_0_1_, airport2_.id as id1_1_2_, airport2_.active as active2_1_2_, airport2_.address as address3_1_2_, airport2_.city as city4_1_2_, airport2_.city_code as city_cod5_1_2_, airport2_.country as country6_1_2_, airport2_.gps_coordinates as gps_coor7_1_2_, airport2_.iata_code as iata_cod8_1_2_, airport2_.name as name9_1_2_, airport2_.region as region10_1_2_, airport2_.state as state11_1_2_, airport2_.timezone as timezon12_1_2_, airport3_.id as id1_1_3_, airport3_.active as active2_1_3_, airport3_.address as address3_1_3_, airport3_.city as city4_1_3_, airport3_.city_code as city_cod5_1_3_, airport3_.country as country6_1_3_, airport3_.gps_coordinates as gps_coor7_1_3_, airport3_.iata_code as iata_cod8_1_3_, airport3_.name as name9_1_3_, airport3_.region as region10_1_3_, airport3_.state as state11_1_3_, airport3_.timezone as timezon12_1_3_, flightstat4_.id as id1_6_4_, flightstat4_.code as code2_6_4_, flightstat4_.description as descript3_6_4_ from flight flight0_ inner join airline airline1_ on flight0_.airline_id=airline1_.id inner join airport airport2_ on flight0_.arrival_airport_id=airport2_.id inner join airport airport3_ on flight0_.departure_airport_id=airport3_.id inner join flight_status flightstat4_ on flight0_.flight_status_id=flightstat4_.id where flight0_.id=?
  42. 2015-10-19 23:59:52.532 DEBUG 8708 --- [nio-8080-exec-1] o.h.l.p.e.p.i.ResultSetProcessorImpl     : Starting ResultSet row #0
  43. 2015-10-19 23:59:52.532 DEBUG 8708 --- [nio-8080-exec-1] l.p.e.p.i.EntityReferenceInitializerImpl : On call to EntityIdentifierReaderImpl#resolve, EntityKey was already known; should only happen on root returns with an optional identifier specified
  44. 2015-10-19 23:59:52.533 DEBUG 8708 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: 2015-10-31 00:00:00.0 -> 2015-10-31T00:00
  45. 2015-10-19 23:59:52.533 DEBUG 8708 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: 2015-10-27 00:00:00.0 -> 2015-10-27T00:00
  46. 2015-10-19 23:59:52.533 DEBUG 8708 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: null -> null
  47. 2015-10-19 23:59:52.533 DEBUG 8708 --- [nio-8080-exec-1] tributeConverterSqlTypeDescriptorAdapter : Converted value on extraction: null -> null
  48. 2015-10-19 23:59:52.534 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Flight#6]
  49. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Flight#6]
  50. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Airline#50]
  51. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Airline#50]
  52. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.Airport#1]
  53. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.Airport#1]
  54. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Resolving associations for [com.fonedia.triphoprestapi.model.FlightStatus#3]
  55. 2015-10-19 23:59:52.541 DEBUG 8708 --- [nio-8080-exec-1] o.h.engine.internal.TwoPhaseLoad         : Done materializing entity [com.fonedia.triphoprestapi.model.FlightStatus#3]
  56. 2015-10-19 23:59:52.542 DEBUG 8708 --- [nio-8080-exec-1] .l.e.p.AbstractLoadPlanBasedEntityLoader : Done entity load : com.fonedia.triphoprestapi.model.Flight#6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement