org.neodatis.odb.core.query.nq
Class SimpleNativeQuery

java.lang.Object
  extended by org.neodatis.odb.core.query.AbstractQuery
      extended by org.neodatis.odb.core.query.nq.SimpleNativeQuery
All Implemented Interfaces:
java.io.Serializable, IQuery

public class SimpleNativeQuery
extends AbstractQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.neodatis.odb.core.query.AbstractQuery
executionPlan, oidOfObjectToQuery, orderByFields, orderByType, polymorphic, storageEngine
 
Constructor Summary
SimpleNativeQuery()
           
 
Method Summary
 
Methods inherited from class org.neodatis.odb.core.query.AbstractQuery
getExecutionPlan, getOidOfObjectToQuery, getOrderByFieldNames, getOrderByType, getStorageEngine, hasOrderBy, isForSingleOid, isPolymorphic, optimizeObjectComparison, orderByAsc, orderByDesc, setExecutionPlan, setOidOfObjectToQuery, setOptimizeObjectComparison, setOrderByFields, setOrderByType, setPolymorphic, setStorageEngine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNativeQuery

public SimpleNativeQuery()