Package

com.sandinh.couchbase

access

Permalink

package access

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CaoBase[T, U, D <: Document[U]] extends AnyRef

    Permalink

    Base class for Couchbase Access Object

  2. abstract class JsCao[T] extends CaoBase[T, JsValue, JsDocument]

    Permalink

    Base class for Couchbase Access Object to access json documents that can be decode/encode to/from the T type

  3. abstract class JsCao1[T, A] extends JsCao[T] with WithCaoKey1[T, A, JsValue, JsDocument]

    Permalink

    Base class for Couchbase Access Object to access json documents that can be decode/encode to/from the T type - which is store in couchbase at key generated from the T.key(A) method

  4. abstract class JsCao2[T, A, B] extends JsCao[T] with WithCaoKey2[T, A, B, JsValue, JsDocument]

    Permalink

    Base class for Couchbase Access Object to access json documents that can be decode/encode to/from the T type - which is store in couchbase at key generated from the T.key(A, B) method

  5. abstract class StrCao[T] extends CaoBase[T, String, CompatStringDocument]

    Permalink

    Base class for Couchbase Access Object to access StringDocument that can be decode/encode to/from the T type

  6. abstract class StrCao1[T, A] extends StrCao[T] with WithCaoKey1[T, A, String, CompatStringDocument]

    Permalink

    Base class for Couchbase Access Object to access StringDocument that can be decode/encode to/from the T type - which is store in couchbase at key generated from the T.key(A) method

  7. abstract class StrCao2[T, A, B] extends StrCao[T] with WithCaoKey2[T, A, B, String, CompatStringDocument]

    Permalink

    Base class for Couchbase Access Object to access StringDocument that can be decode/encode to/from the T type - which is store in couchbase at key generated from the T.key(A, B) method

  8. trait WithCaoKey1[T, A, U, D <: Document[U]] extends AnyRef

    Permalink

    internal

  9. trait WithCaoKey2[T, A, B, U, D <: Document[U]] extends AnyRef

    Permalink

    internal

Ungrouped