This document discusses mapping collections in Hibernate, including different collection types like bags, lists, sets, maps and arrays. It explains how to define a collection property in Hibernate mapping files and customize aspects like lazy loading, fetching strategies and sorting. Common collection types like bags and lists are demonstrated with examples.