Class

org.virtuslab.beholder.views.FilterableViewsComponent

BaseView2

Related Doc: package FilterableViewsComponent

Permalink

class BaseView2[T, A, B] extends (FilterableViewsComponent.this)#BaseView[A, T]

Base view for view with 2 fields

T

entity

A

first field

B

sec field

Linear Supertypes
(FilterableViewsComponent.this)#BaseView[A, T], unicorn.UnicornPlay.BaseTable[T], unicorn.UnicornPlay.CustomTypeMappers, slick.jdbc.JdbcProfile.Table[T], AbstractTable[T], Rep[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseView2
  2. BaseView
  3. BaseTable
  4. CustomTypeMappers
  5. Table
  6. AbstractTable
  7. Rep
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseView2(tag: slick.jdbc.JdbcProfile.API.Tag, name: String, columnNames: Seq[String], apply: (A, B) ⇒ T, unapply: (T) ⇒ Option[(A, B)], query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq])(implicit arg0: ClassTag[T], arg1: TypedType[A], arg2: TypedType[B], s1: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A], A, _], s2: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[B], B, _])

    Permalink

    name

    name of view

    columnNames

    names of view columns - columnsNames(0) -> c1 etc

    apply

    to create entity

    unapply

    to map entity to tuple

    query

    query that build view

Type Members

  1. final type TableElementType = T

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[T]

    Permalink
    Definition Classes
    BaseView2 → AbstractTable
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val O: slick.jdbc.JdbcProfile.columnOptions.type

    Permalink
    Definition Classes
    Table
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def c1: Rep[A]

    Permalink
  8. def c2: Rep[B]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  11. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]

    Permalink
    Definition Classes
    Table
  12. def columnByName(name: String): slick.jdbc.JdbcProfile.API.Rep[_]

    Permalink

    find column by name

    find column by name

    Definition Classes
    BaseView
  13. val columnNames: Seq[String]

    Permalink

    names of view columns - columnsNames(0) -> c1 etc

  14. val columns: Seq[(String, (BaseView2.this.type) ⇒ slick.jdbc.JdbcProfile.API.Rep[_])]

    Permalink

    Attributes
    protected
    Definition Classes
    BaseView2BaseView
  15. final def columnsNames: Seq[String]

    Permalink
    Definition Classes
    BaseView
  16. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  17. implicit val dateTimeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DateTime]

    Permalink
    Definition Classes
    CustomTypeMappers
  18. implicit val durationTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Duration]

    Permalink
    Definition Classes
    CustomTypeMappers
  19. def encodeRef(path: Node): AbstractTable[T]

    Permalink
    Definition Classes
    AbstractTable → Rep
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]

    Permalink
    Definition Classes
    AbstractTable
  24. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def id: Rep[A]

    Permalink

    column that is tread as view 'id' - it is use eg.

    column that is tread as view 'id' - it is use eg. for default sort

    Definition Classes
    BaseView2BaseView
  28. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Permalink
    Definition Classes
    AbstractTable
  29. def indexes: Iterable[Index]

    Permalink
    Definition Classes
    AbstractTable
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. implicit val localDateMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[LocalDate]

    Permalink
    Definition Classes
    CustomTypeMappers
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

    Permalink
    Definition Classes
    AbstractTable
  36. final def primaryKeys: Iterable[PrimaryKey]

    Permalink
    Definition Classes
    AbstractTable
  37. val query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq]

    Permalink

    query that build view

    query that build view

    Definition Classes
    BaseView2BaseView
  38. val schemaName: Option[String]

    Permalink
    Definition Classes
    AbstractTable
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  41. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  42. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  43. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  44. def tableProvider: RelationalProfile

    Permalink
    Definition Classes
    Table
  45. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  46. def toNode: Node

    Permalink
    Definition Classes
    AbstractTable → Rep
  47. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  48. implicit val tupleShape: Shape[_ <: FlatShapeLevel, (Rep[A], Rep[B]), (A, B), _]

    Permalink
  49. val viewName: String

    Permalink

    name of view

    name of view

    Definition Classes
    BaseView
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (FilterableViewsComponent.this)#BaseView[A, T]

Inherited from unicorn.UnicornPlay.BaseTable[T]

Inherited from unicorn.UnicornPlay.CustomTypeMappers

Inherited from slick.jdbc.JdbcProfile.Table[T]

Inherited from AbstractTable[T]

Inherited from Rep[T]

Inherited from AnyRef

Inherited from Any

Ungrouped