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

Packages that use Address
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 Address in org.hibernate.test.dynamicentity
 

Methods in org.hibernate.test.dynamicentity that return Address
 Address Person.getAddress()
           
static Address ProxyHelper.newAddressProxy()
           
static Address ProxyHelper.newAddressProxy(Serializable id)
           
 

Methods in org.hibernate.test.dynamicentity with parameters of type Address
 void Person.setAddress(Address address)
           
 



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