entitytled.EntityActionBuilderComponent

EntityCollectionActionBuilder

Related Doc: package EntityActionBuilderComponent

class EntityCollectionActionBuilder[T <: (EntityActionBuilderComponent.this)#EntityTable[E, _], E <: (EntityActionBuilderComponent.this)#Entity[E, _]] extends (EntityActionBuilderComponent.this)#EntityActionBuilder[T, E, Seq]

Used to build an action which will result in a collection of entities onto which the included includables will be eager-loaded.

Linear Supertypes
(EntityActionBuilderComponent.this)#EntityActionBuilder[T, E, Seq], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EntityCollectionActionBuilder
  2. EntityActionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityCollectionActionBuilder(query: slick.driver.JdbcProfile.API.Query[T, E, Seq], includes: List[(EntityActionBuilderComponent.this)#Includable[T, E]] = List())

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def drop(num: Int): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Select all elements except the first num ones.

    Select all elements except the first num ones.

    See also

    slick.lifted.Query.drop()

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

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

    Definition Classes
    AnyRef → Any
  9. def filter[C <: slick.driver.JdbcProfile.API.Rep[_]](f: (T) ⇒ C)(implicit arg0: CanBeQueryCondition[C]): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Narrows the query to only those entities that satisfy the predicate.

    Narrows the query to only those entities that satisfy the predicate.

    See also

    slick.lifted.Query.filter()

  10. def filterNot[C <: slick.driver.JdbcProfile.API.Rep[_]](f: (T) ⇒ C)(implicit arg0: CanBeQueryCondition[C]): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Narrows the query to only those entities that do not satisfy the predicate.

    Narrows the query to only those entities that do not satisfy the predicate.

    See also

    slick.lifted.Query.filterNot()

  11. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. def include(include: (EntityActionBuilderComponent.this)#Includable[T, E]*): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Returns a new entity action builder with the given includables added to the previously included includables.

    Returns a new entity action builder with the given includables added to the previously included includables.

    include

    One or more includables to add to the resulting entities.

    Definition Classes
    EntityCollectionActionBuilderEntityActionBuilder
  15. val includes: List[(EntityActionBuilderComponent.this)#Includable[T, E]]

    List of includables to be included (eager-loaded) onto the resulting entities

    List of includables to be included (eager-loaded) onto the resulting entities

    Definition Classes
    EntityCollectionActionBuilderEntityActionBuilder
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  20. val query: slick.driver.JdbcProfile.API.Query[T, E, Seq]

    The underlying entity query.

    The underlying entity query.

    Definition Classes
    EntityCollectionActionBuilderEntityActionBuilder
  21. def sortBy[C](f: (T) ⇒ C)(implicit arg0: (C) ⇒ Ordered): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Sort this query according to a function which extracts the ordering criteria from the entities.

    Sort this query according to a function which extracts the ordering criteria from the entities.

    See also

    slick.lifted.Query.sortBy()

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

    Definition Classes
    AnyRef
  23. def take(num: Int): (EntityActionBuilderComponent.this)#EntityCollectionActionBuilder[T, E]

    Select the first num elements.

    Select the first num elements.

    See also

    slick.lifted.Query.take()

  24. def toString(): String

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

Inherited from (EntityActionBuilderComponent.this)#EntityActionBuilder[T, E, Seq]

Inherited from AnyRef

Inherited from Any

Ungrouped