net.databinder.models.hib
Interface QueryBinder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractPropertyQueryBinder, ModelPropertyQueryBinder, PropertyQueryBinder

public interface QueryBinder
extends java.io.Serializable

Interface for object that binds Hibernate query parameters to values.

Author:
Nathan Hamblen

Method Summary
 void bind(org.hibernate.Query query)
          Set values for parameters in the query.
 

Method Detail

bind

void bind(org.hibernate.Query query)
Set values for parameters in the query.

Parameters:
query - Hibernate query


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