com.anasoft.os.daofusion.criteria
Interface PersistentEntityCriterion<V>

Type Parameters:
V - Type of the criterion visitor applicable for this criterion.
All Known Implementing Classes:
FilterCriterion, NestedPropertyCriterion, SortCriterion

public interface PersistentEntityCriterion<V>

Persistent entity criterion contract that uses visitor pattern for defining query constraint application logic.

Implement this interface if you want to plug in your custom criterion implementations in conjunction with an appropriate AbstractCriterionGroup.

Author:
vojtech.szocs
See Also:
NestedPropertyCriterion, NestedPropertyCriteria, AbstractCriterionGroup

Method Summary
 void accept(V visitor)
          Accepts the given visitor to visit this criterion.
 

Method Detail

accept

void accept(V visitor)
Accepts the given visitor to visit this criterion.

Parameters:
visitor - The visitor to accept.


Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.