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