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

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

Subinterfaces of Person in org.hibernate.test.dynamicentity
 interface Customer
           
 

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



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