Hi,
I am using hibernate 2nd level cache with EHCache.
The entity I am storing in the cache has an attribute that implements java.io.Serializable, org.hibernate.usertype.UserType
When the entity comes from database, I have the column populated with value.
However, when the entity comes from 2nd level cache, this particular column is coming as Null.
Is there any issue with user defined typed attributes of an entity when 2nd level cache is used ?
I didn't find any documentation explaining the above ..
Did anyone ever face this issue ? How did you solve this ?
Thank you.
Suchandra
|