ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
2

getParameterValue(param)

Method javax.persistence.Query T getParameterValue( Parameter<T> param ) Return the value bound to the parameter. Parameters: param - parameter object Returns: parameter value Throws: IllegalArgumentException - if the parameter is not a parameter of the query IllegalStateException - if the parameter has not been been bound Since: JPA 2.0
2

javax.persistence.criteria.CriteriaBuilder.Coalesce

cannot be changed or reassigned. Returns the same selection item. Parameters: name - alias Returns ... : may result in a runtime failure. Parameters: type - intended type of the expression Returns: new expression ... to test whether the expression is a member of the argument list. Parameters: values - values
2

javax.persistence.criteria.CriteriaBuilder.In

item. Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression<X> as(Class<X ... : the runtime type is not changed. Warning: may result in a runtime failure. Parameters: type - intended ... . Parameters: values - values to be tested against Returns: predicate testing for membership
2

setParameter(param, value)

Method javax.persistence.Query Query setParameter( Parameter<T> 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
2

java.lang.Exception

be initialized by a call to initCause. Parameters: message - the detail message. The detail message ... .PrivilegedActionException). Parameters: cause - the cause (which is saved for later retrieval by the getCause ... detail message. Parameters: message - the detail message (which is saved for later retrieval by
2

getParameter(name, type)

Method javax.persistence.Query Parameter<T> getParameter( String name, Class<T> type ) Get the parameter object corresponding to the declared parameter of the given name and type. This method is required to be supported for criteria queries only. Parameters: name - parameter name type - type
0

getObjectById(oid, validate)

. The oid parameter object might have been returned by an earlier call to getObjectId or ... to resolve the oid parameter to an ObjectId instance, then it throws a JDOUserException. If the validate ... parameter, then this method returns it. There is no change made to the state of the returned instance
0

javax.jdo.JDODetachedFieldAccessException

JDODetachedFieldAccessException with the specified detail message. Parameters: msg - the detail message. Since: JDO 2.0 ... JDODetachedFieldAccessException with the specified detail message and failed object. Parameters: msg - the detail message. failed ... Throwables. Parameters: msg - the detail message. nested - the nested Throwable. Since: JDO 2.0
0

javax.jdo.JDOReadOnlyException

. Constructs a new JDOReadOnlyException with the specified detail message. Parameters: msg ... JDOReadOnlyException with the specified detail message and nested Throwables. Parameters: msg - the detail message ... . Constructs a new JDOReadOnlyException with the specified detail message and nested Throwables. Parameters
0

javax.jdo.JDOUnsupportedOptionException

with the specified detail message. Parameters: msg - the detail message. Since: JDO 1.0 ... with the specified detail message and nested Throwables. Parameters: msg - the detail message. nested ... Throwables. Parameters: msg - the detail message. nested - the nested Throwable[]. Since: JDO 1.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