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

enhance type-checked result effect during the call to createQuery() #8152

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    71f1276 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. HHH-17926 Refactor: change exception message

    # change
    1. remove punctuation at the end of exception messages
    2. replace square brackets with single quotes
    FULaBUla committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1f8af8c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. HHH-17926 Refactor: using qualified name

    # change
    1. using Class.getName() replace Class.toString()
    FULaBUla committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    0b8574b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. HHH-17926 Refactor: formatted code

    # change
    1. modify code format
    2. modify the format of exception information
    FULaBUla committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f36dff View commit details
    Browse the repository at this point in the history
  2. HHH-17926 Refactor: instead of stream processing

    # change
    1. use StringHelper.join() instead of stream processing
    FULaBUla committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d14dcdf View commit details
    Browse the repository at this point in the history