org.tynamo.hibernate
Interface Interceptable
- All Known Subinterfaces:
- HasAssignedIdentifier
public interface Interceptable
|
Method Summary |
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)
|
onLoad
boolean onLoad(Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
onInsert
boolean onInsert(Serializable id,
Object[] state,
String[] propertyNames,
org.hibernate.type.Type[] types)
onUpdate
boolean onUpdate(Serializable id,
Object[] currentState,
Object[] previousState,
String[] propertyNames,
org.hibernate.type.Type[] types)
Copyright © 2004-2013. All Rights Reserved.