org.virtuslab.unicorn

UnicornPlay

object UnicornPlay extends UnicornPlay

Linear Supertypes
UnicornPlay, HasJdbcDriver, PlayIdentifiers, Unicorn, Repositories, IdRepositories, JunctionRepositories, Tables, TypeMappers, Identifiers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnicornPlay
  2. UnicornPlay
  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

Type Members

  1. trait Applicable[Id <: MappedToBase] extends AnyRef

    Marker trait

  2. trait BaseId extends MappedId[Long]

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

    Attributes
    protected
    Definition Classes
    IdRepositories
  4. class BaseIdRepository[Id <: MappedToBase, 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 <: MappedToBase] extends AnyRef

    Definition Classes
    Identifiers
  8. trait CustomTypeMappers extends AnyRef

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

    Definition Classes
    UnicornPlay → Unicorn
  10. abstract class IdTable[Id <: MappedToBase, 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. trait MappedId[T] extends MappedTo[T]

    Definition Classes
    Identifiers
  14. abstract class PlayCompanion[Id <: MappedToBase] extends (PlayIdentifiers.this)#CoreCompanion[Id] with (PlayIdentifiers.this)#Applicable[Id] with (PlayIdentifiers.this)#PlayImplicits[Id]

    Definition Classes
    PlayIdentifiers
  15. trait PlayImplicits[Id <: MappedToBase] extends AnyRef

    Implicits required by Play.

  16. trait WithId[Id] 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
    UnicornPlay → 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. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UnicornPlay

Inherited from HasJdbcDriver

Inherited from PlayIdentifiers

Inherited from Unicorn

Inherited from Repositories

Inherited from IdRepositories

Inherited from JunctionRepositories

Inherited from Tables

Inherited from TypeMappers

Inherited from Identifiers

Inherited from AnyRef

Inherited from Any

Ungrouped