org.beangle.db.report.model

Members list

Type members

Classlikes

class Group(val name: String, val title: String, val module: Module, groupModuleName: Option[String], tableseq: String) extends TableContainer

Attributes

Supertypes
class Object
trait Matchable
class Any
class Image(val name: String, val title: String, schemaName: String, tableseq: String, val description: String) extends TableContainer

Attributes

Supertypes
class Object
trait Matchable
class Any
class Module(val schema: Schema, val name: Option[String], val title: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Page(name: String, iterable: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Report

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Report.type
class Report(val database: Database) extends Initializing, Logging

Attributes

Companion
object
Supertypes
trait Logging
trait Initializing
class Object
trait Matchable
class Any
class Schema(val name: String, val title: String, val report: Report)

Attributes

Supertypes
class Object
trait Matchable
class Any
class System

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Group
class Image