i have a Table where an ArrayList of prices is saved via Hibernate as a Blob. Now i will get access to that list via IN clause. Is this possible? All with a JOIN of two tables
i.e. with:
SELECT * FROM products as p, prices as pr WHERE pr.id IN p.prices
p.prices contains an ArrayList with the id of the prices