类 ParameterBinder


  • public class ParameterBinder
    extends Object
    Centralizes the commonality regarding binding of parameter values into PreparedStatements as this logic is used in many places.

    Ideally would like to move to the parameter handling as it is done in the hql.ast package.

    作者:
    Steve Ebersole