Class

org.ada.server.dataaccess.ignite

JsonBinaryCacheAsyncCrudRepo

Related Doc: package ignite

Permalink

class JsonBinaryCacheAsyncCrudRepo[ID] extends AbstractCacheAsyncCrudRepo[ID, JsObject, ID, BinaryObject]

Linear Supertypes
AbstractCacheAsyncCrudRepo[ID, JsObject, ID, BinaryObject], AsyncCrudRepo[JsObject, ID], AsyncRepo[JsObject, ID], AsyncReadonlyRepo[JsObject, ID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonBinaryCacheAsyncCrudRepo
  2. AbstractCacheAsyncCrudRepo
  3. AsyncCrudRepo
  4. AsyncRepo
  5. AsyncReadonlyRepo
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonBinaryCacheAsyncCrudRepo(cache: IgniteCache[ID, BinaryObject], cacheName: String, ignite: Ignite, identity: Identity[JsObject, ID])

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def count(criteria: Seq[Criterion[Any]]): Future[Int]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncReadonlyRepo
  7. def delete(ids: Traversable[ID]): Future[Unit]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncCrudRepo
  8. def delete(id: ID): Future[Unit]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncCrudRepo
  9. def deleteAll: Future[Unit]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncCrudRepo
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def exists(id: ID): Future[Boolean]

    Permalink
    Definition Classes
    AsyncReadonlyRepo
  13. val fieldNameAndClasses: Traversable[(String, Class[Any])]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  14. val fieldNameAndTypeNames: Traversable[(String, String)]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  15. val fieldNameClassMap: Map[String, Class[Any]]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  16. val fieldNameTypeMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def find(criteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Traversable[String], limit: Option[Int], skip: Option[Int]): Future[Traversable[JsObject]]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncReadonlyRepo
  19. def findAsStream(criteria: Seq[Criterion[Any]], sort: Seq[Sort], projection: Traversable[String], limit: Option[Int], skip: Option[Int])(implicit materializer: Materializer): Future[Source[JsObject, _]]

    Permalink
    Definition Classes
    AsyncReadonlyRepo
  20. def findResultToItem(result: Traversable[(String, Any)]): JsObject

    Permalink
  21. def findResultsToItems(fieldNames: Seq[String], results: Traversable[Seq[Any]]): Traversable[JsObject]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo
  22. def flushOps: Future[Unit]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncRepo
  23. def get(id: ID): Future[Option[JsObject]]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncReadonlyRepo
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. val ignite: Ignite

    Permalink
  27. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def save(entities: Traversable[JsObject]): Future[Traversable[ID]]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncRepo
  32. def save(entity: JsObject): Future[ID]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncRepo
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toCacheId(id: ID): ID

    Permalink
  35. def toCacheItem(item: JsObject): BinaryObject

    Permalink
  36. def toItem(cacheItem: BinaryObject): JsObject

    Permalink
  37. def toSqlCriterionAndArgs(criterion: Criterion[_], fieldName: String, nonNativeFieldTypeFlag: Boolean): (String, Seq[Any])

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  38. def toSqlCriterionAndArgs(criterion: Criterion[_]): Option[(String, Seq[Any])]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  39. def toSqlWhereClauseAndArgs(criteria: Seq[Criterion[Any]]): (String, Seq[Any])

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractCacheAsyncCrudRepo
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def update(entities: Traversable[JsObject]): Future[Traversable[ID]]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncCrudRepo
  42. def update(entity: JsObject): Future[ID]

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepo → AsyncCrudRepo
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractCacheAsyncCrudRepo[ID, JsObject, ID, BinaryObject]

Inherited from AsyncCrudRepo[JsObject, ID]

Inherited from AsyncRepo[JsObject, ID]

Inherited from AsyncReadonlyRepo[JsObject, ID]

Inherited from AnyRef

Inherited from Any

Ungrouped