JPA CriteriaBuilder like on double
问题 I'm trying to retrieve data out of a legacy database. The column in the table is defined as a DECIMAL(13,0) containing account numbers. The column data type cannot be changed as it will have a major impact on the legacy system. Essentially all programs using the table need to be changed and then recompiled which is not an option. We have a requirement to find all records where the account number contains a value, for example the user could search for 12345 and all accounts with an account