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 Dao | Runtime contract a build-time-generated @Entity data access object implements. |
class EntityManager | Public entry point for the build-time SQLite ORM. |