org.beangle.db.report.model

Type members

Classlikes

class Group(val name: String, val title: String, val module: Module, groupModuleName: Option[String], tableseq: String) extends TableContainer
class Image(val name: String, val title: String, schemaName: String, tableseq: String, val description: String) extends TableContainer
class Module(val schema: Schema, val name: Option[String], val title: String)
case class Page(name: String, iterable: Boolean)
object Report
Companion:
class
class Report(val database: Database) extends Initializing with Logging
Companion:
object
class Schema(val name: String, val title: String, val report: Report)
class System
Companion:
class
Companion:
object