org.hibernate.test.annotations.tuplizer
Class ProxyHelper

java.lang.Object
  extended by org.hibernate.test.annotations.tuplizer.ProxyHelper

public class ProxyHelper
extends Object


Constructor Summary
ProxyHelper()
           
 
Method Summary
static String extractEntityName(Object object)
           
static Country newCountryProxy(Serializable id)
           
static Cuisine newCuisineProxy(Serializable id)
           
static Cuisine newCustomerProxy()
           
static Country newPersonProxy()
           
 
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 Country newPersonProxy()

newCountryProxy

public static Country newCountryProxy(Serializable id)

newCustomerProxy

public static Cuisine newCustomerProxy()

newCuisineProxy

public static Cuisine newCuisineProxy(Serializable id)

extractEntityName

public static String extractEntityName(Object object)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.