Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有下面的注释:
@GeneratedValue(strategy = GenerationType.SEQUENCE) private long userID;
它会产生独特的价值吗?环境是不支持唯一约束注释的 Google App Engine。
请问有什么文件吗?谢谢
源代码告诉你答案,特别是评论 http://code.google.com/p/datanucleus-appengine/source/browse/trunk/src/com/google/appengine/datanucleus/valuegenerator/SequenceGenerator.java