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)
           
 

Method Detail

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-2012. All Rights Reserved.