After a lot of research into query languages and persistence of objects I finished my bachelor’s thesis about creating a query language for object-databases in Ruby in January 2008. This post is a sho… more →
graffie's code freezehuanchh wrote 3 weeks ago: I was a bit confused about the differences between HQL outer join v.s. join fetch, its applications … more →
vatsalad wrote 1 month ago: If you have used MySQL, at least with phpmyadmin(like me ), then you will be familiar with the LIMIT … more →
victoroctavski wrote 2 months ago: Reproducing error : Deploying process were fine. Seems no problem at all. But, when i start the appl … more →
Hans Kristanto wrote 4 months ago: Hi! At this moment, i will introduce basic understanding of ObjectRelational Mapping and Object-Orie … more →
guru_G wrote 6 months ago: Hibernate provides a simplified language for querying into the database. Its called HQL-Hibernate Qu … more →
Paras wrote 11 months ago: I got this error today. Caused by: org.hibernate.hql.ast.QuerySyntaxException: unexpected end of sub … more →
sanchit6 wrote 1 year ago: When using joins(outer join fetch or join fetch) in HQL or when using Criteria… you may end up … more →
trappedinaworldofcode wrote 1 year ago: I’ve finally got strongly typed results from a HQL projection query! The key part is the Impor … more →
Sten Friedrich wrote 1 year ago: After a lot of research into query languages and persistence of objects I finished my bachelor’s the … more →
bellafuente wrote 1 year ago: Seit einiger Zeit haben wir eine Testlizenz einer PMS und damit meine ich nicht etwas das, sondern d … more →
Ron Francis wrote 2 years ago: I’ve seen this many times in web-based applications that use paginated results. If you’r … more →