Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.1
the Session.save(Object, Serializable) is not part of the API anymore.... is there a replacement or do i need to fall back on org.hibernate.classic.Session (where it's still there but deprecated) ?
i have a case where i use hibernate to move some data around (migration) which already has a PK (which must not change during migration). after migration i want to use the same mapping files so i do not want to change to "assigned" generator.
thanks for your help
pascal