Top "Ormlite" questions

ORMLite is a Java open source software framework that provides lightweight object relational mapping (ORM) between Java classes and SQL databases.

Ormlite Android bulk inserts

can anyone explain why my inserts are taking so long in Ormlite? Doing 1,700 inserts in one sqlite transaction on the …

android sqlite transactions ormlite
Creating foreign key constraints in ORMLite under SQLite

As it is not possible to add foreign keys using an "ALTER TABLE" statement in SQLite, I am stuck on …

android sqlite ormlite
Android ormlite like() function is not working

I am new to this, please help me. I am trying to use ormlite like(column name,value) function, but …

android ormlite
ORMLite - Query foreign field

Using ORMLite for Android, I need to build a query that returns orders by order id or by customer name. …

android ormlite
How can I use ORMLite with SQLCipher together in Android?

I would like to use OrmLite with SQLCipher in my Android project, but both libraries have their own abstract SQLiteOpenHelper …

android ormlite sqlcipher
How to do multiple column unique-constraint in ormlite ( SQLite )

I'm using ormlite for Android and I'm trying to get a multiple column unique-constraint. As of now i'm only able …

sql sqlite unique-constraint ormlite
Android/ORMLite Insert Row with ID

I'm currently using ORMLite to work with a SQLite database on Android. As part of this I am downloading a …

java android database sqlite ormlite
Case insensitive order by with ormlite and sqlite in android

I want to order my data objects from an ORMLite DAO case insensitively. Currently I am using the following sqlite …

android ormlite
Android Studio ORMLite Configuration File - Could Not Find Raw Directory

Following notes from the previous question: Android Studio run configuration for ORMLite config generation I was able to get my …

java android android-studio ormlite