Class LobCreatorBuilderImpl

    • Constructor Detail

      • LobCreatorBuilderImpl

        public LobCreatorBuilderImpl​(EnumSet<LobTypes> supportedContextualLobTypes)
    • Method Detail

      • makeLobCreatorBuilder

        public static LobCreatorBuilderImpl makeLobCreatorBuilder​(Dialect dialect,
                                                                  Map<String,​Object> configValues,
                                                                  Connection jdbcConnection)
        The public factory method for obtaining the appropriate LOB creator (according to given JDBC Connection).
        Parameters:
        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.
        Returns:
        Appropriate LobCreatorBuilder