DefaultValueAssignment

org.squeryl.dsl.ast.DefaultValueAssignment

Attributes

Source
ExpressionNode.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
ExpressionNode.scala
def isIdFieldOfKeyedEntity: Boolean

Attributes

Source
ExpressionNode.scala

Inherited methods

def findAttribute[A <: ColumnAttribute](implicit m: ClassTag[A]): Option[ColumnAttribute]

Attributes

Inherited from:
BaseColumnAttributeAssignment
Source
ExpressionNode.scala
def hasAttribute[A <: ColumnAttribute](implicit m: ClassTag[A]): Boolean

Attributes

Inherited from:
BaseColumnAttributeAssignment
Source
ExpressionNode.scala

Concrete fields

Attributes

Source
ExpressionNode.scala
val value: TypedExpression[_, _]

Attributes

Source
ExpressionNode.scala