public class ValidatingCouchbaseEventListener extends AbstractCouchbaseEventListener<Object>
| Constructor and Description |
|---|
ValidatingCouchbaseEventListener(javax.validation.Validator validator)
Creates a new
ValidatingCouchbaseEventListener using the given Validator. |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeSave(Object source,
CouchbaseDocument dbo) |
onAfterDelete, onAfterSave, onApplicationEvent, onBeforeConvert, onBeforeDeleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforPayloadpublic ValidatingCouchbaseEventListener(javax.validation.Validator validator)
ValidatingCouchbaseEventListener using the given Validator.validator - must not be null.public void onBeforeSave(Object source, CouchbaseDocument dbo)
onBeforeSave in class AbstractCouchbaseEventListener<Object>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.