EntityUpdatedEvent

org.beangle.data.model.event.EntityUpdatedEvent
class EntityUpdatedEvent[T <: Entity[_]](clazz: Class[T], source: Seq[T]) extends AbstractEntityEvent[T]

实体更新事件

Attributes

Graph
Supertypes
class Event
class EventObject
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def entities: Seq[T]

Attributes

Inherited from:
AbstractEntityEvent
def getSource(): <FromJavaObject>

Attributes

Inherited from:
EventObject
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
EventObject

Inherited fields

var detail: String

event details

event details

Attributes

Inherited from:
Event
var resource: String

resource where the event happened

resource where the event happened

Attributes

Inherited from:
Event
var subject: String

event subject

event subject

Attributes

Inherited from:
Event
val timestamp: Long

System time when the event happened

System time when the event happened

Attributes

Inherited from:
Event