o

org.squeryl.internals

FieldReferenceLinker

object FieldReferenceLinker

Source
FieldReferenceLinker.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldReferenceLinker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class YieldInspection extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearThreadLocalState(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def createCallBack(v: ViewExpressionNode[_]): Callback
  8. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant(c: Any, lOpt: Option[SimpleKeyLookup[_]]): LogicalBoolean
  9. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant(e: Any, c: Any, l: CanLookup): LogicalBoolean
  10. def determineColumnsUtilizedInYeldInvocation(q: QueryExpressionNode[_], rsm: ResultSetMapper, selectClosure: () => AnyRef): (List[SelectElement], AnyRef)

    It is assumed that yield invocation for inspection will never be nested, since a query is completely built (and it's yield inspection is done) before it can be nested, this is unlikely to change, but documenting this assumption was deemed useful, because this method would stop working (without complaining) if (the assumption) was broken.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def executeAndRestoreLastAccessedFieldReference[A](expressionWithSideEffectsASTConstructionThreadLocalState: => A): A

    _lastAccessedFieldReference is unique per thread, AST construction can be nested and can interfere with one another, this method is used for preserving the previous _lastAccessedFieldReference when a nested AST construction takes place *and* during the construction of 'sample' POSOs, because they are proxied, and can call their intercepted fields during construction, calling the constructor for 'sample' POSO construction without wrapping with this methor would have the effect of 'polluting' the _lastAccessedFieldReference (issue 68).

  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def findOwnerOfSample(s: AnyRef): Option[QueryableExpressionNode]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def inspectedQueryExpressionNode: QueryExpressionNode[_]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isYieldInspectionMode: Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def pushExpressionOrCollectValue[T](e: () => TypedExpression[T, _]): T
  25. def pushYieldValue(v: AnyRef): ArrayBuffer[AnyRef]
  26. def putLastAccessedSelectElement(e: SelectElement): Unit
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def takeLastAccessedFieldReference: Option[SelectElement]
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped