net.mlw.vlh.adapter.hibernate3.util.setter
Class DefaultSetter
java.lang.Object
net.mlw.vlh.adapter.hibernate3.util.setter.AbstractSetter
net.mlw.vlh.adapter.hibernate3.util.setter.DefaultSetter
- All Implemented Interfaces:
- Setter
- public class DefaultSetter
- extends AbstractSetter
Sets a java.lang.?????
on a PreparedStatement
.
- Version:
- $Revision: 1.1 $ $Date: 2005/10/20 16:45:24 $
- Author:
- Stepan Marek
Method Summary |
void |
set(org.hibernate.Query query,
String key,
Object value)
Set the object on the given query. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSetter
public DefaultSetter()
set
public void set(org.hibernate.Query query,
String key,
Object value)
throws org.hibernate.HibernateException,
ParseException
- Description copied from interface:
Setter
- 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.