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 entityInstacesMap[E <: Entity](entityClass: Class[E]): ConcurrentMap[String, E]

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

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

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

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

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

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

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

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

  29. def equals(arg0: Any): Boolean

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

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

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

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

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

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

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

  37. def executeMassModification(statement: MassModificationStatement): Unit

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

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

  40. def executePendingMassStatements(entity: Entity): Unit

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

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

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

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

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

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

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

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

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

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

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

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

  53. def finalize(): Unit

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

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

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

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

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

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

  60. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  61. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  62. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  64. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  65. def isWarnEnabled: Boolean

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  72. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  73. def loggerName: String

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

  75. def materializeEntity(entityId: String): Entity

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

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

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

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

    Definition Classes
    AnyRef
  80. def reinitialize: Unit

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

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

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

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

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

  86. def toString(): String

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

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

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

  90. final def wait(): Unit

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped