Uses of Interface
org.hibernate.test.usercollection.basic.IMyList

Packages that use IMyList
org.hibernate.test.usercollection.basic   
 

Uses of IMyList in org.hibernate.test.usercollection.basic
 

Classes in org.hibernate.test.usercollection.basic that implement IMyList
 class MyList
          A custom collection class.
 class PersistentMyList
           
 

Methods in org.hibernate.test.usercollection.basic with parameters of type IMyList
 void User.setEmailAddresses(IMyList emailAddresses)
           
 

Constructors in org.hibernate.test.usercollection.basic with parameters of type IMyList
PersistentMyList(SessionImplementor session, IMyList list)
           
 



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