Object

org.squeryl.internals

FieldReferenceLinker

Related Doc: package internals

Permalink

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. All

Type Members

  1. class YieldInspection extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearThreadLocalState(): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createCallBack(v: ViewExpressionNode[_]): Callback

    Permalink
  8. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant(c: Any, lOpt: Option[SimpleKeyLookup[_]]): LogicalBoolean

    Permalink
  9. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant(e: Any, c: Any, l: CanLookup): LogicalBoolean

    Permalink
  10. def determineColumnsUtilizedInYeldInvocation(q: QueryExpressionNode[_], rsm: ResultSetMapper, selectClosure: () ⇒ AnyRef): (List[SelectElement], AnyRef)

    Permalink

    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 usefull, because this method would stop working (without complaining) if (the assumption) was broken.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def executeAndRestoreLastAccessedFieldReference[A](expressionWithSideEffectsASTConstructionThreadLocalState: ⇒ A): A

    Permalink

    _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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findOwnerOfSample(s: AnyRef): Option[QueryableExpressionNode]

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def inspectedQueryExpressionNode: QueryExpressionNode[_]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isYieldInspectionMode: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def pushExpressionOrCollectValue[T](e: () ⇒ TypedExpression[T, _]): T

    Permalink
  25. def pushYieldValue(v: AnyRef): Unit

    Permalink
  26. def putLastAccessedSelectElement(e: SelectElement): Unit

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def takeLastAccessedFieldReference: Option[SelectElement]

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped