LongField

org.squeryl.customtypes.LongField
class LongField(val value: Long) extends CustomType[Long]

Attributes

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

Members list

Value members

Inherited methods

def _1: T

Attributes

Inherited from:
CustomType
Source
CustomTypesMode.scala
def canEqual(a: Any): Boolean

Attributes

Inherited from:
CustomType
Source
CustomTypesMode.scala
override def productArity: Int

Attributes

Definition Classes
Product1 -> Product
Inherited from:
Product1
override def productElement(n: Int): Any

Attributes

Definition Classes
Product1 -> Product
Inherited from:
Product1
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

val value: Long

Attributes

Source
CustomTypesMode.scala