Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hibernate: select message0_.id as id1_4_, message0_.answered as answered2_4_, message0_.content as content3_4_, message0_.human as human4_4_, message0_.send as send5_4_, message0_.timestamp as timestam6_4_, message0_.user_id as user_id7_4_ from message message0_ left outer join users users1_ on message0_.user_id=users1_.id where users1_.id=? order by message0_.timestamp desc limit ?
- Hibernate: select users0_.id as id1_6_, users0_.birthday as birthday2_6_, users0_.created_at as created_3_6_, users0_.doctor_id as doctor_18_6_, users0_.doctorid as doctorid4_6_, users0_.email as email5_6_, users0_.firstname as firstnam6_6_, users0_.gender as gender7_6_, users0_.guid as guid8_6_, users0_.is_ai as is_ai9_6_, users0_.label as label10_6_, users0_.lastname as lastnam11_6_, users0_.password as passwor12_6_, users0_.phone as phone13_6_, users0_.roles as roles14_6_, users0_.score as score15_6_, users0_.send as send16_6_, users0_.updated_at as updated17_6_ from users users0_ where users0_.id=?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement