| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.engine.ParameterBinderpublic class ParameterBinderextends java.lang.ObjectNested Class Summary | |
static interface | |
Method Summary | |
static int |
|
static int |
|
static int |
|
static int |
|
static int |
|
public static int bindNamedParameters(PreparedStatement ps,
Map namedParams,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session)
throws SQLException,
HibernateExceptionpublic static int bindNamedParameters(PreparedStatement ps,
QueryParameters queryParameters,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session)
throws SQLException,
HibernateExceptionpublic static int bindPositionalParameters(PreparedStatement st,
Object[] values,
Type[] types,
int start,
SessionImplementor session)
throws SQLException,
HibernateExceptionpublic static int bindPositionalParameters(PreparedStatement st,
QueryParameters queryParameters,
int start,
SessionImplementor session)
throws SQLException,
HibernateExceptionpublic static int bindQueryParameters(PreparedStatement st,
QueryParameters queryParameters,
int start,
ParameterBinder.NamedParameterSource source,
SessionImplementor session)
throws SQLException,
HibernateException