| java.lang.Object org.objectweb.speedo.query.jdo.JDOQueryResultCommon org.objectweb.speedo.query.jdo.JDOQueryResultUnique
JDOQueryResultUnique | public class JDOQueryResultUnique extends JDOQueryResultCommon (Code) | | Manages the query result which has to be unique.
author: S.Chassande-Barrioz |
Constructor Summary | |
public | JDOQueryResultUnique(TupleCollection _tc, PersistenceManager _pm, Object[] _conns, Class _resultClazz, Class[] _selectedFieldTypes, boolean staticFirstElementIndex, boolean returnIdentifierOnly, Logger _logger) Builds a QueryResultList. |
JDOQueryResultUnique | public JDOQueryResultUnique(TupleCollection _tc, PersistenceManager _pm, Object[] _conns, Class _resultClazz, Class[] _selectedFieldTypes, boolean staticFirstElementIndex, boolean returnIdentifierOnly, Logger _logger) throws MedorException, SpeedoException(Code) | | Builds a QueryResultList.
Parameters: _tc - the tuple collection representing the query result Parameters: _pm - is the peristence manager linked to the query Parameters: _conns - is the connection to the underlying support to close in same time than the query. Parameters: _resultClazz - is the class encapsulated the result |
|
|