com.googlecode.mapperdao.queries.v2

JoinOn

case class JoinOn[ID, PC <: Persisted, T](queryInfo: QueryInfo[ID, T]) extends WithQueryInfo[ID, PC, T] with WithWhere[ID, PC, T] with WithJoin[ID, PC, T] with WithOrderBy[ID, PC, T] with Execution[ID, PC, T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Execution[ID, PC, T], WithOrderBy[ID, PC, T], WithJoin[ID, PC, T], WithWhere[ID, PC, T], WithQueryInfo[ID, PC, T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JoinOn
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Execution
  7. WithOrderBy
  8. WithJoin
  9. WithWhere
  10. WithQueryInfo
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JoinOn(queryInfo: QueryInfo[ID, T])

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. def and(op: OpBase): JoinOn[ID, PC, T]

  5. def apply(op: OpBase): JoinOn[ID, PC, T]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  9. def finalize(): Unit

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

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

    Definition Classes
    Any
  12. def join[FID, FT](e: Alias[FID, FT]): SelfJoinOn[ID, PC, T, FID, FT]

    Definition Classes
    WithJoin
  13. def join[JID, JT, FID, FT](from: Alias[JID, JT], column: ColumnInfoRelationshipBase[JT, _, FID, FT], to: Alias[FID, FT]): JoinClause[ID, PC, T, FID, FT]

    Definition Classes
    WithJoin
  14. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  17. def or(op: OpBase): JoinOn[ID, PC, T]

  18. def order: Order[ID, PC, T]

    Definition Classes
    WithOrderBy
  19. val queryInfo: QueryInfo[ID, T]

    Definition Classes
    JoinOnWithOrderByWithJoinWithQueryInfo
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toList(implicit queryDao: QueryDao): List[T with PC]

    Definition Classes
    Execution
  22. def toList(queryConfig: QueryConfig)(implicit queryDao: QueryDao): List[T with PC]

    Definition Classes
    Execution
  23. def toSet(implicit queryDao: QueryDao): Set[T with PC]

    Definition Classes
    Execution
  24. def toSet(queryConfig: QueryConfig)(implicit queryDao: QueryDao): Set[T with PC]

    Definition Classes
    Execution
  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def where: Where[ID, PC, T]

    Definition Classes
    WithWhere

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Execution[ID, PC, T]

Inherited from WithOrderBy[ID, PC, T]

Inherited from WithJoin[ID, PC, T]

Inherited from WithWhere[ID, PC, T]

Inherited from WithQueryInfo[ID, PC, T]

Inherited from AnyRef

Inherited from Any

Ungrouped