You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When we try to persist same entity with em.persist it does not throw an exception. Probably this is default cassandra behaviour with CQL also, it just updates if row exist. But CQL does offer IF NOT EXISTS clause to check this. How can we achieve same using Kundera?
Thanks,
Sohel Khan
The text was updated successfully, but these errors were encountered:
Hi,
When we try to persist same entity with em.persist it does not throw an exception. Probably this is default cassandra behaviour with CQL also, it just updates if row exist. But CQL does offer IF NOT EXISTS clause to check this. How can we achieve same using Kundera?
Thanks,
Sohel Khan
The text was updated successfully, but these errors were encountered: