customtype

Hibernate parameter typing with functions

Hi all, When using hibernate typically it can figure out the type of your parameters by looking at either the property it is against, or hibernate seems to recognise certain types by default (e.g. java.util.Date). However I have some queries which use functions (dateadd). In these queries using a object that has a custom type binding ...