Interface HqlCompletionProposalWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intaliasRefKind()intentityNameKind()intfunctionKind()StringgetCompletion()intgetCompletionKind()StringgetEntityName()org.hibernate.mapping.PropertygetProperty()intgetReplaceEnd()intgetReplaceStart()StringgetShortEntityName()StringgetSimpleName()intkeywordKind()intpropertyKind()-
Methods inherited from interface org.hibernate.tool.orm.jbt.api.wrp.Wrapper
getWrappedObject
-
-
-
-
Method Detail
-
getCompletion
String getCompletion()
-
getReplaceStart
int getReplaceStart()
-
getReplaceEnd
int getReplaceEnd()
-
getSimpleName
String getSimpleName()
-
getCompletionKind
int getCompletionKind()
-
getEntityName
String getEntityName()
-
getShortEntityName
String getShortEntityName()
-
getProperty
org.hibernate.mapping.Property getProperty()
-
aliasRefKind
int aliasRefKind()
-
entityNameKind
int entityNameKind()
-
propertyKind
int propertyKind()
-
keywordKind
int keywordKind()
-
functionKind
int functionKind()
-
-