I have field VARRAY of FLOAT. And I try to load this field in JAVA with JPA2.0/hiberhate. I found only that TopLink provider support VARRAY, but no information what should I do for Hibernate provider. Normalisation of tables it is not my way... Because I have a lot of items.
THANKS IN ADVANCE!