package com.codename1.orm

Runtime entry points for the build-time SQLite ORM. @Entity classes get a generated Dao at build time; application code reaches it through EntityManager.open(dbName).dao(EntityClass.class).

Types

interface DaoRuntime contract a build-time-generated @Entity data access object implements.
class EntityManagerPublic entry point for the build-time SQLite ORM.