Uses of Class
net.sourceforge.squirrel_sql.plugins.hibernate.server.ObjectSubstituteRoot

Packages that use ObjectSubstituteRoot
net.sourceforge.squirrel_sql.plugins.hibernate.server   
net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects   
 

Uses of ObjectSubstituteRoot in net.sourceforge.squirrel_sql.plugins.hibernate.server
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.server that return types with arguments of type ObjectSubstituteRoot
 List<ObjectSubstituteRoot> HqlQueryResult.getQueryResultList()
           
 ArrayList<ObjectSubstituteRoot> ObjectSubstituteFactory.replaceObjectsWithSubstitutes(Collection col, HashMap<String,MappedClassInfoData> infoDataByClassName)
           
 

Method parameters in net.sourceforge.squirrel_sql.plugins.hibernate.server with type arguments of type ObjectSubstituteRoot
 void HqlQueryResult.setQueryResultList(List<ObjectSubstituteRoot> list)
           
static List<ObjectSubstitute> ObjectSubstituteRoot.toObjectSubstitutes(List<ObjectSubstituteRoot> nonArrayRoots)
           
 

Uses of ObjectSubstituteRoot in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects that return types with arguments of type ObjectSubstituteRoot
 List<ObjectSubstituteRoot> QueryListCreator.getList()
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type ObjectSubstituteRoot
TupelResult(ArrayList<MappedClassInfo> mappedClassInfos, ObjectSubstituteRoot array)
           
 

Constructor parameters in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with type arguments of type ObjectSubstituteRoot
ObjectResultTabController(List<ObjectSubstituteRoot> objects, int maxNumResults, HibernateConnection con, String hqlQuery, HibernatePluginResources resource, ObjectResultTabControllerListener l, ISession session)
           
RootType(List<ObjectSubstituteRoot> objects, ArrayList<MappedClassInfo> allMappedClassInfos)
           
TupelType(ArrayList<MappedClassInfo> myMappedClassInfos, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstituteRoot> arrays)
           
 



Copyright © 2001-2012. All Rights Reserved.