|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
PersistentEntityDao| Method Summary | |
|---|---|
void |
apply(org.hibernate.Criteria targetCriteria)
Applies query constraints defined by the persistent entity criteria implementation to the targetCriteria. |
| Method Detail |
|---|
void apply(org.hibernate.Criteria targetCriteria)
targetCriteria - Criteria instance to update.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||