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).-
ClassDescriptionDao<T>Runtime contract a build-time-generated
@Entitydata access object implements.Public entry point for the build-time SQLite ORM.