net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class PersistentCollectionResult

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.PersistentCollectionResult

public class PersistentCollectionResult
extends Object


Constructor Summary
PersistentCollectionResult(HibernatePropertyReader hprPersistentCollection, PropertyInfo propertyInfo, ArrayList<MappedClassInfo> mappedClassInfos)
           
 
Method Summary
 ArrayList<SingleResult> getKidResults()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistentCollectionResult

public PersistentCollectionResult(HibernatePropertyReader hprPersistentCollection,
                                  PropertyInfo propertyInfo,
                                  ArrayList<MappedClassInfo> mappedClassInfos)
Method Detail

getKidResults

public ArrayList<SingleResult> getKidResults()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012. All Rights Reserved.