v79
08/18/2018, 6:07 PMobject PAGE : LongIdTable()
, a class Pages(id: EntityID<Long>) : LongEntity(id) { companion object : LongEntityClass<Pages>(PAGE) ... }
, a DAO class class PageDao {...}
, a service class class PageService
and a view model class class PageVM
. No wonder I was getting really lost.