trait
EntityMapBase[E <: BaseEntity, T <: EntityMapBase[E, T]] extends AnyRef
Abstract Value Members
-
implicit abstract
val
context: ActivateContext
-
implicit abstract
val
m: Manifest[E]
-
abstract
def
put[V, V1 <: V](f: (E) ⇒ V)(value: V1): T
-
abstract
def
values: Map[String, Any]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply[V](f: (E) ⇒ V): V
-
final
def
asInstanceOf[T0]: T0
-
def
asyncCreateEntity(implicit ctx: TransactionalExecutionContext): Future[E]
-
def
asyncTryUpdate(id: E.ID)(implicit ctx: TransactionalExecutionContext): Future[Option[E]]
-
def
asyncUpdateEntity(id: E.ID)(implicit ctx: TransactionalExecutionContext): Future[E]
-
def
clone(): AnyRef
-
def
createEntity: E
-
def
createEntityUsingConstructor: E
-
def
entityAsyncById(implicit ctx: TransactionalExecutionContext): Future[Option[E]]
-
def
entityById: Option[E]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
get[V](f: (E) ⇒ V): Option[V]
-
final
def
getClass(): Class[_]
-
def
getOrElse[V](f: (E) ⇒ V)(default: V): V
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
tryUpdate(id: E.ID): Option[E]
-
def
updateEntity(entity: E, values: Map[String, Any]): E
-
def
updateEntity(entity: E): E
-
def
updateEntity(id: E.ID): E
-
def
verifyValuesTypes: Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any