Interface PersistenceQuery

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean absolute​(int row)
      Moves the result of the query to the absolute position in the resultset.
      void close()
      Close the query and release all resources held by the query.
      void execute​(java.lang.Object conn, AccessMode accessMode, boolean scrollable)
      Execute the query with the give connection and lock type.
      void fetch​(ProposedEntity proposedObject)
      Loades the object.
      java.lang.Class<?> getResultType()
      Returns the type of object returned by this query.
      Identity nextIdentity​(Identity identity)
      Returns the identity of the next object to be returned.
      void setParameter​(int index, java.lang.Object value)
      Sets the value of a paramter.
      int size()
      Finds the size of the resulting resultset from the query.