Class BuiltInArgumentFactory

  • All Implemented Interfaces:
    ArgumentFactory, ArgumentFactory.Preparable

    @Deprecated
    public class BuiltInArgumentFactory
    extends java.lang.Object
    implements ArgumentFactory.Preparable
    Deprecated.
    will be replaced by a plugin
    The BuiltInArgumentFactory provides instances of Argument for many core Java types. Generally you should not need to use this class directly, but instead should bind your object with the SqlStatement convenience methods.