Introduction
Hibernate allows us to map the Java collections object with data structures. In this chapter, we will look at how to deal with Java collections using Hibernate. Java collections commonly include List
, Map
, Set
, and Array
. All standard Java collections are supported by hibernate.