net.databinder.models.hib
Class PropertyQueryBinder

java.lang.Object
  extended by net.databinder.models.hib.AbstractPropertyQueryBinder
      extended by net.databinder.models.hib.PropertyQueryBinder
All Implemented Interfaces:
java.io.Serializable, QueryBinder

public class PropertyQueryBinder
extends AbstractPropertyQueryBinder

Binds a query's parameters to the properties of an object, as needed.

Author:
Jonathan
See Also:
Serialized Form

Constructor Summary
PropertyQueryBinder(java.lang.Object object)
           
 
Method Summary
 void bind(org.hibernate.Query query)
          Set values for parameters in the query.
 
Methods inherited from class net.databinder.models.hib.AbstractPropertyQueryBinder
bind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyQueryBinder

public PropertyQueryBinder(java.lang.Object object)
Parameters:
object - The object to bind properties of
Method Detail

bind

public void bind(org.hibernate.Query query)
Description copied from interface: QueryBinder
Set values for parameters in the query.

Parameters:
query - The query to bind


Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.