hibernate not support decode

hibernate not support decode_第1张图片

这样的功能不用decode函数也能解决。可以使用to_char。

 

registerFunction("dateadd", new StandardSQLFunction("dateadd", Hibernate.TIMESTAMP));

你可能感兴趣的:(Hibernate)