org.hibernate.validator.event
Class JPAValidateListener
java.lang.Object
org.hibernate.validator.event.JPAValidateListener
public class JPAValidateListener
- extends java.lang.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
|
Method Summary |
void |
onChange(java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAValidateListener
public JPAValidateListener()
onChange
public void onChange(java.lang.Object object)
Copyright © 2007-2009. All Rights Reserved.