org.hibernate.test.dynamicentity
Class ProxyHelper
java.lang.Object
org.hibernate.test.dynamicentity.ProxyHelper
public class ProxyHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyHelper
public ProxyHelper()
newPersonProxy
public static Person newPersonProxy()
newPersonProxy
public static Person newPersonProxy(Serializable id)
newCustomerProxy
public static Customer newCustomerProxy()
newCustomerProxy
public static Customer newCustomerProxy(Serializable id)
newCompanyProxy
public static Company newCompanyProxy()
newCompanyProxy
public static Company newCompanyProxy(Serializable id)
newAddressProxy
public static Address newAddressProxy()
newAddressProxy
public static Address newAddressProxy(Serializable id)
extractEntityName
public static String extractEntityName(Object object)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.