org.hibernate.test.dynamicentity
Class ProxyHelper

java.lang.Object
  extended by org.hibernate.test.dynamicentity.ProxyHelper

public class ProxyHelper
extends Object


Constructor Summary
ProxyHelper()
           
 
Method Summary
static String extractEntityName(Object object)
           
static Address newAddressProxy()
           
static Address newAddressProxy(Serializable id)
           
static Company newCompanyProxy()
           
static Company newCompanyProxy(Serializable id)
           
static Customer newCustomerProxy()
           
static Customer newCustomerProxy(Serializable id)
           
static Person newPersonProxy()
           
static Person newPersonProxy(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(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.