org.squeryl.internals

FieldReferenceLinker

object FieldReferenceLinker extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FieldReferenceLinker
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class YieldInspection extends AnyRef

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def createCallBack (v: org.squeryl.dsl.ast.ViewExpressionNode[_]): Callback

  9. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant (c: Any): LogicalBoolean

  10. def createEqualityExpressionWithLastAccessedFieldReferenceAndConstant (e: Any, c: Any): LogicalBoolean

  11. def determineColumnsUtilizedInYeldInvocation (q: org.squeryl.dsl.ast.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 usefull, because this method would stop working (without complaining) if (the assumption) was broken.

  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. 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).

  15. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def findOwnerOfSample (s: Any): Option[QueryableExpressionNode]

  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def inspectedQueryExpressionNode : org.squeryl.dsl.ast.QueryExpressionNode[_]

  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def isYieldInspectionMode : Boolean

  22. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def pushExpressionOrCollectValue [T] (e: () ⇒ TypedExpressionNode[T]): T

  26. def pushYieldValue (v: AnyRef): Unit

  27. def putLastAccessedSelectElement (e: SelectElement): Unit

  28. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  29. def takeLastAccessedFieldReference : Option[SelectElement]

  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any