object
GroupRepo
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
allIds: Query[Rep[Int], Int, Seq]
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
clone(): AnyRef
-
def
create(group: Group, randomId: Long, isHidden: Boolean): FixedSqlAction[Int, NoStream, Write]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
find(id: Int): SqlAction[Option[Group], NoStream, Read]
-
def
findAllIds: slick.driver.PostgresDriver.StreamingDriverAction[Seq[Int], Int, Read]
-
def
findFull(id: Int): SqlAction[Option[FullGroup], NoStream, Read]
-
def
findPublic: slick.driver.PostgresDriver.StreamingDriverAction[Seq[Group], Group, Read]
-
def
findTitle(id: Int): SqlAction[Option[String], NoStream, Read]
-
final
def
getClass(): Class[_]
-
def
groupById(id: slick.driver.JdbcProfile.API.Rep[Int]): Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq]
-
val
groupByIdC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[MappedProjection[Group, (Int, Int, Long, String, Boolean, DateTime, Option[String], Option[String])], Group, Seq], Seq[Group]]
-
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
makeHidden(id: Int): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
makePublic(id: Int): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
titleById(id: slick.driver.JdbcProfile.API.Rep[Int]): Query[Rep[String], String, Seq]
-
val
titleByIdC: CompiledFunction[(slick.driver.JdbcProfile.API.Rep[Int]) ⇒ Query[Rep[String], String, Seq], slick.driver.JdbcProfile.API.Rep[Int], Int, Query[Rep[String], String, Seq], Seq[String]]
-
def
toString(): String
-
def
updateAbout(id: Int, about: Option[String]): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateTitle(id: Int, title: String, changerUserId: Int, randomId: Long, date: DateTime): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
def
updateTopic(id: Int, topic: Option[String]): slick.driver.PostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any