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 any one of the following:

Hibernate Set mapping with example.
Hibernate set mapping example tutorial. Set mapping in hibernate examples. Let us discuss set mapping in hibernate with example.
Hibernate SortedSet mapping with example.
Hibernate sortedset mapping example tutorial. Sortedset mapping in hibernate examples. Let us discuss sortedset mapping in hibernate with example.
Hibernate list mapping with example.
Hibernate list mapping example tutorial. List mapping in hibernate examples. Let us discuss list mapping in hibernate with example.
Hibernate bag mapping with example.
Hibernate bag mapping example tutorial. Bag mapping in hibernate examples. Difference between bag and list in hibernate.
Hibernate Map mapping with example.
Hibernate map mapping example tutorial. Map mapping in hibernate examples. Let us discuss map mapping in hibernate with example.
Hibernate SortedMap mapping with example.
Hibernate sortedmap mapping example tutorial. Sortedmap mapping in hibernate examples. Let us discuss sortedmap mapping in hibernate with example.
 

No comments: