org.hibernate.validator.event
Class JPAValidateListener

java.lang.Object
  extended by org.hibernate.validator.event.JPAValidateListener

public class JPAValidateListener
extends Object

Java Persistence Entity Listener that validates entities on inserts or updates This listener needs ot be placed on each validatable entities

Author:
Emmanuel Bernard

Constructor Summary
JPAValidateListener()
           
 
Method Summary
 void onChange(Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAValidateListener

public JPAValidateListener()
Method Detail

onChange

public void onChange(Object object)


Copyright © 2011. All Rights Reserved.