I have a Java HashMap object that contians a User object and a Room object. Can Hibernate cope with mapping this to a database, or can hibernate only deal with mapping collections that contain objects of the same type?
Many thanks,
Dave.
I have a Java HashMap object that contians a User object and a Room object. Can Hibernate cope with mapping this to a database, or can hibernate only deal with mapping collections that contain objects of the same type?
Many thanks,
Dave.