Top "Ormlite" questions

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

Problems with ORMLite and lazy collections

I am using ormlite in my android project. I have two classes @DatabaseTable(tableName = "usershows") public class UserShow { @DatabaseField(id = …

android collections ormlite foreign-collection