org.squeryl.customtypes

Members list

Type members

Classlikes

class BigDecimalField(val value: BigDecimal) extends CustomType[BigDecimal]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[BigDecimal]
trait Product1[BigDecimal]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class BinaryField(val value: Array[Byte]) extends CustomType[Array[Byte]]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Array[Byte]]
trait Product1[Array[Byte]]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class BooleanField(val value: Boolean) extends CustomType[Boolean]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Boolean]
trait Product1[Boolean]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class ByteField(val value: Byte) extends CustomType[Byte]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Byte]
trait Product1[Byte]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait CustomType[T] extends Product1[T]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait Product1[T]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class BinaryField
class BooleanField
class ByteField
class DateField
class DoubleField
class FloatField
class IntField
class LongField
class StringField
class UuidField
Show all

Attributes

Companion
object
Source
CustomTypesMode.scala
Supertypes
trait FieldMapper
trait QueryDsl
trait BaseQueryDsl
trait StartState
class Object
trait Matchable
class Any
Show all
Known subtypes
object CustomTypesMode.type

Attributes

Companion
trait
Source
CustomTypesMode.scala
Supertypes
Self type
class DateField(val value: Date) extends CustomType[Date]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Date]
trait Product1[Date]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class DoubleField(val value: Double) extends CustomType[Double]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Double]
trait Product1[Double]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class FloatField(val value: Float) extends CustomType[Float]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Float]
trait Product1[Float]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class IntField(val value: Int) extends CustomType[Int]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Int]
trait Product1[Int]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class LongField(val value: Long) extends CustomType[Long]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Long]
trait Product1[Long]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class StringField(val value: String) extends CustomType[String]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[String]
trait Product1[String]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class TimestampField(val value: Timestamp) extends CustomType[Timestamp]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[Timestamp]
trait Product1[Timestamp]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class UuidField(val value: UUID) extends CustomType[UUID]

Attributes

Source
CustomTypesMode.scala
Supertypes
trait CustomType[UUID]
trait Product1[UUID]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all