ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
2

javax.persistence.PersistenceException

detail message. Parameters: message - the detail message. Since: JPA 1.0 PersistenceException(Throwable ... PersistenceException exception with the specified cause. Parameters: cause - the cause. Since: JPA 1.0 ... with the specified detail message and cause. Parameters: message - the detail message. cause - the cause
2

setParameter(param, value, temporalType)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( Parameter<Calendar> param, Calendar value, TemporalType temporalType ) Bind an instance of java.util.Calendar to a Parameter object. Parameters: param - parameter object value - parameter value temporalType - temporal type Returns
2

setParameter(param, value, temporalType)

Method javax.persistence.TypedQuery TypedQuery<X> setParameter( Parameter<Date> param, Date value, TemporalType temporalType ) Bind an instance of java.util.Date to a Parameter object. Parameters: param - parameter object value - parameter value temporalType - temporal type Returns: the same query
2

java.lang.RuntimeException

: JDOException, PersistenceException RuntimeException() RuntimeException(String arg0) Parameters: arg0 - RuntimeException(Throwable arg0) Parameters: arg0 - RuntimeException(String arg0, Throwable arg1) Parameters: arg0 - arg1 - Throwable fillInStackTrace() Fills in the execution stack trace. Fills in
2

setParameter(param, value)

Method javax.persistence.TypedQuery TypedQuery<X> 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.Throwable

() method is called to initialize the stack trace data in the newly created throwable. Parameters ... is called to initialize the stack trace data in the newly created throwable. Parameters: cause ... () method is called to initialize the stack trace data in the newly created throwable. Parameters
2

java.security.BasicPermission

BasicPermission(String arg0) Parameters: arg0 - BasicPermission(String arg0, String arg1) Parameters: arg0 - arg1 - boolean equals(Object arg0) Parameters: arg0 - boolean equals(Object arg0) Parameters: arg0 ... implies(Permission arg0) Parameters: arg0 - boolean implies(Permission arg0) Parameters: arg0
2

javax.persistence.EntityExistsException

EntityExistsException exception with the specified detail message. Parameters: message - the detail message ... cause. Parameters: cause - the cause. Since: JPA 1.0 EntityExistsException(String message, Throwable ... . Parameters: message - the detail message. cause - the cause. Since: JPA 1.0 Throwable fillInStackTrace
2

setParameter(param, value, temporalType)

Method javax.persistence.Query Query setParameter( Parameter<Calendar> param, Calendar value, TemporalType temporalType ) Bind an instance of java.util.Calendar to a Parameter object. Parameters: param - parameter object value - parameter value temporalType - temporal type Returns: the same query
0

javax.jdo.Transaction

to high are: read-uncommitted read-committed repeatable-read snapshot serializable Parameters: level ... , a JDOUnsupportedOptionException is thrown. Parameters: nontransactionalRead - the value of the nontransactionalRead ... , a JDOUnsupportedOptionException is thrown. Parameters: nontransactionalWrite - the value

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