This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| String hql = "/*+ INDEX(stock idx_stock_code) */ | |
| select * from stock s where s.stock_code = :stockCode"; | |
| List result = session.createQuery(hql) | |
| .setString("stockCode", "7277") | |
| .list(); |
I hereby claim:
To claim this, I am signing this object: