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

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

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.completion that return PropertyInfo
 PropertyInfo AliasInfo.getAttributeByName(String attrName)
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.completion that return types with arguments of type PropertyInfo
 ArrayList<PropertyInfo> AliasInfo.getQualifiedMatchingAttributes(CompletionParser parser)
           
 

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

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping that return PropertyInfo
 PropertyInfo MappedClassInfo.getAttributeByName(String attrName)
           
 PropertyInfo[] MappedClassInfo.getAttributes()
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping that return types with arguments of type PropertyInfo
 ArrayList<PropertyInfo> MappedClassInfo.getQualifiedMatchingAttributes(CompletionParser parser)
           
 

Methods in net.sourceforge.squirrel_sql.plugins.hibernate.mapping with parameters of type PropertyInfo
static DetailAttribute[] DetailAttribute.createDetailtAttributes(PropertyInfo[] attributes)
           
 

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

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

Constructors in net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects with parameters of type PropertyInfo
PersistentCollectionResult(HibernatePropertyReader hprPersistentCollection, PropertyInfo propertyInfo, ArrayList<MappedClassInfo> mappedClassInfos)
           
 



Copyright © 2001-2012. All Rights Reserved.