public class ExecuteDmlEvent
extends org.springframework.context.ApplicationEvent
source
Constructor and Description |
---|
ExecuteDmlEvent(Statement statement)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Statement |
getStatement()
Get the DML statement.
|
int |
hashCode() |
getSource, toString
public ExecuteDmlEvent(Statement statement)
statement
- the DML statement which is (never null
)Copyright © 2020 Pivotal Software, Inc.. All rights reserved.