Hibernate collections mappings
Collection is a group of objects. As hibernate maps the entity classes to the database tables so if an entity has a collection of values for a property then these types of properties can be mapped to the any one of the available java collection interfaces. Hibernate provides the facility to persist the instance of … Read more