↧
Hibernate Custom Criterion : Check The Length of String Properties
We have seen Hibernate’s set of Restrictions and they cover a very large range of queries but not all. In Hibernate criterion we can not check String property length with existing functionality....
View ArticleSQL inside Hibernate Criteria
Earlier we have seen, how a custom criterion could be created to handle special scenarios. However this may seem overkill if the condition can be easily expressed using native SQL. For Criteria allows...
View Article