Interface Query
- All Known Subinterfaces:
SQLQuery
@ProviderType
public interface Query
- Author:
- Brian Wing Shun Chan, Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionint
iterate()
iterate
(boolean modifiable) list()
list
(boolean unmodifiable) list
(boolean copy, boolean unmodifiable) scroll()
setBigDecimal
(int pos, BigDecimal value) setBigDecimal
(String name, BigDecimal value) setBoolean
(int pos, boolean value) setBoolean
(String name, boolean value) setCacheable
(boolean cacheable) setCacheMode
(CacheMode cacheMode) setCacheRegion
(String cacheRegion) setDouble
(int pos, double value) setFirstResult
(int firstResult) setFloat
(int pos, float value) setInteger
(int pos, int value) setInteger
(String name, int value) setLockMode
(String alias, LockMode lockMode) setLong
(int pos, long value) setMaxResults
(int maxResults) setSerializable
(int pos, Serializable value) setSerializable
(String name, Serializable value) setShort
(int pos, short value) setTimestamp
(int pos, Timestamp value) setTimestamp
(String name, Timestamp value)
-
Method Details
-
executeUpdate
- Throws:
ORMException
-
iterate
- Throws:
ORMException
-
iterate
- Throws:
ORMException
-
iterateNext
- Throws:
ORMException
-
list
- Throws:
ORMException
-
list
- Throws:
ORMException
-
list
- Throws:
ORMException
-
scroll
- Throws:
ORMException
-
setBigDecimal
-
setBigDecimal
-
setBoolean
-
setBoolean
-
setCacheable
-
setCacheMode
-
setCacheRegion
-
setDouble
-
setDouble
-
setFirstResult
-
setFloat
-
setFloat
-
setInteger
-
setInteger
-
setLockMode
-
setLong
-
setLong
-
setMaxResults
-
setSerializable
-
setSerializable
-
setShort
-
setShort
-
setString
-
setString
-
setTimestamp
-
setTimestamp
-
uniqueResult
- Throws:
ORMException
-