 34 | Method javax.persistence.Query Query setParameter( String name, Object value ) Bind an argument ... query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the argument is of incorrect type Since: JPA 1.0 |
 34 | Method javax.persistence.Query Query setParameter( String name, Date value, TemporalType ... name value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query or if the value argument is of incorrect type Since: JPA 1.0 |
 34 | Method javax.persistence.Query Query setParameter( String name, Calendar value, TemporalType ... - parameter name value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if the parameter name does not correspond to a parameter of the query |
 34 | Method javax.persistence.Query Query setParameter( Parameter param, T value ) Bind the value of a Parameter object. Parameters: param - parameter object value - parameter value Returns: the same query instance Throws: IllegalArgumentException - if the parameter does not correspond to a parameter of the query Since: JPA 2.0 |
 34 | Method javax.persistence.Query Query setParameter( Parameter param, Date value ... - parameter object value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if the parameter does not correspond to a parameter of the query Since: JPA 2.0 |
 34 | Method javax.persistence.Query Query setParameter( Parameter param, Calendar value, TemporalType temporalType ) Bind an instance of java.util.Calendar to a Parameter object ... query instance Throws: IllegalArgumentException - if the parameter does not correspond to a parameter of the query Since: JPA 2.0 |
 34 | Method javax.persistence.Query Query setParameter( int position, Object value ) Bind ... : the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter of the query or if the argument is of incorrect type Since: JPA 1.0 |
 34 | Method javax.persistence.Query Query setParameter( int position, Date value, TemporalType ... - position value - parameter value temporalType - temporal type Returns: the same query instance Throws: IllegalArgumentException - if position does not correspond to a positional parameter of the query or if the value argument is of incorrect type Since: JPA 1.0 |
 34 | Method javax.persistence.Query Query setParameter( int position, Calendar value, TemporalType ... : position - position value - parameter value temporalType - temporal type Returns: the same query instance ... of the query or if the value argument is of incorrect type Since: JPA 1.0 |
 34 | to view data in ObjectDB databases, execute JPQL and JDOQL queries and edit the content of databases ... the database and their persistent fields and indexes. The [Query] window enables running JPQL and JDOQL queries, as discussed below. Closing a Database Connection Use the File > Close menu command |