slick

direct

package direct

Direct embedding: limited, experimental query api prototype based on macros

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. direct
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseQueryable[T] extends AnyRef

  2. abstract class BaseQueryableFactory extends AnyRef

  3. trait Mapper extends AnyRef

  4. class NullAndReverseOrder extends ReverseOrder

    null ordering dummies for slick translation

  5. trait OperationMapping extends AnyRef

  6. class QueryOps[T] extends AnyRef

  7. class Queryable[T] extends BaseQueryable[T]

  8. trait QueryableBackend extends AnyRef

  9. class QueryableUtils[C <: Context] extends AnyRef

  10. class QueryableValue[T] extends AnyRef

  11. class ReverseOrder extends AnyRef

  12. class UnsupportedMethodException extends SlickException

  13. final class scalaType[+T] extends Annotation with StaticAnnotation

    denotes the Scala type the mapped interface refers to

  14. final case class slickOp(to: FunctionSymbol) extends Annotation with StaticAnnotation with Product with Serializable

    maps a Scala method to a Slick FunctionSymbol

  15. class ImplicitQueryable[T] extends BaseQueryable[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

  16. class ImplicitQueryableUtils[C <: Context] extends QueryableUtils[C]

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

  17. class SlickBackend extends QueryableBackend

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

Value Members

  1. object AnnotationMapper extends Mapper

  2. object CustomNodes

    a node for marking reversed columns in sortBy (only used temporarily in this backend)

  3. object QueryOps

  4. object Queryable extends BaseQueryableFactory

  5. object QueryableMacros

  6. object common

  7. object order extends NullAndReverseOrder

Deprecated Value Members

  1. object ImplicitQueryable extends BaseQueryableFactory

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

  2. object ImplicitQueryableMacros

    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) The Direct Embedding will be removed. Use the Lifted Embedding instead.

Inherited from AnyRef

Inherited from Any

Ungrouped