ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
27

setParameter(position, value)

Method javax.persistence.Query Query setParameter( int position, Object value ) Bind an argument ... 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
27

setParameter(position, value, temporalType)

Method javax.persistence.Query Query setParameter( int position, Calendar 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
27

setParameter(name, value)

Method javax.persistence.Query Query setParameter( String name, Object value ) Bind an argument to a named parameter. Parameters: name - parameter name value - parameter value Returns: the same query ... to a parameter of the query or if the argument is of incorrect type Since: JPA 1.0
27

setParameter(name, value, temporalType)

Method javax.persistence.Query Query setParameter( String name, Calendar 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
27

setParameter(name, value, temporalType)

Method javax.persistence.Query Query setParameter( String name, Date value, TemporalType ... 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
27

getParameter(position, type)

Method javax.persistence.Query Parameter<T> getParameter( int position, Class<T> type ) Get the parameter object corresponding to the declared positional parameter with the given position and type ... on a native query or Java Persistence query language query when the implementation does not support this use Since: JPA 2.0
2

declareParameters(parameters)

Method javax.jdo.Query void declareParameters( String parameters ) Declare the list of parameters query execution. The parameter declaration is a String containing one or more query parameter ... to a value when the query is executed. The String parameter to this method follows the syntax for formal
2

close(queryResult)

Method javax.jdo.Query void close( Object queryResult ) Close a query result and release any ... on it. Iterators associated with the query result are invalidated: they return false to hasNext() and throw NoSuchElementException to next(). Parameters: queryResult - the result of execute(...) on this Query instance. Since: JDO 1.0
2

setResultClass(cls)

Method javax.jdo.Query void setResultClass( Class cls ) Specify the type of object in ... or set to null, the result class defaults to the candidate class of the query. If the result consists ... argument is the value from the query result. Portable result classes do not invoke any persistence
2

setUnique(unique)

Method javax.jdo.Query void setUnique( boolean unique ) Specify that only the first result of the query should be returned, rather than a collection. The execute method will return null if the query result size is 0. Parameters: unique - if true, only one element is returned Since: JDO 2.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support