Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBX-2753: Create Interface for HqlCompletionProposalWrapper #4698

Merged
merged 14 commits into from
Mar 18, 2024

Conversation

koentsje
Copy link
Member

No description provided.

koentsje added 14 commits March 18, 2024 16:22
  - Create new initial test class 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest'
  - Create new initial interface class 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper'
  - Create new factory class 'org.hibernate.tool.orm.jbt.internal.factory.HqlCompletionProposalWrapperFactory'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetCompletion()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getCompletion()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetReplaceStart()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getReplaceStart()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetReplaceEnd()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getReplaceEnd()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetReplaceEnd()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getSimpleName()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetCompletionKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getCompletionKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetEntityName()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getEntityName()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetShortEntityName()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getShortEntityName()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testGetProperty()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#getProperty()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testAliasRefKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#aliasRefKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testEntityNameKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#entityNameKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testPropertyKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#propertyKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testKeywordKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#keywordKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
  - Add new test case 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapperTest#testFunctionKind()'
  - Add new default interface method 'org.hibernate.tool.orm.jbt.api.HqlCompletionProposalWrapper#functionKind()'

Signed-off-by: Koen Aers <koen.aers@gmail.com>
@koentsje koentsje merged commit ed3e5b0 into hibernate:main Mar 18, 2024
3 checks passed
@koentsje koentsje deleted the HBX-2753 branch March 18, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant