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[BaseEntity]])

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 asyncLoadFromDatabase(entity: BaseEntity)(implicit tctx: TransactionalExecutionContext): Future[Option[BaseEntity]]

  8. def byId[E <: BaseEntity](id: entity.BaseEntity.ID)(implicit arg0: Manifest[E]): Option[E]

  9. val cache: Map[Class[BaseEntity], ConcurrentMap[Any, BaseEntity]]

  10. def clone(): AnyRef

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

  12. def contains[E <: BaseEntity](entity: E): Boolean

  13. val context: ActivateContext

  14. def createLazyEntity[E <: BaseEntity](entityClass: Class[E], entityId: entity.BaseEntity.ID): E

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

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

    Attributes
    protected
    Definition Classes
    Logging
  17. def delete(entityId: entity.BaseEntity.ID): Unit

  18. def delete(entity: BaseEntity): Unit

  19. def dirtyEntitiesFromTransaction[E <: BaseEntity](entityClass: Class[E]): Map[entity.BaseEntity.ID, E]

  20. def entitiesFromCache[S](query: Query[S]): (List[List[Any]], List[List[BaseEntity]])

  21. def entitiesFromStorage[S](query: Query[S], entitiesReadFromCache: List[List[BaseEntity]]): List[List[Any]]

  22. def entityInstacesMap[E <: BaseEntity](entityClass: Class[E]): ConcurrentMap[Any, E]

  23. def entityInstacesMap[E <: BaseEntity](implicit arg0: Manifest[E]): ConcurrentMap[Any, E]

  24. def entityProperty[T](entity: BaseEntity, propertyName: String): T

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

  26. def entitySourceInstances(entitySources: EntitySource*): Seq[List[BaseEntity]]

  27. def entitySourceInstancesCombined(from: From): List[List[BaseEntity]]

  28. def entitySourceInstancesMap(from: From, entitySourcesInstances: List[BaseEntity]): Map[EntitySource, BaseEntity]

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

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

  31. def equals(arg0: Any): Boolean

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

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

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

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

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

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

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

  39. def executeMassModification(statement: MassModificationStatement): Unit

  40. def executeMassModificationWithEntitySources[S](statement: MassModificationStatement, entitySourcesInstancesCombined: List[List[BaseEntity]]): Unit

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

  42. def executePendingMassStatements(entity: BaseEntity): Unit

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

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

  45. def executeQueryWithEntitySources[S](query: Query[S], entitySourcesInstancesCombined: List[List[BaseEntity]]): List[List[Any]]

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

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

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

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

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

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

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

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

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

  55. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. def fromCache[E <: BaseEntity](entityClass: Class[E]): List[E]

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

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

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

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

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

  62. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  63. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  64. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  66. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  67. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  68. def loadFromDatabase(entity: BaseEntity): Unit

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  74. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  75. def loggerName: String

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

  77. def materializeEntity(entityId: String): BaseEntity

  78. def materializeEntity(entityId: entity.BaseEntity.ID, entityClass: Class[BaseEntity]): BaseEntity

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

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

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

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

    Definition Classes
    AnyRef
  83. def reinitialize: Unit

  84. def reloadEntities(ids: Set[(entity.BaseEntity.ID, Class[BaseEntity])]): Set[BaseEntity]

  85. def remove(entity: BaseEntity): Unit

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

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

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

  89. def toCache[E <: BaseEntity](entity: E): E

  90. def toString(): String

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

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

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

  94. final def wait(): Unit

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped