Collection MappingA Collection is a java framework that groups multiple objects into a single unit. It is used to store, retrieve and manipulate the aggregate data. In JPA, we can persist the object of wrapper classes and String using collections. JPA allows three kinds of objects to store in mapping collections - Basic Types, Entities and Embeddables. Collection TypesOn the basis of requirement, we can use different type of collections to persist the objects.
![]() The java.util package contains all the classes and interfaces of collection framework.
Next TopicJPA List Mapping
|