[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Table Sequence

That depends on what you mean by ahead of time. On the call to EntityManager.persist() the sequence value will be assigned to the ID of the persisted object. This is before any changes are flushed to the database.
--Gordon