Guys, We have an interface (IPostInsertIdentifierGenerator) for server-based generators (IdentityGenerator for example) but we don't have a counterpart for client ones (GuidGenerator, etc). I first thought that we could check for the lack of this interface, but there are some server generators that do not implement it (SequenceGenerator, for example). How do you feel about adding one such interface? I need something like this because I don't want to explicitly check all generators.
RP -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
