Uses of Class
net.sourceforge.squirrel_sql.plugins.hibernate.mapping.MappedClassInfo

Packages that use MappedClassInfo
net.sourceforge.squirrel_sql.plugins.hibernate   
net.sourceforge.squirrel_sql.plugins.hibernate.completion   
net.sourceforge.squirrel_sql.plugins.hibernate.mapping   
net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects   
 

Uses of MappedClassInfo in net.sourceforge.squirrel_sql.plugins.hibernate
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate that return types with arguments of type MappedClassInfo
 ArrayList<MappedClassInfo> HibernateConnection.getMappedClassInfos()
           
 

Uses of MappedClassInfo in net.sourceforge.squirrel_sql.plugins.hibernate.completion
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.completion that return MappedClassInfo
 MappedClassInfo MappingInfoProvider.getExactMappedClassInfoFor(String className)
           
 MappedClassInfo HQLCompletionInfoCollection.getExactMappedClassInfoFor(String className)
           
 MappedClassInfo MappingInfoProvider.getMappedClassInfoFor(String token)
           
 MappedClassInfo HQLCompletionInfoCollection.getMappedClassInfoFor(String token)
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.completion with parameters of type MappedClassInfo
AliasInfo(MappedClassInfo mci, String alias)
           
 

Uses of MappedClassInfo in net.sourceforge.squirrel_sql.plugins.hibernate.mapping
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping that return MappedClassInfo
 MappedClassInfo MappedClassInfoTreeWrapper.getMappedClassInfo()
           
 MappedClassInfo PropertyInfoTreeWrapper.getMappedClassInfo()
           
 MappedClassInfo PropertyInfo.getMappedClassInfo()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping with parameters of type MappedClassInfo
 void PropertyInfo.setMappedClassInfo(MappedClassInfo mappedClassInfo)
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.mapping with parameters of type MappedClassInfo
MappedClassInfoTreeWrapper(MappedClassInfo mappedClassInfo, boolean showQualified)
           
PropertyInfoTreeWrapper(PropertyInfo propertyInfo, MappedClassInfo mappedClassInfo)
           
 

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects that return MappedClassInfo
static MappedClassInfo ViewObjectsUtil.findMappedClassInfo(String className, ArrayList<MappedClassInfo> mappedClassInfos, boolean allowNotFound)
           
 MappedClassInfo SingleType.getMappedClassInfo()
           
 MappedClassInfo SingleResult.getMappedClassInfo()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects that return types with arguments of type MappedClassInfo
 ArrayList<MappedClassInfo> SingleType.getAllMappedClassInfos()
           
 

Method parameters in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with type arguments of type MappedClassInfo
static void CommandLineOutput.displayObjects(ArrayList<MappedClassInfo> mappedClassInfos, RootType root, Class persistenCollectionClass)
           
static MappedClassInfo ViewObjectsUtil.findMappedClassInfo(String className, ArrayList<MappedClassInfo> mappedClassInfos, boolean allowNotFound)
           
 

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type MappedClassInfo
SingleResult(ObjectSubstitute object, MappedClassInfo mappedClassInfo)
           
SingleResult(String propertyNameInParent, ObjectSubstitute object, MappedClassInfo mappedClassInfo)
           
SingleType(MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
SingleType(String propertyName, MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
 

Constructor parameters in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with type arguments of type MappedClassInfo
PersistentCollectionResult(HibernatePropertyReader hprPersistentCollection, PropertyInfo propertyInfo, ArrayList<MappedClassInfo> mappedClassInfos)
           
ResultsController(JPanel pnlResults, String hqlQuery, ArrayList<MappedClassInfo> allMappedClassInfos, ISession session)
           
RootResultController(RootType rootType, JPanel pnlResults, ArrayList<MappedClassInfo> mappedClassInfos)
           
RootType(List<ObjectSubstituteRoot> objects, ArrayList<MappedClassInfo> allMappedClassInfos)
           
SingleType(MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
SingleType(String propertyName, MappedClassInfo mappedClassInfo, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstitute> objects)
           
TupelResult(ArrayList<MappedClassInfo> mappedClassInfos, ObjectSubstituteRoot array)
           
TupelResultController(TupelType tupelType, JPanel pnlResults, ArrayList<MappedClassInfo> allMappedClassInfos)
           
TupelType(ArrayList<MappedClassInfo> myMappedClassInfos, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstituteRoot> arrays)
           
TupelType(ArrayList<MappedClassInfo> myMappedClassInfos, ArrayList<MappedClassInfo> allMappedClassInfos, List<ObjectSubstituteRoot> arrays)
           
 



Copyright © 2001-2012. All Rights Reserved.