类 LobCreatorBuilderImpl

    • 方法详细资料

      • makeLobCreatorBuilder

        public static LobCreatorBuilderImpl makeLobCreatorBuilder​(Dialect dialect,
                                                                  Map configValues,
                                                                  Connection jdbcConnection)
        The public factory method for obtaining the appropriate LOB creator (according to given JDBC Connection).
        参数:
        dialect - The Dialect in use
        configValues - The map of settings
        jdbcConnection - A JDBC Connection which can be used to gauge the drivers level of support, specifically for creating LOB references.
      • makeLobCreatorBuilder

        public static LobCreatorBuilderImpl makeLobCreatorBuilder()
        For used when JDBC Connection is not available.
        返回:
        Appropriate LobCreatorBuilder