Class CriteriaBuilderSearchVisitor<T,​Q>

  • Type Parameters:
    T - Entity object type (eg. OnmsNode)
    Q - Query bean type. In some cases, this will be the same as the entity object type but for complex objects, a specific query bean or the CXF SearchBean may be used instead.
    All Implemented Interfaces:
    org.apache.cxf.jaxrs.ext.search.SearchConditionVisitor<Q,​CriteriaBuilder>

    public class CriteriaBuilderSearchVisitor<T,​Q>
    extends org.apache.cxf.jaxrs.ext.search.visitor.AbstractSearchConditionVisitor<Q,​CriteriaBuilder>
    This SearchConditionVisitor will convert CXF SearchCondition instances into a Criteria that is suitable for querying one of our DAO interfaces.