org.virtuslab.unicorn

UnicornPlayLike

trait UnicornPlayLike[Underlying] extends Unicorn[Underlying] with PlayIdentifiers[Underlying] with HasJdbcDriver

Linear Supertypes
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. UnicornPlayLike
  2. HasJdbcDriver
  3. PlayIdentifiers
  4. Unicorn
  5. Repositories
  6. IdRepositories
  7. JunctionRepositories
  8. Tables
  9. TypeMappers
  10. Identifiers
  11. AnyRef
  12. 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)#CommonRepositoryMethods[Entity, Table] with (IdRepositories.this)#BaseIdQueries[Id, Entity, Table]

    Definition Classes
    IdRepositories
  5. abstract class BaseRepository[Entity, T <: slick.driver.JdbcProfile.API.Table[Entity]] extends (Repositories.this)#CommonRepositoryMethods[Entity, T]

    Definition Classes
    Repositories
  6. abstract class BaseTable[Entity] extends slick.driver.JdbcProfile.API.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 (JunctionRepositories.this)#CommonRepositoryMethods[(First, Second), Table]

    Definition Classes
    JunctionRepositories
  12. abstract class JunctionTable[First, Second] extends slick.driver.JdbcProfile.API.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

Abstract Value Members

  1. abstract def ordering: Ordering[Underlying]

    Definition Classes
    Unicorn
  2. abstract def underlyingFormat: Format[Underlying]

  3. abstract def underlyingFormatter: Formatter[Underlying]

  4. abstract def underlyingPathBinder: PathBindable[Underlying]

  5. abstract def underlyingQueryStringBinder: QueryStringBindable[Underlying]

Concrete 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: JdbcProfile

    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. 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 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