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

java.lang.Objectorg.hibernate.test.dynamicentity.ProxyHelper
- public class ProxyHelper
- extends java.lang.Object
| Constructor Summary | |
ProxyHelper()
|
|
| Method Summary | |
static java.lang.String |
extractEntityName(java.lang.Object object)
|
static Address |
newAddressProxy()
|
static Address |
newAddressProxy(java.io.Serializable id)
|
static Company |
newCompanyProxy()
|
static Company |
newCompanyProxy(java.io.Serializable id)
|
static Customer |
newCustomerProxy()
|
static Customer |
newCustomerProxy(java.io.Serializable id)
|
static Person |
newPersonProxy()
|
static Person |
newPersonProxy(java.io.Serializable id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
ProxyHelper
public ProxyHelper()
| Method Detail |
newPersonProxy
public static Person newPersonProxy()
newPersonProxy
public static Person newPersonProxy(java.io.Serializable id)
newCustomerProxy
public static Customer newCustomerProxy()
newCustomerProxy
public static Customer newCustomerProxy(java.io.Serializable id)
newCompanyProxy
public static Company newCompanyProxy()
newCompanyProxy
public static Company newCompanyProxy(java.io.Serializable id)
newAddressProxy
public static Address newAddressProxy()
newAddressProxy
public static Address newAddressProxy(java.io.Serializable id)
extractEntityName
public static java.lang.String extractEntityName(java.lang.Object object)
|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ dynamicentity overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hibernate.test.dynamicentity.ProxyHelper