net.fwbrasil.activate.cache

LiveCache

class LiveCache extends Logging

Linear Supertypes
Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiveCache
  2. Logging
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiveCache(context: ActivateContext, cacheType: CacheType, customCaches: List[CustomCache[_]])

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 byId[E <: Entity](id: String)(implicit arg0: Manifest[E]): Option[E]

  8. val cache: Map[Class[Entity], ConcurrentMap[String, Entity]]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compare(a: Any, b: Any): Int

  11. def contains[E <: Entity](entity: E): Boolean

  12. val context: ActivateContext

  13. def createLazyEntity[E <: Entity](entityClass: Class[E], entityId: String): E

  14. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  15. def debug(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  16. def delete(entityId: String): Unit

  17. def delete(entity: Entity): Unit

  18. def dirtyEntitiesFromTransaction[E <: Entity](entityClass: Class[E]): Seq[E]

  19. def entitiesFromCache[S](query: Query[S]): (List[List[Any]], List[List[Entity]])

  20. def entitiesFromStorage[S](query: Query[S], entitiesReadFromCache: List[List[Entity]]): List[List[Any]]

  21. def entityInstacesMap[E <: Entity](entityClass: Class[E]): ConcurrentMap[String, E]

  22. def entityInstacesMap[E <: Entity](implicit arg0: Manifest[E]): ConcurrentMap[String, E]

  23. def entityProperty[T](entity: Entity, propertyName: String): T

  24. def entityPropertyPathRef(entity: Entity, propertyPathVars: List[ActivateContext.Var[_]]): Any

  25. def entitySourceInstances(entitySources: EntitySource*): Seq[List[Entity]]

  26. def entitySourceInstancesCombined(from: From): List[List[Entity]]

  27. def entitySourceInstancesMap(from: From, entitySourcesInstances: List[Entity]): Map[EntitySource, Entity]

  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(a: Any, b: Any): Boolean

  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  32. def error(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  33. def executeBooleanOperatorCriteria(criteria: BooleanOperatorCriteria)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  34. def executeCompositeOperatorCriteria(criteria: CompositeOperatorCriteria)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  35. def executeCriteria(criteria: Criteria)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  36. def executeCriteria(criteriaOption: Option[Criteria])(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  37. def executeFunctionApply(apply: FunctionApply[_])(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Any

  38. def executeMassModification(statement: MassModificationStatement): Unit

  39. def executeMassModificationWithEntitySources[S](statement: MassModificationStatement, entitySourcesInstancesCombined: List[List[Entity]]): Unit

  40. def executeMassModificationWithEntitySourcesMap[S](statement: MassModificationStatement, entitySourceInstancesMap: Map[EntitySource, Entity]): Unit

  41. def executePendingMassStatements(entity: Entity): Unit

  42. def executeQuery[S](query: Query[S], onlyInMemory: Boolean = false): List[List[Any]]

  43. def executeQueryAsync[S](query: Query[S])(implicit texctx: TransactionalExecutionContext): Future[List[List[Any]]]

  44. def executeQueryWithEntitySources[S](query: Query[S], entitySourcesInstancesCombined: List[List[Entity]]): List[List[Any]]

  45. def executeQueryWithEntitySourcesMap[S](query: Query[S], entitySourceInstancesMap: Map[EntitySource, Entity]): List[List[Any]]

  46. def executeSelect[S](values: StatementSelectValue*)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): List[Any]

  47. def executeSimpleOperatorCriteria(criteria: SimpleOperatorCriteria)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  48. def executeStatementBooleanValue(value: StatementBooleanValue)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Boolean

  49. def executeStatementEntitySourceValue(value: StatementEntitySourceValue[_])(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Any

  50. def executeStatementEntityValue(value: StatementEntityValue[_])(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Any

  51. def executeStatementSelectValue(value: StatementSelectValue)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Any

  52. def executeStatementValue(value: StatementValue)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Any

  53. def executeUpdateAssignment[S](updateAssignments: UpdateAssignment*)(implicit entitySourceInstancesMap: Map[EntitySource, Entity]): Unit

  54. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  55. def fromCache[E <: Entity](entityClass: Class[E]): List[E]

  56. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  58. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  59. def info(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  60. def initializeEntityIfNecessary[E <: Entity](values: Map[String, Any])(implicit arg0: Manifest[E]): E

  61. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  62. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  63. def isInfoEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  64. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  65. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  66. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  67. def loadFromDatabase(entity: Entity): Unit

  68. def logDebug[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  69. def logError[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  70. def logInfo[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  71. def logTrace[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  72. def logWarn[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  73. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  74. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  75. def materialize(value: EntityValue[_]): Any

  76. def materializeEntity(entityId: String): Entity

  77. def materializeEntity(entityId: String, entityClass: Class[Entity]): Entity

  78. def mergeResults(query: Query[_], fromCache: List[List[Any]], fromDatabase: List[List[Any]]): List[List[Any]]

  79. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  80. final def notify(): Unit

    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  82. def reinitialize: Unit

  83. def reloadEntities(ids: Set[String]): Set[Entity]

  84. def setEntityValues(entity: Entity, values: Map[ActivateContext.Var[Any], Any]): Unit

  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  86. def toCache[E <: Entity](entityClass: Class[E], entity: E): E

  87. def toCache[E <: Entity](entity: E): E

  88. def toString(): String

    Definition Classes
    AnyRef → Any
  89. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  90. def trace(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  91. def valueForEquals(a: Any): Any

  92. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  95. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  96. def warn(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped