net.mlw.vlh.adapter.hibernate.util
Interface Setter

All Known Implementing Classes:
AbstractSetter

public interface Setter

Sets a java.lang.????? on a PreparedStatement.

Version:
$Revision: 1.1 $ $Date: 2005/01/27 15:10:40 $
Author:
Matthew L. Wilson

Method Summary
 void set(net.sf.hibernate.Query query, String key, Object value)
          Set the object on the given query.
 

Method Detail

set

public void set(net.sf.hibernate.Query query,
                String key,
                Object value)
         throws net.sf.hibernate.HibernateException,
                ParseException
Set the object on the given query.

Parameters:
query - The Hiberante Query.
key - The name of the argument
value - The value to be set
Throws:
ParseException - If an error occurs.
net.sf.hibernate.HibernateException


Copyright © 2003-2006 mlavilson. All Rights Reserved.