com.anasoft.os.daofusion.criteria
Interface PersistentEntityCriteria

All Known Implementing Classes:
AbstractCriterionGroup, NestedPropertyCriteria

public interface PersistentEntityCriteria

Persistent entity criteria contract used by the PersistentEntityDao.

Implementations of this interface are responsible for updating the Criteria instance according to any query constraints they define.

Author:
vojtech.szocs
See Also:
PersistentEntityDao

Method Summary
 void apply(org.hibernate.Criteria targetCriteria)
          Applies query constraints defined by the persistent entity criteria implementation to the targetCriteria.
 

Method Detail

apply

void apply(org.hibernate.Criteria targetCriteria)
Applies query constraints defined by the persistent entity criteria implementation to the targetCriteria.

Parameters:
targetCriteria - Criteria instance to update.


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