Class ValidatingCouchbaseEventListener

java.lang.Object
org.springframework.data.couchbase.core.mapping.event.AbstractCouchbaseEventListener<Object>
org.springframework.data.couchbase.core.mapping.event.ValidatingCouchbaseEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<CouchbaseMappingEvent<?>>

public class ValidatingCouchbaseEventListener extends AbstractCouchbaseEventListener<Object>
javax.validation dependant entities validator. When it is registered as Spring component its automatically invoked before entities are saved in database.
Author:
Maciej Walkowiak, Michael Nitschinger, Mark Paluch, Michael Reiche