public interface Interceptable
| Modifier and Type | Method and Description |
|---|---|
boolean |
onInsert(Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types) |
boolean |
onLoad(Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types) |
boolean |
onUpdate(Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types) |
boolean onLoad(Serializable id, Object[] state, String[] propertyNames, org.hibernate.type.Type[] types)
boolean onInsert(Serializable id, Object[] state, String[] propertyNames, org.hibernate.type.Type[] types)
boolean onUpdate(Serializable id, Object[] currentState, Object[] previousState, String[] propertyNames, org.hibernate.type.Type[] types)
Copyright © 2004–2015. All rights reserved.