Package com.codename1.orm


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