Interface HqlCompletionProposalWrapper

All Superinterfaces:
Wrapper

public interface HqlCompletionProposalWrapper extends Wrapper
  • Method Details

    • 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()