google app engine - Are generated id's unique per entity or for my app's complete datastore? -


i'm using

@generatedvalue(strategy = generationtype.identity) 

in jpa entities let google appengine generate id's entities. wonder if generated unique per entity or app's complete datastore.

the reason i'm asking want use entity's id identifier search documents.

as per docs: ids allocated within namespace defined parent key , kind


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -