net.mlw.vlh.adapter.hibernate3.util
Interface Setter
- All Known Implementing Classes:
- AbstractSetter
- public interface Setter
Sets a java.lang.?????
on a PreparedStatement
.
- Version:
- $Revision: 1.1 $ $Date: 2005/10/20 16:45:24 $
- Author:
- Matthew L. Wilson
Method Summary |
void |
set(org.hibernate.Query query,
String key,
Object value)
Set the object on the given query. |
set
public void set(org.hibernate.Query query,
String key,
Object value)
throws org.hibernate.HibernateException,
ParseException
- Set the object on the given query.
- Parameters:
query
- The Hiberante Query.key
- The name of the argumentvalue
- The value to be set
- Throws:
ParseException
- If an error occurs.
org.hibernate.HibernateException
Copyright © 2003-2006 mlavilson. All Rights Reserved.