Class

org.scalarelational.mapper

MappedTable

Related Doc: package mapper

Permalink

abstract class MappedTable[MappedType] extends Table

Linear Supertypes
Table, TablePropertyContainer, PropertyContainer[TableProperty], DataTypeSupport, SQLContainer, Joinable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MappedTable
  2. Table
  3. TablePropertyContainer
  4. PropertyContainer
  5. DataTypeSupport
  6. SQLContainer
  7. Joinable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedTable(name: String, tableProperties: TableProperty*)(implicit ds: Datastore)

    Permalink

Abstract Value Members

  1. abstract def query: Query[Vector[SelectExpression[_]], MappedType]

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: List[Column[_, _]]

    Permalink
    Definition Classes
    Table
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def afterInvoke(delete: Delete): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  6. def afterInvoke[T](update: Update[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  7. def afterInvoke(merge: Merge): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  8. def afterInvoke(insert: InsertMultiple): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  9. def afterInvoke[T](insert: InsertSingle[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  10. def afterInvoke[E, R](query: Query[E, R]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  11. def allFields(tpe: Class[_]): Seq[Field]

    Permalink
    Attributes
    protected[org.scalarelational]
    Definition Classes
    Table
  12. def as(alias: String): TableAlias

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

    Permalink
    Definition Classes
    Any
  14. lazy val autoIncrement: Option[Column[_, _]]

    Permalink
    Definition Classes
    Table
  15. def beforeInvoke(delete: Delete): Delete

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  16. def beforeInvoke[T](update: Update[T]): Update[T]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  17. def beforeInvoke(merge: Merge): Merge

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  18. def beforeInvoke(insert: InsertMultiple): InsertMultiple

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  19. def beforeInvoke[T](insert: InsertSingle[T]): InsertSingle[T]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  20. def beforeInvoke[E, R](query: Query[E, R]): Query[E, R]

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  21. implicit def bigDecimalType: SimpleDataType[BigDecimal]

    Permalink
    Definition Classes
    DataTypeSupport
  22. implicit def blobType: SimpleDataType[Blob]

    Permalink
    Definition Classes
    DataTypeSupport
  23. implicit def booleanType: SimpleDataType[Boolean]

    Permalink
    Definition Classes
    DataTypeSupport
  24. def by[T, S](column: Column[T, S], value: T)(implicit manifest: Manifest[MappedType], session: Session): Option[MappedType]

    Permalink
  25. implicit def byteArrayType: SimpleDataType[Array[Byte]]

    Permalink
    Definition Classes
    DataTypeSupport
  26. def calling(instructionType: InstructionType, sql: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SQLContainer
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def column[T, S](name: String, dataType: DataType[T, S], properties: ColumnProperty*): Column[T, S]

    Permalink
    Definition Classes
    Table
  29. def column[T, S](name: String, properties: ColumnProperty*)(implicit dataType: DataType[T, S]): Column[T, S]

    Permalink
    Definition Classes
    Table
  30. def column[T](name: String, dataType: SimpleDataType[T], properties: ColumnProperty*): Column[T, T]

    Permalink
    Definition Classes
    Table
  31. def column[T](name: String, properties: ColumnProperty*)(implicit dataType: SimpleDataType[T]): Column[T, T]

    Permalink
    Definition Classes
    Table
  32. def columns: List[Column[_, _]]

    Permalink
    Definition Classes
    Table
  33. def columnsByName[T, S](names: String*): Seq[Column[T, S]]

    Permalink
    Definition Classes
    Table
  34. implicit val datastore: Datastore

    Permalink
    Definition Classes
    Table
  35. implicit def doubleType: SimpleDataType[Double]

    Permalink
    Definition Classes
    DataTypeSupport
  36. implicit val ds: Datastore

    Permalink
  37. implicit def enum[T <: EnumEntry](implicit enumeration: Enum[T], manifest: Manifest[T]): DataType[T, String]

    Permalink
    Definition Classes
    DataTypeSupport
  38. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def fieldName(column: Column[_, _]): String

    Permalink
    Attributes
    protected[org.scalarelational]
    Definition Classes
    Table
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. lazy val foreignKeys: List[Column[_, _]]

    Permalink
    Definition Classes
    Table
  43. final def get[T <: TableProperty](propertyName: String): Option[T]

    Permalink
    Definition Classes
    PropertyContainer
  44. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  45. def getColumn[T, S](name: String): Option[Column[T, S]]

    Permalink
    Definition Classes
    Table
  46. def getColumnByField[T, S](name: String): Option[Column[T, S]]

    Permalink
    Definition Classes
    Table
  47. final def has(propertyName: String): Boolean

    Permalink
    Definition Classes
    PropertyContainer
  48. final def has(property: TableProperty): Boolean

    Permalink
    Definition Classes
    PropertyContainer
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. implicit def intType: SimpleDataType[Int]

    Permalink
    Definition Classes
    DataTypeSupport
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. implicit def longTimestampType: DataType[Long, Timestamp]

    Permalink
    Definition Classes
    DataTypeSupport
  53. implicit def longType: SimpleDataType[Long]

    Permalink
    Definition Classes
    DataTypeSupport
  54. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  57. implicit def option[T, S](implicit dataType: DataType[T, S]): DataType[Option[T], S]

    Permalink
    Definition Classes
    DataTypeSupport
  58. def primaryKey: Column[_, _]

    Permalink
    Definition Classes
    Table
  59. lazy val primaryKeys: List[Column[_, _]]

    Permalink
    Definition Classes
    Table
  60. final def prop[T <: TableProperty](propertyName: String): T

    Permalink
    Definition Classes
    PropertyContainer
  61. def properties: Map[String, TableProperty]

    Permalink
    Definition Classes
    PropertyContainer
  62. def props(properties: TableProperty*): PropertyContainer[TableProperty]

    Permalink
    Definition Classes
    PropertyContainer
  63. lazy val q: Query[Vector[SelectExpression[_]], QueryResult]

    Permalink
    Definition Classes
    Table
  64. def ref: ColumnLike[Ref[MappedType], Int]

    Permalink
  65. implicit def reference[T]: DataType[Ref[T], Int]

    Permalink
    Definition Classes
    DataTypeSupport
  66. implicit def stringType: SimpleDataType[String]

    Permalink
    Definition Classes
    DataTypeSupport
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. val tableName: String

    Permalink
    Definition Classes
    Table
  69. implicit def thisTable: Table

    Permalink
    Definition Classes
    Table
  70. implicit def timestampType: SimpleDataType[Timestamp]

    Permalink
    Definition Classes
    DataTypeSupport
  71. def toString(): String

    Permalink
    Definition Classes
    Table → AnyRef → Any
  72. final def wait(): Unit

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

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

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

Inherited from Table

Inherited from TablePropertyContainer

Inherited from PropertyContainer[TableProperty]

Inherited from DataTypeSupport

Inherited from SQLContainer

Inherited from Joinable

Inherited from AnyRef

Inherited from Any

Ungrouped