Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.test.dynamicentity
Class ProxyHelper  view ProxyHelper download ProxyHelper.java

java.lang.Object
  extended byorg.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)