I posted the question in the Fluent-NHibernate newgroup but so far there has been no answer from the void.
Is there a Fluent NHibernate mapping for the NHibernate "trigger-identity" method of generating primary keys.
Thanks
|
I posted the question in the Fluent-NHibernate newgroup but so far there has been no answer from the void. Is there a Fluent NHibernate mapping for the NHibernate "trigger-identity" method of generating primary keys. Thanks |
|||||
|
|
Try this:
|
||||
|
|
Just to keep this discussion up-to-date :
-> Fluent NHibernate V.1.1.0.685 |
|||
|
|
|
So far, the only solution I've found is to use an hbm.xml file for those entities that require trigger-identity generators. However, we ran into another problem when using trigger-identity and "long" ids and our Oracle database . There is a bug where NHibernate does not translate the Id values returned from properly. Here is the JIRA entry: |
|||
|
|