public interface I_CmsQueryParameter
| 限定符和类型 | 方法和说明 |
|---|---|
void |
insertIntoQuery(javax.persistence.Query q,
int index)
Implementations of this interface should set the index-th parameter of the prepared statement.
|
void insertIntoQuery(javax.persistence.Query q,
int index)
throws javax.persistence.PersistenceException
q - the query in which to set the value of a bind variableindex - the index of a bind variablejavax.persistence.PersistenceException - if something goes wrong