When I have to use some object's data collection like Bag or Set in hibernate I have to stay inside a hibernate's session

When I use object of type Set I have a corresponding in Java, but when I have to use a Bag object I don't know which type object I could use with Spring...

My question is: how can I to use objects of type Bag in Spring??