Incremental IDs on Objectify
问题 Since upgrading to GAE 1.8, I'm getting scattered ids when annotating with @Id in Objectify: @Id private Long id; Even though I understand the need for scattered ids in terms of avoiding hotspots on the cloud platform, is there a way in Objectify to get the old incremental ids back? Having to display a hexatridecimal value (like 1DZENH6BSOW) in the UI to avoid that massive generated 64bit id just doesn't cut it. I'm happy to have a secondary annotation @IdLegacy working in conjunction with