Object

pl.touk.nussknacker.engine.management.periodic.db.PeriodicProcessDeploymentsTableFactory

PeriodicProcessDeployments

Related Doc: package PeriodicProcessDeploymentsTableFactory

Permalink

object PeriodicProcessDeployments extends TableQuery[PeriodicProcessDeploymentsTable]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeriodicProcessDeployments
  2. TableQuery
  3. Query
  4. QueryBase
  5. Rep
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def baseTableRow: PeriodicProcessDeploymentsTable

    Permalink
    Definition Classes
    TableQuery
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def distinct: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  9. def distinctOn[F, T](f: (PeriodicProcessDeploymentsTable) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, _]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  10. def drop(num: Int): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  11. def drop(num: Long): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  12. def drop(num: ConstColumn[Long]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  13. def encodeRef(path: Node): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query → Rep
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def exists: Rep[Boolean]

    Permalink
    Definition Classes
    Query
  17. def filter[T <: Rep[_]](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  18. def filterIf(p: Boolean)(f: (PeriodicProcessDeploymentsTable) ⇒ Rep[Boolean]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  19. def filterNot[T <: Rep[_]](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  20. def filterOpt[V, T <: Rep[_]](optValue: Option[V])(f: (PeriodicProcessDeploymentsTable, V) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  21. val findToBeDeployed: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
  22. def flatMap[F, T, D[_]](f: (PeriodicProcessDeploymentsTable) ⇒ Query[F, T, D]): Query[F, T, Seq]

    Permalink
    Definition Classes
    Query
  23. def forUpdate: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def groupBy[K, T, G, P](f: (PeriodicProcessDeploymentsTable) ⇒ K)(implicit kshape: Shape[_ <: FlatShapeLevel, K, T, G], vshape: Shape[_ <: FlatShapeLevel, PeriodicProcessDeploymentsTable, _, P]): Query[(G, Query[P, PeriodicProcessDeploymentsTable.TableElementType, Seq]), (T, Query[P, PeriodicProcessDeploymentsTable.TableElementType, Seq]), Seq]

    Permalink
    Definition Classes
    Query
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def join[E2, U2, D[_]](q2: Query[E2, U2, D]): BaseJoinQuery[PeriodicProcessDeploymentsTable, E2, PeriodicProcessDeploymentsTable.TableElementType, U2, Seq, PeriodicProcessDeploymentsTable, E2]

    Permalink
    Definition Classes
    Query
  29. def joinFull[E1 >: PeriodicProcessDeploymentsTable, E2, U2, D[_], O1, U1, O2](q2: Query[E2, _, D])(implicit ol1: OptionLift[E1, O1], sh1: Shape[FlatShapeLevel, O1, U1, _], ol2: OptionLift[E2, O2], sh2: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[O1, O2, U1, U2, Seq, PeriodicProcessDeploymentsTable, E2]

    Permalink
    Definition Classes
    Query
  30. def joinLeft[E2, U2, D[_], O2](q2: Query[E2, _, D])(implicit ol: OptionLift[E2, O2], sh: Shape[FlatShapeLevel, O2, U2, _]): BaseJoinQuery[PeriodicProcessDeploymentsTable, O2, PeriodicProcessDeploymentsTable.TableElementType, U2, Seq, PeriodicProcessDeploymentsTable, E2]

    Permalink
    Definition Classes
    Query
  31. def joinRight[E1 >: PeriodicProcessDeploymentsTable, E2, U2, D[_], O1, U1](q2: Query[E2, U2, D])(implicit ol: OptionLift[E1, O1], sh: Shape[FlatShapeLevel, O1, U1, _]): BaseJoinQuery[O1, E2, U1, U2, Seq, PeriodicProcessDeploymentsTable, E2]

    Permalink
    Definition Classes
    Query
  32. def length: Rep[Int]

    Permalink
    Definition Classes
    Query
  33. def map[F, G, T](f: (PeriodicProcessDeploymentsTable) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  37. def pack[R](implicit packing: Shape[_ <: FlatShapeLevel, PeriodicProcessDeploymentsTable, _, R]): Query[R, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  38. final lazy val packed: Node

    Permalink
    Definition Classes
    Query
  39. lazy val shaped: ShapedValue[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType]

    Permalink
    Definition Classes
    TableQuery → Query
  40. def size: Rep[Int]

    Permalink
    Definition Classes
    Query
  41. def sortBy[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit ev: (T) ⇒ Ordered): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  42. def sorted(implicit ev: (PeriodicProcessDeploymentsTable) ⇒ Ordered): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  43. def subquery: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def take(num: Int): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  46. def take(num: Long): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  47. def take(num: ConstColumn[Long]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  48. def to[D[_]](implicit ctc: TypedCollectionTypeConstructor[D]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, D]

    Permalink
    Definition Classes
    Query
  49. lazy val toNode: Node

    Permalink
    Definition Classes
    TableQuery → Rep
  50. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  51. def union[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  52. def unionAll[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withFilter[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]

    Permalink
    Definition Classes
    Query
  57. def zip[E2, U2, D[_]](q2: Query[E2, U2, D]): Query[(PeriodicProcessDeploymentsTable, E2), (PeriodicProcessDeploymentsTable.TableElementType, U2), Seq]

    Permalink
    Definition Classes
    Query
  58. def zipWith[E2, U2, F, G, T, D[_]](q2: Query[E2, U2, D], f: (PeriodicProcessDeploymentsTable, E2) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]

    Permalink
    Definition Classes
    Query
  59. def zipWithIndex: BaseJoinQuery[PeriodicProcessDeploymentsTable, Rep[Long], PeriodicProcessDeploymentsTable.TableElementType, Long, Seq, PeriodicProcessDeploymentsTable, Rep[Long]]

    Permalink
    Definition Classes
    Query

Deprecated Value Members

  1. def countDistinct: Rep[Int]

    Permalink
    Definition Classes
    Query
    Annotations
    @deprecated
    Deprecated

    (Since version 3.2) Use length on distinct or distinctOn instead of countDistinct

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TableQuery[PeriodicProcessDeploymentsTable]

Inherited from QueryBase[Seq[PeriodicProcessDeploymentsTable.TableElementType]]

Inherited from AnyRef

Inherited from Any

Ungrouped