Object

org.scalarelational.extra.PersistentProperties

persistentProperties

Related Doc: package PersistentProperties

Permalink

object persistentProperties extends Table

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. persistentProperties
  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

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. implicit def byteArrayType: SimpleDataType[Array[Byte]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Table
  33. implicit val datastore: Datastore

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. val id: Column[Int, Int]

    Permalink
  49. implicit def intType: SimpleDataType[Int]

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

    Permalink
    Definition Classes
    Any
  51. val key: Column[String, String]

    Permalink
  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

    Adds the supplied properties to this container.

    Adds the supplied properties to this container.

    properties

    the properties to add

    returns

    this

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

    Permalink
    Definition Classes
    Table
  64. implicit def reference[T]: DataType[Ref[T], Int]

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

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

    Permalink
    Definition Classes
    AnyRef
  67. val tableName: String

    Permalink
    Definition Classes
    Table
  68. implicit def thisTable: Table

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

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

    Permalink
    Definition Classes
    Table → AnyRef → Any
  71. val value: Column[String, String]

    Permalink
  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 DataTypeSupport

Inherited from SQLContainer

Inherited from Joinable

Inherited from AnyRef

Inherited from Any

Ungrouped