ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
2

setParameter(name, value)

to a named parameter. Parameters: name - parameter name value - parameter value Returns: the same 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
2

setParameter(name, value, temporalType)

temporalType ) Bind an instance of java.util.Calendar to a named parameter. Parameters: name - 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 or if the value argument is of incorrect type Since: JPA 1.0
2

setParameter(name, value, temporalType)

temporalType ) Bind an instance of java.util.Date to a named parameter. Parameters: name - 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 or if the value argument is of incorrect type Since: JPA 1.0
2

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. This method is not required to be supported by the provider. Parameters: position - position type
2

javax.persistence.criteria.Fetch

attribute using an inner join. Parameters: attributeName - name of the attribute for the target ... attribute using the given join type. Parameters: attributeName - name of the attribute for the target ... a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute
2

javax.persistence.criteria.FetchParent

attribute using an inner join. Parameters: attributeName - name of the attribute for the target ... attribute using the given join type. Parameters: attributeName - name of the attribute for the target ... a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute
2

javax.persistence.TransactionRequiredException

. Constructs a new TransactionRequiredException exception with the specified detail message. Parameters ... ) or Throwable(String,Throwable), this method cannot be called even once. Parameters: cause ... and its backtrace to the specified print stream. Parameters: s - PrintStream to use for output Since: Java
2

isBound(param)

Method javax.persistence.Query boolean isBound( Parameter<?> param ) Return a boolean indicating whether a value has been bound to the parameter. Parameters: param - parameter object Returns: boolean indicating whether parameter has been bound Since: JPA 2.0
0

getObjectIds(pcs)

of instances. For each instance in the parameter, the getObjectId method is called. This method returns one identity instance for each element in the parameter. The order of instances of the returned array exactly matches the order of instances of the parameter array. Parameters: pcs
0

getObjectIds(pcs)

for a collection of instances. For each instance in the parameter, the getObjectId method is called. This method returns one identity instance for each element in the parameter. The order of iteration of the returned Collection exactly matches the order of iteration of the parameter Collection. Parameters

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