|
|||||||||
| Home >> All >> org >> hibernate >> proxy >> [ dom4j overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.proxy.dom4j
Class Dom4jProxyFactory

java.lang.Objectorg.hibernate.proxy.dom4j.Dom4jProxyFactory
- All Implemented Interfaces:
- org.hibernate.proxy.ProxyFactory
- public class Dom4jProxyFactory
- extends java.lang.Object
- implements org.hibernate.proxy.ProxyFactory
- extends java.lang.Object
Builds proxies for "dom4j" entity representations.
| Field Summary | |
private java.lang.String |
entityName
|
| Constructor Summary | |
Dom4jProxyFactory()
|
|
| Method Summary | |
org.hibernate.proxy.HibernateProxy |
getProxy(java.io.Serializable id,
org.hibernate.engine.SessionImplementor session)
Create a new proxy |
void |
postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
org.hibernate.type.AbstractComponentType componentIdType)
Called immediately after instantiation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
entityName
private java.lang.String entityName
| Constructor Detail |
Dom4jProxyFactory
public Dom4jProxyFactory()
| Method Detail |
postInstantiate
public void postInstantiate(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, org.hibernate.type.AbstractComponentType componentIdType) throws org.hibernate.HibernateException
- Called immediately after instantiation
- Specified by:
postInstantiatein interfaceorg.hibernate.proxy.ProxyFactory
getProxy
public org.hibernate.proxy.HibernateProxy getProxy(java.io.Serializable id, org.hibernate.engine.SessionImplementor session) throws org.hibernate.HibernateException
- Create a new proxy
- Specified by:
getProxyin interfaceorg.hibernate.proxy.ProxyFactory
|
|||||||||
| Home >> All >> org >> hibernate >> proxy >> [ dom4j overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hibernate.proxy.dom4j.Dom4jProxyFactory