IdGeneratorStrategy unique for each kind
问题 Is there any way to create a primary key that is only unique inside one specific kind (assuming I am asking the right question here! - apologies if not) I notice there is an "IdentityType.APPLICATION" option but "Application" seems to be the "smallest" available option!! I have the following: @PersistenceCapable(identityType = IdentityType.APPLICATION) public class AuditTrail { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) private Long ID; @Persistent private Date