Joined: Mon Mar 06, 2006 3:17 pm Posts: 5
|
When I try to save an entity i'm getting the following exception:
org.hibernate.HibernateException: could not determine type of dynamic entity
at org.hibernate.impl.SessionImpl.guessEntityName(SessionImpl.java:1724)
at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1302)
at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
The problem seems to be my Entity implements the Map interface. This worked fine in the previous (2.X) version, and retrieve seems to be working fine. Does hibernate no longer allow you to save Maps?
|
|