|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.utils.CmsQueryStringParameter
public class CmsQueryStringParameter
A query parameter of type 'long'.
| Constructor Summary | |
|---|---|
CmsQueryStringParameter(java.lang.String param)
Creates a new parameter value. |
|
| Method Summary | |
|---|---|
void |
insertIntoQuery(javax.persistence.Query q,
int index)
Implementations of this interface should set the index-th parameter of the prepared statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsQueryStringParameter(java.lang.String param)
param - the value to use for this parameter| Method Detail |
|---|
public void insertIntoQuery(javax.persistence.Query q,
int index)
throws javax.persistence.PersistenceException
I_CmsQueryParameter
insertIntoQuery in interface I_CmsQueryParameterq - the query in which to set the value of a bind variableindex - the index of a bind variable
javax.persistence.PersistenceException - if something goes wrongI_CmsQueryParameter.insertIntoQuery(javax.persistence.Query, int)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||