|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.EmptyInterceptor
org.progeeks.hibernate.MetaObjectInterceptor
public class MetaObjectInterceptor
An interceptor that allows Hibernate to create MetaObjects when loading data from the database.
Field Summary |
---|
Fields inherited from class org.hibernate.EmptyInterceptor |
---|
INSTANCE |
Constructor Summary | |
---|---|
MetaObjectInterceptor()
Creates a new MetaObjectInterceptor that will use a MapMetaKit as its underlying meta-object implementation layer. |
Method Summary | |
---|---|
java.lang.String |
getEntityName(java.lang.Object o)
Returns the entityName of this object (type attribute's value). |
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 |
---|
public MetaObjectInterceptor()
Method Detail |
---|
public java.lang.String getEntityName(java.lang.Object o) throws org.hibernate.CallbackException
getEntityName
in interface org.hibernate.Interceptor
getEntityName
in class org.hibernate.EmptyInterceptor
org.hibernate.CallbackException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |