sqlite3 - JPA and SQLite date issues -
i have entity class in calendar field annotated @temporal(temporaltype.date).
i using sqlite3 db. column in db text type. whenever persist entity object, value calendar field gets persisted 1375900200000.
i have tried different combinations of @temporal types , table column types. looked @ jpa , sqlite3 - wrong date no avail.i using toplinks jpa provider. pointers on wrong?
Comments
Post a Comment