net.mlw.vlh.adapter.hibernate.util.setter
Class StringSetter
java.lang.Object
net.mlw.vlh.adapter.hibernate.util.setter.AbstractSetter
net.mlw.vlh.adapter.hibernate.util.setter.StringSetter
- All Implemented Interfaces:
- Setter
- public class StringSetter
- extends AbstractSetter
Sets a java.lang.String
on a Query
.
- Version:
- $Revision: 1.6 $ $Date: 2005/12/19 12:22:30 $
- Author:
- Matthew L. Wilson, Andrej Zachar, Jakub Holly
Method Summary |
void |
set(net.sf.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 |
StringSetter
public StringSetter()
set
public void set(net.sf.hibernate.Query query,
String key,
Object value)
throws net.sf.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.
net.sf.hibernate.HibernateException
- See Also:
Setter.set(Query, String, Object)
Copyright © 2003-2006 mlavilson. All Rights Reserved.