valchkou / cassandra-driver-mapping

JPA addon for DataStax Java Driver for Cassandra
57 stars 24 forks source link

Is there an issue with driver time based UUIDs #47

Closed DBatOWL closed 9 years ago

DBatOWL commented 9 years ago

Just a question, I see in the docs it's suggested to bring in a 3rd party lib to do time based UUID, but since the datastax core libs are already included as part of this driver, why not just use the utils.UUIDs class? Is there a known issue with that class that we really should be worrying about?

valchkou commented 9 years ago

There is no issue with the driver utility. I inherited my sample from non-datastax app.

Thanks for the catch, I will update doc accordingly.