1. Search Oracle date type column with hibernate, seach by everything in that day - ignore the time stackoverflow.com
table column type is
|
2. search in blob (oracle/mssql) forum.hibernate.orgHi, I need help with searching in BLOB. I have schema, where one column is BLOB and customer wants to search in it. This is possible to do it in SQL by using extra (vendor dependent) functions (Oracle contains(...), MSSQL containstable(...) ). Of course there are some extra DB setup - preparing full text index etc. Is in the hibernate any ... |