public interface CriteriaAdapter
CriteriaAdapter is the interface that a ViewCriteria
 adapter is expected implement.  The user can specify a custom
 ViewCriteria adapter through the jbo.ViewCriteriaAdapter
 property.  The class specified as the value of this property
 should implement this interface.
 In particular, getCriteriaClause(ViewCriteria criteria) will be called to build a where-clause fragment from the criteria.
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getCriteriaClause(ViewCriteria criteria)
Returns a where-clause fragment from the criteria. 
 | 
java.lang.String getCriteriaClause(ViewCriteria criteria)