public class ValidationEvent extends AbstractPersistenceEvent
Fields inherited from class | Fields |
---|---|
class AbstractPersistenceEvent |
AFTER_DELETE_EVENT, AFTER_INSERT_EVENT, AFTER_LOAD_EVENT, AFTER_UPDATE_EVENT, BEFORE_DELETE_EVENT, BEFORE_INSERT_EVENT, BEFORE_LOAD_EVENT, BEFORE_UPDATE_EVENT, ONLOAD_EVENT, ONLOAD_SAVE |
Constructor and description |
---|
ValidationEvent
(Datastore source, PersistentEntity entity, EntityAccess entityAccess) |
ValidationEvent
(Datastore source, java.lang.Object entity) |
ValidationEvent
(java.lang.Object source, PersistentEntity entity, EntityAccess entityAccess) |
Type Params | Return Type | Name and description |
---|---|---|
|
public EventType |
getEventType() |
|
public java.util.List<?> |
getValidatedFields() |
|
public void |
setValidatedFields(java.util.List<?> fields) |
Methods inherited from class | Name |
---|---|
class AbstractPersistenceEvent |
addExcludedListenerName, cancel, getEntity, getEntityAccess, getEntityObject, getEventType, getNativeEvent, isCancelled, isListenerExcluded, setNativeEvent |