Advertisement
Guest User

Untitled

a guest
May 15th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Hibernate:
  2. select
  3. this_.id as id1_1_0_,
  4. this_.city as city2_1_0_,
  5. this_.e_mail as e_mail3_1_0_,
  6. this_.password as password4_1_0_,
  7. this_.postCode as postCode5_1_0_,
  8. this_.STATE as STATE6_1_0_,
  9. this_.street as street7_1_0_,
  10. this_.type as type8_1_0_,
  11. this_.username as username9_1_0_
  12. from
  13. User this_
  14. where
  15. this_.username=?
  16. User : User [id=1, nick=michal, password=test123, e_mail=mudimek@gmail.com, city=Wrocław, street=Kraszewskiego 17/9, postCode50-229, state=Active, type=USER]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement