public class ParameterBinder extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ParameterBinder.NamedParameterSource |
Modifier and Type | Method and Description |
---|---|
static int |
bindNamedParameters(PreparedStatement ps,
Map namedParams,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session) |
static int |
bindNamedParameters(PreparedStatement ps,
QueryParameters queryParameters,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session) |
static int |
bindPositionalParameters(PreparedStatement st,
Object[] values,
Type[] types,
int start,
SessionImplementor session) |
static int |
bindPositionalParameters(PreparedStatement st,
QueryParameters queryParameters,
int start,
SessionImplementor session) |
static int |
bindQueryParameters(PreparedStatement st,
QueryParameters queryParameters,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session) |
public static int bindQueryParameters(PreparedStatement st, QueryParameters queryParameters, int start, ParameterBinder.NamedParameterSource source, SessionImplementor session) throws SQLException, HibernateException
SQLException
HibernateException
public static int bindPositionalParameters(PreparedStatement st, QueryParameters queryParameters, int start, SessionImplementor session) throws SQLException, HibernateException
SQLException
HibernateException
public static int bindPositionalParameters(PreparedStatement st, Object[] values, Type[] types, int start, SessionImplementor session) throws SQLException, HibernateException
SQLException
HibernateException
public static int bindNamedParameters(PreparedStatement ps, QueryParameters queryParameters, int start, ParameterBinder.NamedParameterSource source, SessionImplementor session) throws SQLException, HibernateException
SQLException
HibernateException
public static int bindNamedParameters(PreparedStatement ps, Map namedParams, int start, ParameterBinder.NamedParameterSource source, SessionImplementor session) throws SQLException, HibernateException
SQLException
HibernateException
Copyright © 2018 JBoss by Red Hat. All rights reserved.