o
pl.touk.nussknacker.engine.management.periodic.db.PeriodicProcessDeploymentsTableFactory
PeriodicProcessDeployments
object PeriodicProcessDeployments extends TableQuery[PeriodicProcessDeploymentsTable]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PeriodicProcessDeployments
- TableQuery
- Query
- QueryBase
- Rep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
baseTableRow: PeriodicProcessDeploymentsTable
- Definition Classes
- TableQuery
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
distinct: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
distinctOn[F, T](f: (PeriodicProcessDeploymentsTable) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, _]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
drop(num: Int): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
drop(num: Long): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
drop(num: ConstColumn[Long]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
encodeRef(path: Node): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query → Rep
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists: Rep[Boolean]
- Definition Classes
- Query
-
def
filter[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
filterIf[T](p: Boolean)(f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
filterNot[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit wt: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
filterOpt[V, T](optValue: Option[V])(f: (PeriodicProcessDeploymentsTable, V) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
flatMap[F, T, D[_]](f: (PeriodicProcessDeploymentsTable) ⇒ Query[F, T, D]): Query[F, T, Seq]
- Definition Classes
- Query
-
def
forUpdate: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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]
- Definition Classes
- Query
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join[E2, U2, D[_]](q2: Query[E2, U2, D]): BaseJoinQuery[PeriodicProcessDeploymentsTable, E2, PeriodicProcessDeploymentsTable.TableElementType, U2, Seq, PeriodicProcessDeploymentsTable, E2]
- Definition Classes
- Query
-
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]
- Definition Classes
- Query
-
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]
- Definition Classes
- Query
-
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]
- Definition Classes
- Query
-
def
length: Rep[Int]
- Definition Classes
- Query
-
def
map[F, G, T](f: (PeriodicProcessDeploymentsTable) ⇒ F)(implicit shape: Shape[_ <: FlatShapeLevel, F, T, G]): Query[G, T, Seq]
- Definition Classes
- Query
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pack[R](implicit packing: Shape[_ <: FlatShapeLevel, PeriodicProcessDeploymentsTable, _, R]): Query[R, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
final
lazy val
packed: Node
- Definition Classes
- Query
-
lazy val
shaped: ShapedValue[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType]
- Definition Classes
- TableQuery → Query
-
def
size: Rep[Int]
- Definition Classes
- Query
-
def
sortBy[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit ev: (T) ⇒ Ordered): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
sorted(implicit ev: (PeriodicProcessDeploymentsTable) ⇒ Ordered): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
subquery: Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
take(num: Int): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
take(num: Long): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
take(num: ConstColumn[Long]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
to[D[_]](implicit ctc: TypedCollectionTypeConstructor[D]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, D]
- Definition Classes
- Query
-
lazy val
toNode: Node
- Definition Classes
- TableQuery → Rep
-
def
toString(): String
- Definition Classes
- Rep → AnyRef → Any
-
def
union[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
unionAll[O >: PeriodicProcessDeploymentsTable, R, D[_]](other: Query[O, PeriodicProcessDeploymentsTable.TableElementType, D]): Query[O, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withFilter[T](f: (PeriodicProcessDeploymentsTable) ⇒ T)(implicit arg0: CanBeQueryCondition[T]): Query[PeriodicProcessDeploymentsTable, PeriodicProcessDeploymentsTable.TableElementType, Seq]
- Definition Classes
- Query
-
def
zip[E2, U2, D[_]](q2: Query[E2, U2, D]): Query[(PeriodicProcessDeploymentsTable, E2), (PeriodicProcessDeploymentsTable.TableElementType, U2), Seq]
- Definition Classes
- Query
-
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]
- Definition Classes
- Query
-
def
zipWithIndex: BaseJoinQuery[PeriodicProcessDeploymentsTable, Rep[Long], PeriodicProcessDeploymentsTable.TableElementType, Long, Seq, PeriodicProcessDeploymentsTable, Rep[Long]]
- Definition Classes
- Query
Deprecated Value Members
-
def
countDistinct: Rep[Int]
- Definition Classes
- Query
- Annotations
- @deprecated
- Deprecated
(Since version 3.2) Use
length
ondistinct
ordistinctOn
instead ofcountDistinct
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.