org.virtuslab.unicorn

LongUnicornPlay

object LongUnicornPlay extends UnicornPlay[Long]

Linear Supertypes
UnicornPlay[Long], UnicornPlayLike[Long], HasJdbcDriver, PlayIdentifiers[Long], Unicorn[Long], Repositories[Long], IdRepositories[Long], JunctionRepositories[Long], Tables[Long], TypeMappers, Identifiers[Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongUnicornPlay
  2. UnicornPlay
  3. UnicornPlayLike
  4. HasJdbcDriver
  5. PlayIdentifiers
  6. Unicorn
  7. Repositories
  8. IdRepositories
  9. JunctionRepositories
  10. Tables
  11. TypeMappers
  12. Identifiers
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Applicable[Id <: UnicornPlayLike.BaseId] extends Any

    Marker trait

  2. trait BaseId extends MappedTo[Underlying]

    Definition Classes
    Identifiers
  3. trait BaseIdQueries[Id <: (IdRepositories.this)#BaseId, Entity <: (IdRepositories.this)#WithId[Id], Table <: (IdRepositories.this)#IdTable[Id, Entity]] extends AnyRef

    Attributes
    protected
    Definition Classes
    IdRepositories
  4. class BaseIdRepository[Id <: (IdRepositories.this)#BaseId, Entity <: (IdRepositories.this)#WithId[Id], Table <: (IdRepositories.this)#IdTable[Id, Entity]] extends (IdRepositories.this)#BaseIdQueries[Id, Entity, Table]

    Definition Classes
    IdRepositories
  5. abstract class BaseRepository[Entity, T <: scala.slick.driver.JdbcProfile.SimpleQL.Table[Entity]] extends AnyRef

    Definition Classes
    Repositories
  6. abstract class BaseTable[Entity] extends scala.slick.driver.JdbcProfile.SimpleQL.Table[Entity] with (Tables.this)#CustomTypeMappers

    Definition Classes
    Tables
  7. abstract class CoreCompanion[Id <: Unicorn.BaseId] extends AnyRef

    Definition Classes
    Identifiers
  8. trait CustomTypeMappers extends AnyRef

    Definition Classes
    TypeMappers
  9. type IdCompanion[Id <: BaseId] = PlayCompanion[Id]

    Definition Classes
    UnicornPlayLike → Unicorn
  10. abstract class IdTable[Id <: (Tables.this)#BaseId, Entity <: (Tables.this)#WithId[Id]] extends (Tables.this)#BaseTable[Entity]

    Definition Classes
    Tables
  11. class JunctionRepository[First, Second, Table <: (JunctionRepositories.this)#JunctionTable[First, Second]] extends AnyRef

    Definition Classes
    JunctionRepositories
  12. abstract class JunctionTable[First, Second] extends scala.slick.driver.JdbcProfile.SimpleQL.Table[(First, Second)]

    Definition Classes
    Tables
  13. abstract class PlayCompanion[Id <: UnicornPlayLike.BaseId] extends UnicornPlayLike.CoreCompanion[Id] with UnicornPlayLike.Applicable[Id] with UnicornPlayLike.PlayImplicits[Id]

    Definition Classes
    PlayIdentifiers
  14. trait PlayImplicits[Id <: UnicornPlayLike.BaseId] extends AnyRef

    Implicits required by Play.

  15. trait WithId[Id <: Unicorn.BaseId] extends AnyRef

    Definition Classes
    Identifiers

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val driver: JdbcDriver

    Definition Classes
    UnicornPlayLike → HasJdbcDriver
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  18. implicit val ordering: Ordering[Long]

    Definition Classes
    UnicornPlay → Unicorn
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. def toString(): String

    Definition Classes
    AnyRef → Any
  21. implicit val underlyingFormat: Format[Long]

    Definition Classes
    UnicornPlayUnicornPlayLike
  22. implicit val underlyingFormatter: Formatter[Long]

    Definition Classes
    UnicornPlayUnicornPlayLike
  23. implicit val underlyingPathBinder: PathBindable[Long]

    Definition Classes
    UnicornPlayUnicornPlayLike
  24. implicit val underlyingQueryStringBinder: QueryStringBindable[Long]

    Definition Classes
    UnicornPlayUnicornPlayLike
  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 UnicornPlay[Long]

Inherited from UnicornPlayLike[Long]

Inherited from HasJdbcDriver

Inherited from PlayIdentifiers[Long]

Inherited from Unicorn[Long]

Inherited from Repositories[Long]

Inherited from IdRepositories[Long]

Inherited from JunctionRepositories[Long]

Inherited from Tables[Long]

Inherited from TypeMappers

Inherited from Identifiers[Long]

Inherited from AnyRef

Inherited from Any

Ungrouped