org.jaffa.persistence
Class Criteria.AtomicCriteriaEntry
java.lang.Object
org.jaffa.persistence.Criteria.CriteriaEntry
org.jaffa.persistence.Criteria.AtomicCriteriaEntry
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Criteria
- public class Criteria.AtomicCriteriaEntry
- extends Criteria.CriteriaEntry
The class is used by the Criteria to add an AtomicCriteria object to its collection of criteria entries.
- See Also:
- Serialized Form
|
Method Summary |
AtomicCriteria |
getEntry()
Returns the AtomicCriteria object encapsulated by this criteria entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEntry
public AtomicCriteria getEntry()
- Returns the AtomicCriteria object encapsulated by this criteria entry.
- Returns:
- the AtomicCriteria object encapsulated by this criteria entry.
Copyright © 2002-2004 JAFFA Project.