net.databinder.models.hib
Interface CriteriaBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CriteriaColumnFilter, CriteriaSorter, DataTree.TopLevelCriteriaBuilder

public interface CriteriaBuilder
extends java.io.Serializable

Interface for callback that sets parameters for a Hibernate Creteria object and any necessary sub-criteria.

Author:
Nathan Hamblen

Method Summary
 void build(org.hibernate.Criteria criteria)
          Add properties, set projections, etc.
 

Method Detail

build

void build(org.hibernate.Criteria criteria)
Add properties, set projections, etc.



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