How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Persisting string arrays

APCAPC
edited August 2016 in JDXA for Android
My model class has a string array field. Can JDX persist that field without requiring two tables with one-to-many relationship?

Comments

  • edited August 2016
    Sure. With JDXA, you can persist Integer or String array attributes in the same table where other primitive attributes of a model class are stored. You don't even have to specify any explicit mapping specification for such attributes. JDXA can also store HashMap attributes.
  • Thank you for confirming this feature. I will use this in my project to see if it works.
Sign In or Register to comment.