Class ValidatingMongoEventListener

java.lang.Object
org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<Object>
org.springframework.data.mongodb.core.mapping.event.ValidatingMongoEventListener
All Implemented Interfaces:
EventListener, ApplicationListener<MongoMappingEvent<?>>

public class ValidatingMongoEventListener extends AbstractMongoEventListener<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, Oliver Gierke, Christoph Strobl