org.virtuslab.unicorn

UnicornPlay

Related Doc: package unicorn

class UnicornPlay[Underlying] extends UnicornPlayLike[Underlying]

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

Instance Constructors

  1. new UnicornPlay()(implicit underlyingFormatter: Formatter[Underlying], underlyingFormat: Format[Underlying], underlyingQueryStringBinder: QueryStringBindable[Underlying], underlyingPathBinder: PathBindable[Underlying], ordering: Ordering[Underlying])

Type Members

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

    Marker trait

    Marker trait

    Attributes
    protected[org.virtuslab.unicorn]
    Definition Classes
    PlayIdentifiers
  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.

    Implicits required by Play.

    Id

    type of Id

    Attributes
    protected[org.virtuslab.unicorn]
    Definition Classes
    PlayIdentifiers
  15. trait WithId[Id <: Unicorn.BaseId] extends AnyRef

    Definition Classes
    Identifiers

Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  16. implicit val ordering: Ordering[Underlying]

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

    Definition Classes
    AnyRef
  18. def toString(): String

    Definition Classes
    AnyRef → Any
  19. implicit val underlyingFormat: Format[Underlying]

    Definition Classes
    UnicornPlayUnicornPlayLike
  20. implicit val underlyingFormatter: Formatter[Underlying]

    Definition Classes
    UnicornPlayUnicornPlayLike
  21. implicit val underlyingPathBinder: PathBindable[Underlying]

    Definition Classes
    UnicornPlayUnicornPlayLike
  22. implicit val underlyingQueryStringBinder: QueryStringBindable[Underlying]

    Definition Classes
    UnicornPlayUnicornPlayLike
  23. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UnicornPlayLike[Underlying]

Inherited from HasJdbcDriver

Inherited from PlayIdentifiers[Underlying]

Inherited from Unicorn[Underlying]

Inherited from Repositories[Underlying]

Inherited from IdRepositories[Underlying]

Inherited from JunctionRepositories[Underlying]

Inherited from Tables[Underlying]

Inherited from TypeMappers

Inherited from Identifiers[Underlying]

Inherited from AnyRef

Inherited from Any

Ungrouped