org.positronicnet.orm

BaseJoin

class BaseJoin [TLeft <: ManagedRecord, TRight <: ManagedRecord, TResult] extends BaseNotifier with NonSharedNotifier[TResult]

Attributes
abstract
Linear Supertypes
NonSharedNotifier[TResult], BaseNotifierImpl[TResult], NotifierImpl[TResult], Notifier[TResult], BaseNotifier, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BaseJoin
  2. NonSharedNotifier
  3. BaseNotifierImpl
  4. NotifierImpl
  5. Notifier
  6. BaseNotifier
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseJoin (mgrLeft: BaseRecordManager[TLeft], mgrRight: BaseRecordManager[TRight], cols: Seq[String], query: org.positronicnet.content.ContentQuery[_, _])

Type Members

  1. class ColumnId extends AnyRef

    Attributes
    abstract
  2. case class LeftCol (s: String) extends ColumnId with Product with Serializable

  3. case class RightCol (s: String) extends ColumnId with Product with Serializable

Abstract Value Members

  1. def currentValue : TResult

    Attributes
    protected abstract
    Definition Classes
    NonSharedNotifierBaseNotifierImpl

Concrete Value Members

  1. def ! (action: Action[TResult]): Unit

    Perform the action, usually on a worker thread associated with this notifier.

    Perform the action, usually on a worker thread associated with this notifier. Results may be posted back to the calling thread, viz. the conventions documented in org.positronicnet.notifications.Actions.

    Definition Classes
    BaseNotifierImplNotifier
  2. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  8. val changeHandlers : HashMap[AnyRef, (TResult) ⇒ Unit]

    Attributes
    protected
    Definition Classes
    BaseNotifierImpl
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def fetchOnThisThread : TResult

    Synchronously fetch the value being monitored by this Notifier.

    Synchronously fetch the value being monitored by this Notifier.

    Definition Classes
    BaseNotifierImplNotifier
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def getClass (): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. lazy val leftFields : Seq[MappedField]

    Attributes
    protected
  18. lazy val leftPkIndex : Int

    Attributes
    protected
  19. val leftRemappings : HashMap[String, String]

    Attributes
    protected
  20. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  21. def noteChange : Unit

  22. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  24. def onThisThread (action: Action[TResult]): Unit

    Perform the action, synchronously on the calling thread.

    Perform the action, synchronously on the calling thread.

    Definition Classes
    BaseNotifierImplNotifier
  25. def onThread (thunk: ⇒ Unit): Unit

    Definition Classes
    BaseNotifier
  26. def remap (col: ColumnId, joinCol: String): Unit

  27. lazy val rightFields : Seq[MappedField]

    Attributes
    protected
  28. lazy val rightPkIndex : Int

    Attributes
    protected
  29. val rightRemappings : HashMap[String, String]

    Attributes
    protected
  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from NonSharedNotifier[TResult]

Inherited from BaseNotifierImpl[TResult]

Inherited from NotifierImpl[TResult]

Inherited from Notifier[TResult]

Inherited from BaseNotifier

Inherited from AnyRef

Inherited from Any