Class

org.ada.server.dataaccess.ignite

AbstractCacheAsyncCrudRepo

Related Doc: package ignite

Permalink

abstract class AbstractCacheAsyncCrudRepo[ID, E, CACHE_ID, CACHE_E] extends AsyncCrudRepo[E, ID]

Attributes
protected
Linear Supertypes
AsyncCrudRepo[E, ID], AsyncRepo[E, ID], AsyncReadonlyRepo[E, ID], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractCacheAsyncCrudRepo
  2. AsyncCrudRepo
  3. AsyncRepo
  4. AsyncReadonlyRepo
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractCacheAsyncCrudRepo(cache: IgniteCache[CACHE_ID, CACHE_E], entityName: String, identity: Identity[E, ID])

    Permalink

Abstract Value Members

  1. abstract def findResultToItem(result: Traversable[(String, Any)]): E

    Permalink
  2. abstract val ignite: Ignite

    Permalink
  3. abstract def toCacheId(id: ID): CACHE_ID

    Permalink
  4. abstract def toCacheItem(item: E): CACHE_E

    Permalink
  5. abstract def toItem(cacheItem: CACHE_E): E

    Permalink

Concrete 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
  14. val fieldNameAndTypeNames: Traversable[(String, String)]

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

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

    Permalink
    Attributes
    protected
  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[E]]

    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[E, _]]

    Permalink
    Definition Classes
    AsyncReadonlyRepo
  20. def findResultsToItems(fieldNames: Seq[String], results: Traversable[Seq[Any]]): Traversable[E]

    Permalink
  21. def flushOps: Future[Unit]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def toSqlCriterionAndArgs(criterion: Criterion[_], fieldName: String, nonNativeFieldTypeFlag: Boolean): (String, Seq[Any])

    Permalink
    Attributes
    protected
  33. def toSqlCriterionAndArgs(criterion: Criterion[_]): Option[(String, Seq[Any])]

    Permalink
    Attributes
    protected
  34. def toSqlWhereClauseAndArgs(criteria: Seq[Criterion[Any]]): (String, Seq[Any])

    Permalink
    Attributes
    protected
  35. def toString(): String

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

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

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

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

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

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

Inherited from AsyncCrudRepo[E, ID]

Inherited from AsyncRepo[E, ID]

Inherited from AsyncReadonlyRepo[E, ID]

Inherited from AnyRef

Inherited from Any

Ungrouped