Hi,
  I use the following code to generate the primary key.

public static java.util.UUID getTimeUUID() {

        return java.util.UUID.fromString(new
com.eaio.uuid.UUID().toString());

    }

Is this the correct approach?

Do let me know if there i any better approach which guarantees no conflicts.

Thanks,
Baskar.S

Reply via email to