Example usage for org.hibernate.cfg.beanvalidation BeanValidationEventListener BeanValidationEventListener

List of usage examples for org.hibernate.cfg.beanvalidation BeanValidationEventListener BeanValidationEventListener

Introduction

In this page you can find the example usage for org.hibernate.cfg.beanvalidation BeanValidationEventListener BeanValidationEventListener.

Prototype

BeanValidationEventListener

Source Link

Usage

From source file:kr.debop4j.access.test.UsingHSqlConfiguration.java

License:Apache License

@Bean
public BeanValidationEventListener beanValidationEventListener() {
    return new BeanValidationEventListener();
}