org.nakedobjects.runtime.persistence.query
Class PersistenceQueryAbstract
java.lang.Object
org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
- All Implemented Interfaces:
- Encodable, PersistenceQuery
- Direct Known Subclasses:
- PersistenceQueryBuiltInAbstract, PersistenceQueryFindUsingApplibQueryDefault, PersistenceQueryFindUsingApplibQuerySerializable
public abstract class PersistenceQueryAbstract
- extends java.lang.Object
- implements PersistenceQuery, Encodable
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PersistenceQueryAbstract
public PersistenceQueryAbstract(NakedObjectSpecification specification)
PersistenceQueryAbstract
protected PersistenceQueryAbstract(DataInputExtended input)
throws java.io.IOException
- Throws:
java.io.IOException
encode
public void encode(DataOutputExtended output)
throws java.io.IOException
- Specified by:
encode in interface Encodable
- Throws:
java.io.IOException
getSpecification
public NakedObjectSpecification getSpecification()
- Description copied from interface:
PersistenceQuery
- The type of instances in the resulting set.
- Specified by:
getSpecification in interface PersistenceQuery
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getSpecificationLoader
protected static SpecificationLoader getSpecificationLoader()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.