object
GroupUserRepo
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
-
-
def
clone(): AnyRef
-
def
create(groupId: Int, userIds: Set[Int], inviterUserId: Int, invitedAt: DateTime, joinedAt: Option[LocalDateTime]): FixedSqlAction[Option[Int], NoStream, Write]
-
def
create(groupId: Int, userId: Int, inviterUserId: Int, invitedAt: DateTime, joinedAt: Option[LocalDateTime], isAdmin: Boolean): FixedSqlAction[Int, NoStream, Write]
-
def
delete(groupId: Int, userId: Int): FixedSqlAction[Int, (db.ActorPostgresDriver.api)#NoStream, Write]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
-
def
finalize(): Unit
-
def
find(groupId: Int, userId: Int): SqlAction[Option[GroupUser], NoStream, Read]
-
-
-
-
-
final
def
getClass(): Class[_]
-
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isJoined(groupId: Int, userId: Int): SqlAction[Option[Boolean], NoStream, Read]
-
def
joinedAtByPK(groupId: (db.ActorPostgresDriver.api)#Rep[Int], userId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq]
-
val
joinedAtByPKC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq], ((db.ActorPostgresDriver.api)#Rep[Int], (db.ActorPostgresDriver.api)#Rep[Int]), (Int, Int), Query[Rep[Option[LocalDateTime]], Option[LocalDateTime], Seq], Seq[Option[LocalDateTime]]]
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
setJoined(groupId: Int, userId: Int, date: LocalDateTime): db.ActorPostgresDriver.DriverAction[Int, NoStream, Write]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
userIdByGroupId(groupId: (db.ActorPostgresDriver.api)#Rep[Int]): Query[Rep[Int], Int, Seq]
-
val
userIdByGroupIdC: CompiledFunction[((db.ActorPostgresDriver.api)#Rep[Int]) ⇒ Query[Rep[Int], Int, Seq], (db.ActorPostgresDriver.api)#Rep[Int], Int, Query[Rep[Int], Int, Seq], Seq[Int]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any