net.sourceforge.squirrel_sql.plugins.hibernate.mapping
Class PropertyInfo
java.lang.Object
net.sourceforge.squirrel_sql.fw.completion.CompletionInfo
net.sourceforge.squirrel_sql.plugins.hibernate.mapping.PropertyInfo
- All Implemented Interfaces:
- Comparable<CompletionInfo>
public class PropertyInfo
- extends CompletionInfo
PropertyInfo
public PropertyInfo(HibernatePropertyInfo hibernatePropertyInfo,
String mappedClassName)
getCompareString
public String getCompareString()
- Specified by:
getCompareString in class CompletionInfo
toString
public String toString()
- Overrides:
toString in class CompletionInfo
matchesQualified
public boolean matchesQualified(CompletionParser parser)
matchesUnQualified
public boolean matchesUnQualified(String attrCandidate)
getClassName
public String getClassName()
getHibernatePropertyInfo
public HibernatePropertyInfo getHibernatePropertyInfo()
getMappedClassInfo
public MappedClassInfo getMappedClassInfo()
setMappedClassInfo
public void setMappedClassInfo(MappedClassInfo mappedClassInfo)
Copyright © 2001-2012. All Rights Reserved.