Uses of Interface
org.hibernate.test.dynamicentity.Company

Packages that use Company
org.hibernate.test.dynamicentity Demonstration of different ways to use Hibernate to represent your domain model as a series of JDK dynamic proxies. 
 

Uses of Company in org.hibernate.test.dynamicentity
 

Methods in org.hibernate.test.dynamicentity that return Company
 Company Customer.getCompany()
           
static Company ProxyHelper.newCompanyProxy()
           
static Company ProxyHelper.newCompanyProxy(Serializable id)
           
 

Methods in org.hibernate.test.dynamicentity with parameters of type Company
 void Customer.setCompany(Company company)
           
 



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