entitytled.RelationshipCompositionComponent

ToManyComposed

Related Doc: package RelationshipCompositionComponent

class ToManyComposed[Owner <: (RelationshipCompositionComponent.this)#EntityTable[O, I1], Join <: (RelationshipCompositionComponent.this)#EntityTable[J, _], To <: slick.driver.JdbcProfile.API.Table[T], O <: (RelationshipCompositionComponent.this)#Entity[O, I1], J <: (RelationshipCompositionComponent.this)#Entity[J, _], T, I1, C[_]] extends (RelationshipCompositionComponent.this)#ComposedRelationship[Owner, Join, To, O, J, T, I1, Seq, Seq, C] with (RelationshipCompositionComponent.this)#ToManyRelationship[Owner, To, O, I1, T]

A 'to many' relationship composed with another relationship, which acts as a 'to many' relationship.

Linear Supertypes
(RelationshipCompositionComponent.this)#ToManyRelationship[Owner, To, O, I1, T], (RelationshipCompositionComponent.this)#ComposedRelationship[Owner, Join, To, O, J, T, I1, Seq, Seq, C], (RelationshipCompositionComponent.this)#Relationship[Owner, To, O, I1, T, Seq], (RelationshipCompositionComponent.this)#Includable[Owner, O], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ToManyComposed
  2. ToManyRelationship
  3. ComposedRelationship
  4. Relationship
  5. Includable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ToManyComposed(baseRelationship: (RelationshipCompositionComponent.this)#Relationship[Owner, Join, O, I1, J, Seq], attachedRelationship: (RelationshipCompositionComponent.this)#Relationship[Join, To, J, _, T, C])

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 actionFor(id: I1)(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIOAction[Seq[T], slick.driver.JdbcProfile.API.Streaming[T], Read]

    Definition Classes
    ToManyRelationship
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val attachedRelationship: (RelationshipCompositionComponent.this)#Relationship[Join, To, J, _, T, C]

    Definition Classes
    ToManyComposedComposedRelationship
  7. val baseRelationship: (RelationshipCompositionComponent.this)#Relationship[Owner, Join, O, I1, J, Seq]

    Definition Classes
    ToManyComposedComposedRelationship
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val emptyValue: Seq[T]

    Definition Classes
    ToManyRelationship
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def expandJoin[W <: slick.driver.JdbcProfile.API.Table[E], E](from: slick.driver.JdbcProfile.API.Query[(W, Owner), (E, O), Seq]): slick.driver.JdbcProfile.API.Query[(W, To), (E, T), Seq]

    Expands a join query from an origin relation to the owner relation, into a join query from that origin relation to the target relation.

    Expands a join query from an origin relation to the owner relation, into a join query from that origin relation to the target relation.

    W

    The origin relation's table type.

    Definition Classes
    ComposedRelationshipRelationship
  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def include(includables: (RelationshipCompositionComponent.this)#Includable[To, T]*): (RelationshipCompositionComponent.this)#ToManyWithIncludes[Owner, To, O, I1, T]

    Definition Classes
    ToManyRelationship
  17. def includeOn[F[_]](action: slick.driver.JdbcProfile.API.DBIOAction[F[O], slick.driver.JdbcProfile.API.NoStream, Read], query: slick.driver.JdbcProfile.API.Query[Owner, O, Seq])(implicit arg0: Functor[F], ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIOAction[F[O], slick.driver.JdbcProfile.API.NoStream, Read]

    Includes this relationship on a database action.

    Includes this relationship on a database action.

    F

    The type of the functor that contains the owner entity instance(s).

    action

    The entity action the relationship is to be included on.

    query

    The query that produced the database action the relationship is to be included on.

    ec

    The execution context in which the action is to be modified.

    returns

    The database action, modified to include this relationship on the resulting owner instance(s).

    Definition Classes
    RelationshipIncludable
  18. def inclusionActionFor(query: slick.driver.JdbcProfile.API.Query[Owner, O, Seq])(implicit ec: ExecutionContext): slick.driver.JdbcProfile.API.DBIOAction[Map[O, Seq[T]], slick.driver.JdbcProfile.API.NoStream, Read]

    Definition Classes
    ToManyRelationship
  19. val inclusionKey: (RelationshipCompositionComponent.this)#Relationship[Owner, To, O, I1, T, Seq]

    Definition Classes
    Relationship
  20. def innerJoinFor(query: slick.driver.JdbcProfile.API.Query[Owner, O, Seq]): slick.driver.JdbcProfile.API.Query[(Owner, To), (O, T), Seq]

    Returns a query for the inner product of the given owner entity query with the respective owned relations.

    Returns a query for the inner product of the given owner entity query with the respective owned relations.

    query

    Query for owner entities on which the set of owned relations is to be joined.

    Definition Classes
    ComposedRelationshipRelationship
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def queryFor(query: slick.driver.JdbcProfile.API.Query[Owner, O, Seq]): slick.driver.JdbcProfile.API.Query[To, T, Seq]

    Returns a query for all the owned relations belonging all the owner entities with retrieved by the given query.

    Returns a query for all the owned relations belonging all the owner entities with retrieved by the given query.

    query

    The query for owner entities for which to build a query for the owned relations.

    Definition Classes
    ComposedRelationshipRelationship
  26. def queryFor(id: I1): slick.driver.JdbcProfile.API.Query[To, T, Seq]

    Returns a query for the owned relations belonging the owner entity with the given ID.

    Returns a query for the owned relations belonging the owner entity with the given ID.

    id

    The ID of the owner entity to build the query for.

    Definition Classes
    ComposedRelationshipRelationship
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from (RelationshipCompositionComponent.this)#ToManyRelationship[Owner, To, O, I1, T]

Inherited from (RelationshipCompositionComponent.this)#ComposedRelationship[Owner, Join, To, O, J, T, I1, Seq, Seq, C]

Inherited from (RelationshipCompositionComponent.this)#Relationship[Owner, To, O, I1, T, Seq]

Inherited from (RelationshipCompositionComponent.this)#Includable[Owner, O]

Inherited from AnyRef

Inherited from Any

Ungrouped