Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.dynamicentity.tuplizer
Class EntityNameInterceptor  view EntityNameInterceptor download EntityNameInterceptor.java

java.lang.Object
  extended byorg.hibernate.EmptyInterceptor
      extended byorg.hibernate.test.dynamicentity.tuplizer.EntityNameInterceptor
All Implemented Interfaces:
org.hibernate.Interceptor, java.io.Serializable

public class EntityNameInterceptor
extends org.hibernate.EmptyInterceptor


Field Summary
 
Fields inherited from class org.hibernate.EmptyInterceptor
INSTANCE
 
Constructor Summary
EntityNameInterceptor()
           
 
Method Summary
 java.lang.String getEntityName(java.lang.Object object)
          The callback from Hibernate to determine the entity name given a presumed entity instance.
 
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
 

Constructor Detail

EntityNameInterceptor

public EntityNameInterceptor()
Method Detail

getEntityName

public java.lang.String getEntityName(java.lang.Object object)
The callback from Hibernate to determine the entity name given a presumed entity instance.