Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What types can be used to hold the values for a collection mapping (1:M, M:M, and DirectCollection)?

0
Posted

What types can be used to hold the values for a collection mapping (1:M, M:M, and DirectCollection)?

0

By default, TopLink uses the Vector class for collections. JDK 1.1 supports only Vector and Hashtable (or their subclasses). Java 2 can use any implementor of the Collection or Map interface. TopLink supports collections through the mapping’s container policy. You can define a new container policy that uses other types of containers that do not implement the Collection or Map interfaces.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123