Re: [Hibernate] ID Generator

2003-10-28 Thread Gavin King
To implement this requires an id generator with dependencies upon EJB APIs. ie. it requires a session bean. Hibernate does not currently have dependencies upon EJB. This is an appropriate thing to maintain as part of your application. Pragasam, Mukund (Consultant) wrote: ID Generator If you wish

[Hibernate] ID Generator

2003-10-28 Thread Pragasam, Mukund (Consultant)
ID Generator If you wish to assign this issue/new feature to us, we can develop and contribute to the Hibernate open source. Requirement: 1) Multiple UidGenerator streams (say a stream per table in DB) 2) High performance Requirement - Transaction spanning across public and private network, end