Class DefaultDialectOption

    • Method Detail

      • get

        public static DefaultDialectOption get​(String name)
        This is a factory method for this DefaultDialect configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
        Parameters:
        name - the name of the dialect to be configured as default
        Returns:
        the actual type safe default dialect configuration.
      • getPropertyName

        public String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • getName

        public String getName()
        Returns the name of the dialect configured as default
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object