0

How can I create conditional unique property with greendao? I have an entity and I would like to create two unique property, but with a condition.

just
  • 1,900
  • 4
  • 25
  • 46

1 Answers1

0

I guess it is not possible right now, as dao generator run as a separate module and it runs independently hence you can't write something conditional based on your app .

Mithun Sarker Shuvro
  • 3,902
  • 6
  • 32
  • 64