BaseColumnAttributeAssignment

org.squeryl.dsl.ast.BaseColumnAttributeAssignment

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
ExpressionNode.scala
def isIdFieldOfKeyedEntity: Boolean

Attributes

Source
ExpressionNode.scala

Concrete methods

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

Attributes

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

Attributes

Source
ExpressionNode.scala