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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -