java.lang.Object
org.hibernate.EmptyInterceptor
org.hibernate.test.dynamicentity.tuplizer.EntityNameInterceptor
- All Implemented Interfaces:
- org.hibernate.Interceptor, java.io.Serializable
- public class EntityNameInterceptor
- extends org.hibernate.EmptyInterceptor
| Methods inherited from class org.hibernate.EmptyInterceptor |
afterTransactionBegin, afterTransactionCompletion, beforeTransactionCompletion, findDirty, getEntity, instantiate, isTransient, onCollectionRecreate, onCollectionRemove, onCollectionUpdate, onDelete, onFlushDirty, onLoad, onPrepareStatement, onSave, postFlush, preFlush |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityNameInterceptor
public EntityNameInterceptor()
getEntityName
public java.lang.String getEntityName(java.lang.Object object)
- The callback from Hibernate to determine the entity name given
a presumed entity instance.