top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the collection types in Hibernate?

0 votes
318 views
What are the collection types in Hibernate?
posted Nov 17, 2017 by Gn Guruswamy

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Collections in java is a framework that provides an architecture to store and manipulate the group of objects. All the operations that you perform on a data such as searching, sorting, insertion, manipulation, deletion etc. can be performed by Java collections.

There are five collection types in hibernate used for one-to-many relationship mappings:-
1. Bag
2. Set
3. List
4. Array
5. Map

answer Nov 18, 2017 by Ammy Jack
...