emmanuelbernard / hibernate-core-ogm

Hibernate extension for Object Grid Mapper
http://hibernate.org
11 stars 4 forks source link

Possibly copy mutable objects upon read and write to the grid #21

Open emmanuelbernard opened 13 years ago

emmanuelbernard commented 13 years ago

If the underlying AtomicMap does not copy on read on mutable objects, I might need to deepCopy objects when reading from and writing to the AtomicMap unless Hibernate Core already guard against that (it does for 2nd level cache but I am unsure about the resultset I/O