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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -